diff options
author | Francisco Jerez <[email protected]> | 2016-05-17 16:02:32 +0200 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-06-27 23:12:35 -0700 |
commit | a8a966ddb5ad805421bb9548b150055d14fb5c63 (patch) | |
tree | 7cbedb58b58c388829faf21caf6f385f4f6d0112 /src/gallium/state_trackers | |
parent | 034bd2532775a1f7da5379a523621458e273f619 (diff) |
clover/llvm: Fix copyright attribution of invocation.cpp.
This file still only has my name on the copyright notice even though
most of the code (likely more than 90% of it) was authored by various
contributors -- It doesn't seem right to have the whole file
attributed to myself.
Acked-by: Michel Dänzer <[email protected]>
Acked-by: Serge Martin <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/clover/llvm/invocation.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp index 57eaaaa9bab..384b1a1dee3 100644 --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp @@ -1,5 +1,9 @@ // -// Copyright 2012 Francisco Jerez +// Copyright 2012-2016 Francisco Jerez +// Copyright 2012-2016 Advanced Micro Devices, Inc. +// Copyright 2014-2016 Jan Vesely +// Copyright 2014-2015 Serge Martin +// Copyright 2015 Zoltan Gilian // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), |