diff --git a/COPYING b/COPYING index 0fa206d05b5e4f55de0c0ec9235f2e6932a1538f..70e14c0e5be3028858d03a611f1eaaf198d1a33c 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2016 Savoir-faire Linux Inc. +Copyright (C) 2016-2019 Savoir-faire Linux Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Makefile.packaging b/Makefile.packaging index adacc39d5c2899b5d35b6ac11a0797dc0dd7f2e7..bfd46d1da4dbc1f1b37ce99d7550debd08a68f7e 100644 --- a/Makefile.packaging +++ b/Makefile.packaging @@ -1,5 +1,5 @@ # -*- mode: makefile; -*- -# Copyright (C) 2016-2018 Savoir-faire Linux Inc. +# Copyright (C) 2016-2019 Savoir-faire Linux Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/packaging/rules/debian-one-click-install/copyright b/packaging/rules/debian-one-click-install/copyright index b77d20e2f3beb4d2546e8ca8c892634362342a55..f5469a117b6961a6d5b4eb7b6bf56cc091f99d19 100644 --- a/packaging/rules/debian-one-click-install/copyright +++ b/packaging/rules/debian-one-click-install/copyright @@ -11,7 +11,7 @@ Files-Excluded: client-electron/* client-gnome/libqrencode/* Files: * -Copyright: 2004-2018 Savoir-faire Linux Inc. +Copyright: 2004-2019 Savoir-faire Linux Inc. 1999 Tom Tromey 1994-2009 Red Hat, Inc. 2010 Michael Kerrisk @@ -66,7 +66,7 @@ Files: daemon/src/media/audio/opensl/audio_common.h daemon/src/media/audio/opensl/audio_recorder.h daemon/src/media/audio/opensl/buf_manager.h Copyright: 2015 The Android Open Source Project - 2015-2018 Savoir-faire Linux Inc. + 2015-2019 Savoir-faire Linux Inc. License: Apache-2.0 Files: daemon/extras/tools/bootstrap @@ -107,7 +107,7 @@ License: BSD-3-Clause ################## Files: lrc/* -Copyright: 2009-2018 by Savoir-faire Linux +Copyright: 2009-2019 by Savoir-faire Linux License: LGPL-2.1+ ################ @@ -180,7 +180,7 @@ License: Boost-1.0 ###################### Files: daemon/contrib/tarballs-unpacked/opendht*/opendht*/include/opendht/securedht.h -Copyright: 2014-2018 Savoir-faire Linux Inc. +Copyright: 2014-2019 Savoir-faire Linux Inc. License: GPL-3-with-openssl-exception This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -210,7 +210,7 @@ License: GPL-3-with-openssl-exception Files: daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/include/opendht/dht.h daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/src/dht.cpp Copyright: 2009-2014 Juliusz Chroboczek - 2014-2018 Savoir-faire Linux Inc + 2014-2019 Savoir-faire Linux Inc License: Expat Files: daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/m4/ax_cxx_compile_stdcxx.m4 diff --git a/packaging/rules/debian/copyright b/packaging/rules/debian/copyright index b77d20e2f3beb4d2546e8ca8c892634362342a55..f5469a117b6961a6d5b4eb7b6bf56cc091f99d19 100644 --- a/packaging/rules/debian/copyright +++ b/packaging/rules/debian/copyright @@ -11,7 +11,7 @@ Files-Excluded: client-electron/* client-gnome/libqrencode/* Files: * -Copyright: 2004-2018 Savoir-faire Linux Inc. +Copyright: 2004-2019 Savoir-faire Linux Inc. 1999 Tom Tromey 1994-2009 Red Hat, Inc. 2010 Michael Kerrisk @@ -66,7 +66,7 @@ Files: daemon/src/media/audio/opensl/audio_common.h daemon/src/media/audio/opensl/audio_recorder.h daemon/src/media/audio/opensl/buf_manager.h Copyright: 2015 The Android Open Source Project - 2015-2018 Savoir-faire Linux Inc. + 2015-2019 Savoir-faire Linux Inc. License: Apache-2.0 Files: daemon/extras/tools/bootstrap @@ -107,7 +107,7 @@ License: BSD-3-Clause ################## Files: lrc/* -Copyright: 2009-2018 by Savoir-faire Linux +Copyright: 2009-2019 by Savoir-faire Linux License: LGPL-2.1+ ################ @@ -180,7 +180,7 @@ License: Boost-1.0 ###################### Files: daemon/contrib/tarballs-unpacked/opendht*/opendht*/include/opendht/securedht.h -Copyright: 2014-2018 Savoir-faire Linux Inc. +Copyright: 2014-2019 Savoir-faire Linux Inc. License: GPL-3-with-openssl-exception This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -210,7 +210,7 @@ License: GPL-3-with-openssl-exception Files: daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/include/opendht/dht.h daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/src/dht.cpp Copyright: 2009-2014 Juliusz Chroboczek - 2014-2018 Savoir-faire Linux Inc + 2014-2019 Savoir-faire Linux Inc License: Expat Files: daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/m4/ax_cxx_compile_stdcxx.m4 diff --git a/scripts/build-package-debian.sh b/scripts/build-package-debian.sh index 4f7b062125c96f9352530fdd6b0ace38666d5c30..6f2bebd2e848585cac8d7dcc36036442d2e8522b 100755 --- a/scripts/build-package-debian.sh +++ b/scripts/build-package-debian.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (C) 2016-2018 Savoir-faire Linux Inc. +# Copyright (C) 2016-2019 Savoir-faire Linux Inc. # # Author: Alexandre Viau <alexandre.viau@savoirfairelinux.com> # diff --git a/scripts/build-package-fedora.sh b/scripts/build-package-fedora.sh index af05696c3644b126fbc7834cdccca9377601f201..8aed126e6c7b4539a19b08c4e47737c9f87bcd3e 100755 --- a/scripts/build-package-fedora.sh +++ b/scripts/build-package-fedora.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (C) 2016 Savoir-faire Linux Inc. +# Copyright (C) 2016-2019 Savoir-faire Linux Inc. # # Author: Alexandre Viau <alexandre.viau@savoirfairelinux.com> # diff --git a/scripts/build-package-gentoo.sh b/scripts/build-package-gentoo.sh index 1c283b9bf8b174a2fcfcc23c0a81a267d87108e4..2bb4b6a23873081d1c3f7da3297497ec4c883812 100644 --- a/scripts/build-package-gentoo.sh +++ b/scripts/build-package-gentoo.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (C) 2016 Savoir-faire Linux Inc. +# Copyright (C) 2016-2019 Savoir-faire Linux Inc. # # Author: Stefan Langenmaier <stefan.langenmaier@savoirfairelinux.com> # diff --git a/scripts/winsparkle.py b/scripts/winsparkle.py index cbfe0cba8128ace44d4bc5336d0c8f40d0d46f24..71ac9738386417d18ef46cc9c7c1e2a8767b44a5 100755 --- a/scripts/winsparkle.py +++ b/scripts/winsparkle.py @@ -1,5 +1,5 @@ """ - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * * Author: Olivier Soldano <olivier.soldano@savoirfairelinux.com> *