diff --git a/packaging/rules/debian/copyright b/packaging/rules/debian/copyright index ad3ae5a93d36f0bb37c8a8e55fee4bec4ca54eef..c9edc267d9fb5573697fcb2a02501ba9196d63bb 100644 --- a/packaging/rules/debian/copyright +++ b/packaging/rules/debian/copyright @@ -1,15 +1,17 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ring Upstream-Contact: Alexandre Viau <alexandre.viau@savoirfairelinux.net> -Source: https://gpl.savoirfairelinux.net/ring-download/ring-release/tarballs/ -Files-Excluded: client-windows/* +Source: https://dl.ring.cx/ring-release/tarballs/ +Files-Excluded: client-electron/* + client-uwp/* + client-windows/* client-android/* client-macosx/* client-ios/* client-gnome/libqrencode/* Files: * -Copyright: 2004-2015 Savoir-faire Linux Inc. +Copyright: 2004-2017 Savoir-faire Linux Inc. 1999 Tom Tromey 1994-2009 Red Hat, Inc. 2010 Michael Kerrisk @@ -64,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-2016 Savoir-faire Linux Inc. + 2015-2017 Savoir-faire Linux Inc. License: Apache-2.0 Files: daemon/extras/tools/bootstrap @@ -105,7 +107,7 @@ License: BSD-3-Clause ################## Files: lrc/* -Copyright: 2009-2016 by Savoir-faire Linux +Copyright: 2009-2017 by Savoir-faire Linux License: LGPL-2.1+ ################ @@ -166,7 +168,7 @@ License: Boost-1.0 ###################### Files: daemon/contrib/tarballs-unpacked/opendht*/opendht*/include/opendht/securedht.h -Copyright: 2014-2016 Savoir-faire Linux Inc. +Copyright: 2014-2017 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 @@ -196,7 +198,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-2016 Savoir-faire Linux Inc + 2014-2017 Savoir-faire Linux Inc License: Expat Files: daemon/contrib/tarballs-unpacked/opendht-*/opendht-*/m4/ax_cxx_compile_stdcxx.m4 diff --git a/scripts/make-packaging-target.py b/scripts/make-packaging-target.py index 8a8b3645e51d1dfdf5d751fbee5a904d1ccfafc8..272f503bfeaa71d0f13808f1c524724af26d3e43 100755 --- a/scripts/make-packaging-target.py +++ b/scripts/make-packaging-target.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2016 Savoir-faire Linux Inc. +# Copyright (C) 2016-2017 Savoir-faire Linux Inc. # # Author: Alexandre Viau <alexandre.viau@savoirfairelinux.com> #