Jonathan Maw pushed to branch jonathan/copyright-author-fix at BuildStream / bst-external
Commits:
-
17cc1498
by Jonathan Maw at 2018-07-26T16:08:42Z
5 changed files:
- bst_external/elements/dpkg_build.py
- bst_external/elements/dpkg_deploy.py
- bst_external/elements/flatpak_image.py
- bst_external/sources/docker.py
- bst_external/sources/quilt.py
Changes:
| 1 | 1 |
# Copyright (C) 2017 Codethink Limited
|
| 2 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
| 2 | 3 |
#
|
| 3 | 4 |
# This program is free software; you can redistribute it and/or
|
| 4 | 5 |
# modify it under the terms of the GNU Lesser General Public
|
| ... | ... | @@ -15,6 +16,7 @@ |
| 15 | 16 |
#
|
| 16 | 17 |
# Authors:
|
| 17 | 18 |
# Jonathan Maw <jonathan maw codethink co uk>
|
| 19 |
+# James Ennis <james ennis codethink co uk>
|
|
| 18 | 20 |
|
| 19 | 21 |
"""Dpkg build element
|
| 20 | 22 |
|
| 1 | 1 |
# Copyright (C) 2017 Codethink Limited
|
| 2 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
| 2 | 3 |
#
|
| 3 | 4 |
# This program is free software; you can redistribute it and/or
|
| 4 | 5 |
# modify it under the terms of the GNU Lesser General Public
|
| ... | ... | @@ -15,6 +16,7 @@ |
| 15 | 16 |
#
|
| 16 | 17 |
# Authors:
|
| 17 | 18 |
# Jonathan Maw <jonathan maw codethink co uk>
|
| 19 |
+# James Ennis <james ennis codethink co uk>
|
|
| 18 | 20 |
|
| 19 | 21 |
"""Dpkg deployment element
|
| 20 | 22 |
|
| 1 | 1 |
# Copyright (c) 2017 freedesktop-sdk
|
| 2 |
+# Copyright (c) 2018 Codethink Limited
|
|
| 2 | 3 |
#
|
| 3 | 4 |
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 4 | 5 |
# of this software and associated documentation files (the "Software"), to deal
|
| ... | ... | @@ -20,6 +21,7 @@ |
| 20 | 21 |
#
|
| 21 | 22 |
# Authors:
|
| 22 | 23 |
# Valentin David <valentin david gmail com>
|
| 24 |
+# Thomas Coldrick <thomas coldrick codethink co uk>
|
|
| 23 | 25 |
|
| 24 | 26 |
|
| 25 | 27 |
import os
|
| 1 | 1 |
# Copyright (C) 2017 Codethink Limited
|
| 2 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
| 2 | 3 |
#
|
| 3 | 4 |
# This program is free software; you can redistribute it and/or
|
| 4 | 5 |
# modify it under the terms of the GNU Lesser General Public
|
| ... | ... | @@ -15,6 +16,7 @@ |
| 15 | 16 |
#
|
| 16 | 17 |
# Authors:
|
| 17 | 18 |
# Sam Thursfield <sam thursfield codethink co uk>
|
| 19 |
+# Chandan Singh <csingh43 bloomberg net>
|
|
| 18 | 20 |
|
| 19 | 21 |
"""A source implementation for pulling from Docker Registry instances.
|
| 20 | 22 |
|
| 1 |
-# Copyright (C) 2018 Codethink Limited
|
|
| 1 |
+# Copyright (C) 2018 Bloomberg Finance LP
|
|
| 2 | 2 |
#
|
| 3 | 3 |
# This program is free software; you can redistribute it and/or
|
| 4 | 4 |
# modify it under the terms of the GNU Lesser General Public
|
