summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Bell <richard.s.bell@intel.com>2017-02-27 15:12:50 -0800
committerRick Bell <richard.s.bell@intel.com>2017-02-27 15:12:50 -0800
commit8aea063e6b213ad47c65fde4850f29dd3bdd6114 (patch)
tree682ca92ecd88828d8d0f5386800c015b55ad1e19
parent13848187570aee3bcd0234907491a911462c619a (diff)
downloaddleyna-control-8aea063e6b213ad47c65fde4850f29dd3bdd6114.tar.gz
Changed the Copyright to 2017
-rwxr-xr-xsetup.py2
-rwxr-xr-xsrc/dleyna-control.py2
-rwxr-xr-xsrc/launch-without-proxy-settings.py19
-rw-r--r--src/msd/__init__.py2
-rw-r--r--src/msd/msd_browse.py2
-rw-r--r--src/msd/msd_generic_model.py2
-rw-r--r--src/msd/msd_main_window.py2
-rw-r--r--src/msd/msd_player.py2
-rw-r--r--src/msd/msd_search.py2
-rw-r--r--src/msd/msd_sort_order.py2
-rw-r--r--src/msd/msd_upnp.py2
-rw-r--r--src/msd/msd_utils.py2
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,