From 384fbd47f81b6d33ef8699fdc090e8df6d4949d1 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Thu, 6 Jul 2017 17:47:23 -0400
Subject: [PATCH] update some copyrights dates and debian/copyrights files

* Add 2017 date
* exclude UWP/electron client directories

Change-Id: I47bb724ce56249d67f331a8b943f26f2e1a2e109
---
 packaging/rules/debian/copyright | 16 +++++++++-------
 scripts/make-packaging-target.py |  2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/packaging/rules/debian/copyright b/packaging/rules/debian/copyright
index ad3ae5a9..c9edc267 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 8a8b3645..272f503b 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>
 #
-- 
GitLab