From e66e444b94b520d8f135fccb5c8878dda699edac Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 4 Feb 2011 09:09:40 -0700 Subject: [PATCH] update copyright date --- plugin/aos4/Makefile.am | 3 ++- plugin/aos4/plugin.cpp | 4 ++-- plugin/aos4/plugin.h | 4 ++-- plugin/klash/Makefile.am | 3 ++- plugin/klash/klash_part.cpp | 4 ++-- plugin/klash/klash_part.h | 4 ++-- plugin/klash4/Makefile.am | 3 ++- plugin/klash4/klash_part.cpp | 4 ++-- plugin/klash4/klash_part.h | 4 ++-- plugin/npapi/GnashNPVariant.h | 2 +- plugin/npapi/Makefile.am | 3 ++- plugin/npapi/callbacks.cpp | 2 +- plugin/npapi/callbacks.h | 2 +- plugin/npapi/external.cpp | 2 +- plugin/npapi/external.h | 2 +- plugin/npapi/gshell.cpp | 2 +- plugin/npapi/plugin.cpp | 4 ++-- plugin/npapi/plugin.h | 4 ++-- plugin/npapi/pluginScriptObject.cpp | 2 +- plugin/npapi/pluginScriptObject.h | 2 +- plugin/npapi/test.cpp | 2 +- plugin/win32/Makefile.am | 3 ++- plugin/win32/npgnash.c | 4 ++-- plugin/win32/plugin.cpp | 4 ++-- plugin/win32/plugin.h | 4 ++-- 25 files changed, 41 insertions(+), 36 deletions(-) diff --git a/plugin/aos4/Makefile.am b/plugin/aos4/Makefile.am index 3ba587035..62a9bc372 100644 --- a/plugin/aos4/Makefile.am +++ b/plugin/aos4/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # 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 diff --git a/plugin/aos4/plugin.cpp b/plugin/aos4/plugin.cpp index 89cb46002..8f24f01b5 100644 --- a/plugin/aos4/plugin.cpp +++ b/plugin/aos4/plugin.cpp @@ -1,7 +1,7 @@ // plugin.cpp: Windows "win32" flash player Mozilla plugin, for Gnash. // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/aos4/plugin.h b/plugin/aos4/plugin.h index 4dfc886dd..640a1c3d1 100644 --- a/plugin/aos4/plugin.h +++ b/plugin/aos4/plugin.h @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/klash/Makefile.am b/plugin/klash/Makefile.am index b489e52ff..7a8004817 100644 --- a/plugin/klash/Makefile.am +++ b/plugin/klash/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # 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 diff --git a/plugin/klash/klash_part.cpp b/plugin/klash/klash_part.cpp index 54170e708..251f8a5f8 100644 --- a/plugin/klash/klash_part.cpp +++ b/plugin/klash/klash_part.cpp @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/klash/klash_part.h b/plugin/klash/klash_part.h index 5d8c13783..bdfefd74a 100644 --- a/plugin/klash/klash_part.h +++ b/plugin/klash/klash_part.h @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/klash4/Makefile.am b/plugin/klash4/Makefile.am index eec449568..7c5d431f6 100644 --- a/plugin/klash4/Makefile.am +++ b/plugin/klash4/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # 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 diff --git a/plugin/klash4/klash_part.cpp b/plugin/klash4/klash_part.cpp index 5b970db41..144b118b5 100644 --- a/plugin/klash4/klash_part.cpp +++ b/plugin/klash4/klash_part.cpp @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/klash4/klash_part.h b/plugin/klash4/klash_part.h index 313e7a1ee..2af082c98 100644 --- a/plugin/klash4/klash_part.h +++ b/plugin/klash4/klash_part.h @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/GnashNPVariant.h b/plugin/npapi/GnashNPVariant.h index 7d6506598..e79949ff8 100644 --- a/plugin/npapi/GnashNPVariant.h +++ b/plugin/npapi/GnashNPVariant.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/Makefile.am b/plugin/npapi/Makefile.am index f650dcf4b..e0c507bc8 100644 --- a/plugin/npapi/Makefile.am +++ b/plugin/npapi/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # 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 diff --git a/plugin/npapi/callbacks.cpp b/plugin/npapi/callbacks.cpp index dba00bab0..98a8373a9 100644 --- a/plugin/npapi/callbacks.cpp +++ b/plugin/npapi/callbacks.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/callbacks.h b/plugin/npapi/callbacks.h index df115191c..a98993c74 100644 --- a/plugin/npapi/callbacks.h +++ b/plugin/npapi/callbacks.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/external.cpp b/plugin/npapi/external.cpp index 17a24976b..5e18e3c2e 100644 --- a/plugin/npapi/external.cpp +++ b/plugin/npapi/external.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/external.h b/plugin/npapi/external.h index a0df10e47..bb02f83bd 100644 --- a/plugin/npapi/external.h +++ b/plugin/npapi/external.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/gshell.cpp b/plugin/npapi/gshell.cpp index 2aa9fd9ad..390bed4a9 100644 --- a/plugin/npapi/gshell.cpp +++ b/plugin/npapi/gshell.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp index a29763107..98408fb0b 100644 --- a/plugin/npapi/plugin.cpp +++ b/plugin/npapi/plugin.cpp @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/plugin.h b/plugin/npapi/plugin.h index 007df68d6..4fbd1eba0 100644 --- a/plugin/npapi/plugin.h +++ b/plugin/npapi/plugin.h @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/pluginScriptObject.cpp b/plugin/npapi/pluginScriptObject.cpp index b9480bb6a..55f0f7935 100644 --- a/plugin/npapi/pluginScriptObject.cpp +++ b/plugin/npapi/pluginScriptObject.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/pluginScriptObject.h b/plugin/npapi/pluginScriptObject.h index 9185a2c1c..ab836d12c 100644 --- a/plugin/npapi/pluginScriptObject.h +++ b/plugin/npapi/pluginScriptObject.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/npapi/test.cpp b/plugin/npapi/test.cpp index 0da95a957..519fb2028 100644 --- a/plugin/npapi/test.cpp +++ b/plugin/npapi/test.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2010 Free Software Foundation, Inc +// Copyright (C) 2010, 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/win32/Makefile.am b/plugin/win32/Makefile.am index de2f69022..43c4fcf50 100644 --- a/plugin/win32/Makefile.am +++ b/plugin/win32/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # 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 diff --git a/plugin/win32/npgnash.c b/plugin/win32/npgnash.c index edefb9ce7..2a475b40e 100644 --- a/plugin/win32/npgnash.c +++ b/plugin/win32/npgnash.c @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/win32/plugin.cpp b/plugin/win32/plugin.cpp index c8b4a87c4..c14ecb7e5 100644 --- a/plugin/win32/plugin.cpp +++ b/plugin/win32/plugin.cpp @@ -1,7 +1,7 @@ // plugin.cpp: Windows "win32" flash player Mozilla plugin, for Gnash. // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 diff --git a/plugin/win32/plugin.h b/plugin/win32/plugin.h index 5243075b9..99dd8918f 100644 --- a/plugin/win32/plugin.h +++ b/plugin/win32/plugin.h @@ -1,6 +1,6 @@ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, +// 2011 Free Software Foundation, Inc // // 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 -- 2.11.4.GIT