summaryrefslogtreecommitdiff
path: root/src/plugin_common
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin_common')
-rw-r--r--src/plugin_common/Makefile.am2
-rw-r--r--src/plugin_common/Makefile.lite2
-rw-r--r--src/plugin_common/all.h2
-rw-r--r--src/plugin_common/charset.c2
-rw-r--r--src/plugin_common/charset.h2
-rw-r--r--src/plugin_common/defs.h2
-rw-r--r--src/plugin_common/dither.c2
-rw-r--r--src/plugin_common/dither.h2
-rw-r--r--src/plugin_common/replaygain.c2
-rw-r--r--src/plugin_common/replaygain.h2
-rw-r--r--src/plugin_common/tags.c2
-rw-r--r--src/plugin_common/tags.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am
index f4be766b..6e9e3ed3 100644
--- a/src/plugin_common/Makefile.am
+++ b/src/plugin_common/Makefile.am
@@ -1,6 +1,6 @@
# plugin_common - Routines common to several plugins
# Copyright (C) 2002-2009 Josh Coalson
-# Copyright (C) 2011-2014 Xiph.Org Foundation
+# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/Makefile.lite b/src/plugin_common/Makefile.lite
index 673f1db5..dc494a7e 100644
--- a/src/plugin_common/Makefile.lite
+++ b/src/plugin_common/Makefile.lite
@@ -1,6 +1,6 @@
# plugin_common - Routines common to several plugins
# Copyright (C) 2002-2009 Josh Coalson
-# Copyright (C) 2011-2014 Xiph.Org Foundation
+# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/all.h b/src/plugin_common/all.h
index 3cc0300b..1639ac9d 100644
--- a/src/plugin_common/all.h
+++ b/src/plugin_common/all.h
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/charset.c b/src/plugin_common/charset.c
index 6d7dc152..5dded8a0 100644
--- a/src/plugin_common/charset.c
+++ b/src/plugin_common/charset.c
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* Only slightly modified charset.c from:
* EasyTAG - Tag editor for MP3 and OGG files
diff --git a/src/plugin_common/charset.h b/src/plugin_common/charset.h
index d09ab2d8..d4a62cec 100644
--- a/src/plugin_common/charset.h
+++ b/src/plugin_common/charset.h
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* Only slightly modified charset.h from:
* charset.h - 2001/12/04
diff --git a/src/plugin_common/defs.h b/src/plugin_common/defs.h
index 1fc849d9..61896aed 100644
--- a/src/plugin_common/defs.h
+++ b/src/plugin_common/defs.h
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/dither.c b/src/plugin_common/dither.c
index f83a75a7..b20ab514 100644
--- a/src/plugin_common/dither.c
+++ b/src/plugin_common/dither.c
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* dithering routine derived from (other GPLed source):
* mad - MPEG audio decoder
diff --git a/src/plugin_common/dither.h b/src/plugin_common/dither.h
index 382e499d..32f5f1ca 100644
--- a/src/plugin_common/dither.h
+++ b/src/plugin_common/dither.h
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/replaygain.c b/src/plugin_common/replaygain.c
index 8c592c93..40fb0fc2 100644
--- a/src/plugin_common/replaygain.c
+++ b/src/plugin_common/replaygain.c
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
* Copyright (C) 2003 Philip Jägenstedt
*
* This program is free software; you can redistribute it and/or
diff --git a/src/plugin_common/replaygain.h b/src/plugin_common/replaygain.h
index 126a0255..dcb2aa92 100644
--- a/src/plugin_common/replaygain.h
+++ b/src/plugin_common/replaygain.h
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
* Copyright (C) 2003 Philip Jägenstedt
*
* This program is free software; you can redistribute it and/or
diff --git a/src/plugin_common/tags.c b/src/plugin_common/tags.c
index 3d155b61..38df9581 100644
--- a/src/plugin_common/tags.c
+++ b/src/plugin_common/tags.c
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/tags.h b/src/plugin_common/tags.h
index 908ec735..8b45367d 100644
--- a/src/plugin_common/tags.h
+++ b/src/plugin_common/tags.h
@@ -1,6 +1,6 @@
/* plugin_common - Routines common to several plugins
* Copyright (C) 2002-2009 Josh Coalson
- * Copyright (C) 2011-2014 Xiph.Org Foundation
+ * Copyright (C) 2011-2016 Xiph.Org Foundation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public