diff options
-rw-r--r-- | buildstream/_artifactcache/casserver.py | 1 | ||||
-rw-r--r-- | buildstream/_options/optionflags.py | 1 | ||||
-rw-r--r-- | buildstream/_protos/buildstream/v2/buildstream.proto | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/_artifactcache/casserver.py b/buildstream/_artifactcache/casserver.py index 1456095be..c8e04b861 100644 --- a/buildstream/_artifactcache/casserver.py +++ b/buildstream/_artifactcache/casserver.py @@ -1,5 +1,6 @@ # # Copyright (C) 2018 Codethink Limited +# Copyright (C) 2018 Bloomberg Finance LP # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/buildstream/_options/optionflags.py b/buildstream/_options/optionflags.py index 0271208d9..65f068684 100644 --- a/buildstream/_options/optionflags.py +++ b/buildstream/_options/optionflags.py @@ -1,5 +1,6 @@ # # Copyright (C) 2017 Codethink Limited +# Copyright (C) 2018 Bloomberg Finance LP # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/buildstream/_protos/buildstream/v2/buildstream.proto b/buildstream/_protos/buildstream/v2/buildstream.proto index f283d6f3f..fb6c9743d 100644 --- a/buildstream/_protos/buildstream/v2/buildstream.proto +++ b/buildstream/_protos/buildstream/v2/buildstream.proto @@ -1,4 +1,5 @@ // Copyright 2018 Codethink Limited +// Copyright (C) 2018 Bloomberg Finance LP // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |