summaryrefslogtreecommitdiff
path: root/libdleyna
diff options
context:
space:
mode:
authorRick Bell <richard.s.bell@intel.com>2017-02-27 14:57:41 -0800
committerRick Bell <richard.s.bell@intel.com>2017-02-27 14:57:41 -0800
commit961467cd36b2898208a001223b319296ab903985 (patch)
treee5840ea9fdd611b9f69a95bb34d3cf63b8b22da8 /libdleyna
parent45af123520a5d77af8e15b606ce77259e0738214 (diff)
downloaddleyna-server-961467cd36b2898208a001223b319296ab903985.tar.gz
Changed the Copyright to 2017
Diffstat (limited to 'libdleyna')
-rwxr-xr-xlibdleyna/server/async.c2
-rwxr-xr-xlibdleyna/server/async.h2
-rwxr-xr-xlibdleyna/server/client.h2
-rw-r--r--libdleyna/server/control-point-server.h2
-rw-r--r--libdleyna/server/device.c2
-rwxr-xr-xlibdleyna/server/device.h2
-rwxr-xr-xlibdleyna/server/interface.h2
-rw-r--r--libdleyna/server/manager.c2
-rw-r--r--libdleyna/server/manager.h2
-rwxr-xr-xlibdleyna/server/path.c2
-rwxr-xr-xlibdleyna/server/path.h2
-rwxr-xr-xlibdleyna/server/props.c2
-rwxr-xr-xlibdleyna/server/props.h2
-rwxr-xr-xlibdleyna/server/search.c2
-rwxr-xr-xlibdleyna/server/search.h2
-rw-r--r--libdleyna/server/server.c2
-rw-r--r--libdleyna/server/server.h2
-rwxr-xr-xlibdleyna/server/sort.c2
-rwxr-xr-xlibdleyna/server/sort.h2
-rwxr-xr-xlibdleyna/server/task.c2
-rwxr-xr-xlibdleyna/server/task.h2
-rwxr-xr-xlibdleyna/server/upnp.c2
-rwxr-xr-xlibdleyna/server/upnp.h2
-rwxr-xr-xlibdleyna/server/xml-util.c2
-rwxr-xr-xlibdleyna/server/xml-util.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/libdleyna/server/async.c b/libdleyna/server/async.c
index 07ec200..d682329 100755
--- a/libdleyna/server/async.c
+++ b/libdleyna/server/async.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/async.h b/libdleyna/server/async.h
index 9c3d838..98644ca 100755
--- a/libdleyna/server/async.h
+++ b/libdleyna/server/async.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/client.h b/libdleyna/server/client.h
index 3b79c92..471cb44 100755
--- a/libdleyna/server/client.h
+++ b/libdleyna/server/client.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/control-point-server.h b/libdleyna/server/control-point-server.h
index 1f9876b..7cbe26b 100644
--- a/libdleyna/server/control-point-server.h
+++ b/libdleyna/server/control-point-server.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 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/libdleyna/server/device.c b/libdleyna/server/device.c
index 90d1384..97594b0 100644
--- a/libdleyna/server/device.c
+++ b/libdleyna/server/device.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/device.h b/libdleyna/server/device.h
index 9d0501e..3b383e8 100755
--- a/libdleyna/server/device.h
+++ b/libdleyna/server/device.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/interface.h b/libdleyna/server/interface.h
index 563acb6..9822fcd 100755
--- a/libdleyna/server/interface.h
+++ b/libdleyna/server/interface.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/manager.c b/libdleyna/server/manager.c
index 1c32a02..9dc59d6 100644
--- a/libdleyna/server/manager.c
+++ b/libdleyna/server/manager.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 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/libdleyna/server/manager.h b/libdleyna/server/manager.h
index 3487a3b..955a80f 100644
--- a/libdleyna/server/manager.h
+++ b/libdleyna/server/manager.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 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/libdleyna/server/path.c b/libdleyna/server/path.c
index 012a967..15d9ddf 100755
--- a/libdleyna/server/path.c
+++ b/libdleyna/server/path.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/path.h b/libdleyna/server/path.h
index a78795f..2e15d7b 100755
--- a/libdleyna/server/path.h
+++ b/libdleyna/server/path.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/props.c b/libdleyna/server/props.c
index fdef7b5..ea18d62 100755
--- a/libdleyna/server/props.c
+++ b/libdleyna/server/props.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/props.h b/libdleyna/server/props.h
index 79f0e43..a21c9cf 100755
--- a/libdleyna/server/props.h
+++ b/libdleyna/server/props.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/search.c b/libdleyna/server/search.c
index be9850b..5bb2e66 100755
--- a/libdleyna/server/search.c
+++ b/libdleyna/server/search.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/search.h b/libdleyna/server/search.h
index 7c1c672..f2d9931 100755
--- a/libdleyna/server/search.h
+++ b/libdleyna/server/search.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/server.c b/libdleyna/server/server.c
index 8653361..e90b446 100644
--- a/libdleyna/server/server.c
+++ b/libdleyna/server/server.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 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/libdleyna/server/server.h b/libdleyna/server/server.h
index 932b2ba..83c41a8 100644
--- a/libdleyna/server/server.h
+++ b/libdleyna/server/server.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 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/libdleyna/server/sort.c b/libdleyna/server/sort.c
index ea7578d..219ed87 100755
--- a/libdleyna/server/sort.c
+++ b/libdleyna/server/sort.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/sort.h b/libdleyna/server/sort.h
index fd32295..43b90ae 100755
--- a/libdleyna/server/sort.h
+++ b/libdleyna/server/sort.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/task.c b/libdleyna/server/task.c
index 3a4618b..4759f5c 100755
--- a/libdleyna/server/task.c
+++ b/libdleyna/server/task.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/task.h b/libdleyna/server/task.h
index 5fd97cf..a6cd44f 100755
--- a/libdleyna/server/task.h
+++ b/libdleyna/server/task.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/upnp.c b/libdleyna/server/upnp.c
index dcf31d9..9913a76 100755
--- a/libdleyna/server/upnp.c
+++ b/libdleyna/server/upnp.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/upnp.h b/libdleyna/server/upnp.h
index ca053fc..69edb37 100755
--- a/libdleyna/server/upnp.h
+++ b/libdleyna/server/upnp.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/xml-util.c b/libdleyna/server/xml-util.c
index f7d740c..ec11575 100755
--- a/libdleyna/server/xml-util.c
+++ b/libdleyna/server/xml-util.c
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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/libdleyna/server/xml-util.h b/libdleyna/server/xml-util.h
index a89c303..34836eb 100755
--- a/libdleyna/server/xml-util.h
+++ b/libdleyna/server/xml-util.h
@@ -1,7 +1,7 @@
/*
* dLeyna
*
- * Copyright (C) 2012-2015 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,