From 8aea063e6b213ad47c65fde4850f29dd3bdd6114 Mon Sep 17 00:00:00 2001 From: Rick Bell Date: Mon, 27 Feb 2017 15:12:50 -0800 Subject: Changed the Copyright to 2017 --- setup.py | 2 +- src/dleyna-control.py | 2 +- src/launch-without-proxy-settings.py | 19 +++++++++++++++++++ src/msd/__init__.py | 2 +- src/msd/msd_browse.py | 2 +- src/msd/msd_generic_model.py | 2 +- src/msd/msd_main_window.py | 2 +- src/msd/msd_player.py | 2 +- src/msd/msd_search.py | 2 +- src/msd/msd_sort_order.py | 2 +- src/msd/msd_upnp.py | 2 +- src/msd/msd_utils.py | 2 +- 12 files changed, 30 insertions(+), 11 deletions(-) diff --git a/setup.py b/setup.py index ca2161d..5df4606 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/dleyna-control.py b/src/dleyna-control.py index 7eab833..ef87838 100755 --- a/src/dleyna-control.py +++ b/src/dleyna-control.py @@ -2,7 +2,7 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/launch-without-proxy-settings.py b/src/launch-without-proxy-settings.py index d639e4c..55be64f 100755 --- a/src/launch-without-proxy-settings.py +++ b/src/launch-without-proxy-settings.py @@ -1,5 +1,24 @@ #!/usr/bin/env python +# dleyna-control +# +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU Lesser General Public License, +# version 2.1, as published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License +# for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +# + + # launches an app after first clearing proxy settings # for example, launch-without-proxy-settings gupnp-av-cp diff --git a/src/msd/__init__.py b/src/msd/__init__.py index b75ae01..0b62199 100644 --- a/src/msd/__init__.py +++ b/src/msd/__init__.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_browse.py b/src/msd/msd_browse.py index 888b8fa..f863276 100644 --- a/src/msd/msd_browse.py +++ b/src/msd/msd_browse.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_generic_model.py b/src/msd/msd_generic_model.py index 6551ab9..f454cd1 100644 --- a/src/msd/msd_generic_model.py +++ b/src/msd/msd_generic_model.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012-2013 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_main_window.py b/src/msd/msd_main_window.py index 9911261..379f3fb 100644 --- a/src/msd/msd_main_window.py +++ b/src/msd/msd_main_window.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_player.py b/src/msd/msd_player.py index 5d1ca97..615b700 100644 --- a/src/msd/msd_player.py +++ b/src/msd/msd_player.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_search.py b/src/msd/msd_search.py index 058232c..cc67cf3 100644 --- a/src/msd/msd_search.py +++ b/src/msd/msd_search.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_sort_order.py b/src/msd/msd_sort_order.py index 0347021..542b0c1 100644 --- a/src/msd/msd_sort_order.py +++ b/src/msd/msd_sort_order.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_upnp.py b/src/msd/msd_upnp.py index c9c2552..b20cbad 100644 --- a/src/msd/msd_upnp.py +++ b/src/msd/msd_upnp.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, diff --git a/src/msd/msd_utils.py b/src/msd/msd_utils.py index 35fd266..3f1a81d 100644 --- a/src/msd/msd_utils.py +++ b/src/msd/msd_utils.py @@ -1,6 +1,6 @@ # dleyna-control # -# Copyright (C) 2012 Intel Corporation. All rights reserved. +# Copyright (C) 2012-2017 Intel Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU Lesser General Public License, -- cgit v1.2.1