Tristan Maat pushed to branch correcting-copyright at BuildStream / buildstream
Commits:
13 changed files:
- buildstream/_artifactcache/__init__.py
- buildstream/_artifactcache/casserver.py
- buildstream/_cachekey.py
- buildstream/_options/optionbool.py
- buildstream/_options/optionenum.py
- buildstream/_options/optionflags.py
- buildstream/_platform/linux.py
- buildstream/_platform/unix.py
- buildstream/_plugincontext.py
- buildstream/_projectrefs.py
- buildstream/_protos/buildstream/v2/buildstream.proto
- buildstream/plugins/elements/autotools.py
- buildstream/plugins/elements/cmake.py
Changes:
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2017-2018 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2018 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2018 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2017 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2017 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2017 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2017 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2017 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2016 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2018 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
// Copyright 2018 Codethink Limited
|
2 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
2 | 3 |
//
|
3 | 4 |
// Licensed under the Apache License, Version 2.0 (the "License");
|
4 | 5 |
// you may not use this file except in compliance with the License.
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2016, 2018 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|
1 | 1 |
#
|
2 | 2 |
# Copyright (C) 2016, 2018 Codethink Limited
|
3 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
3 | 4 |
#
|
4 | 5 |
# This program is free software; you can redistribute it and/or
|
5 | 6 |
# modify it under the terms of the GNU Lesser General Public
|