From d08ca3f9da62319399fd4d6088144f7d90d445e2 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 4 Feb 2011 09:23:48 -0700 Subject: [PATCH] update copyright date --- libbase/AMF.cpp | 4 ++-- libbase/AMF.h | 4 ++-- libbase/BitsReader.cpp | 4 ++-- libbase/BitsReader.h | 4 ++-- libbase/CachedBitmap.h | 4 ++-- libbase/ClockTime.cpp | 4 ++-- libbase/ClockTime.h | 4 ++-- libbase/GC.cpp | 4 ++-- libbase/GC.h | 4 ++-- libbase/GnashAlgorithm.h | 2 +- libbase/GnashEnums.h | 4 ++-- libbase/GnashException.h | 4 ++-- libbase/GnashFactory.h | 4 ++-- libbase/GnashFileUtilities.cpp | 4 ++-- libbase/GnashFileUtilities.h | 4 ++-- libbase/GnashImage.cpp | 4 ++-- libbase/GnashImage.h | 4 ++-- libbase/GnashImageGif.cpp | 4 ++-- libbase/GnashImageGif.h | 4 ++-- libbase/GnashImageJpeg.cpp | 2 +- libbase/GnashImageJpeg.h | 2 +- libbase/GnashImagePng.cpp | 4 ++-- libbase/GnashImagePng.h | 4 ++-- libbase/GnashNumeric.h | 4 ++-- libbase/GnashSleep.h | 4 ++-- libbase/GnashSystemFDHeaders.h | 4 ++-- libbase/GnashSystemIOHeaders.h | 4 ++-- libbase/GnashSystemNetHeaders.h | 4 ++-- libbase/GnashTexture.cpp | 2 +- libbase/GnashTexture.h | 2 +- libbase/GnashVaapiImage.cpp | 2 +- libbase/GnashVaapiImage.h | 2 +- libbase/GnashVaapiImageProxy.h | 2 +- libbase/GnashVaapiTexture.cpp | 2 +- libbase/GnashVaapiTexture.h | 2 +- libbase/IOChannel.cpp | 4 ++-- libbase/IOChannel.h | 4 ++-- libbase/ImageIterators.h | 4 ++-- libbase/NamingPolicy.cpp | 4 ++-- libbase/NamingPolicy.h | 4 ++-- libbase/NetworkAdapter.h | 4 ++-- libbase/Point2d.h | 4 ++-- libbase/RTMP.cpp | 2 +- libbase/RTMP.h | 2 +- libbase/Range2d.h | 4 ++-- libbase/SWFCtype.cpp | 4 ++-- libbase/SWFCtype.h | 4 ++-- libbase/SharedMem.cpp | 4 ++-- libbase/SharedMem.h | 4 ++-- libbase/SharedMemHaiku.cpp | 4 ++-- libbase/SharedMemW32.cpp | 4 ++-- libbase/SimpleBuffer.h | 4 ++-- libbase/Socket.cpp | 4 ++-- libbase/Socket.h | 4 ++-- libbase/Stats.h | 4 ++-- libbase/StreamProvider.cpp | 4 ++-- libbase/StreamProvider.h | 4 ++-- libbase/StringPredicates.h | 4 ++-- libbase/URL.cpp | 4 ++-- libbase/URL.h | 4 ++-- libbase/URLAccessManager.cpp | 4 ++-- libbase/URLAccessManager.h | 4 ++-- libbase/WallClockTimer.cpp | 4 ++-- libbase/WallClockTimer.h | 4 ++-- libbase/accumulator.h | 1 - libbase/arg_parser.cpp | 2 +- libbase/arg_parser.h | 2 +- libbase/dsodefs.h | 4 ++-- libbase/extension.h | 4 ++-- libbase/gettext.h | 3 ++- libbase/gmemory.h | 4 ++-- libbase/log.h | 4 ++-- libbase/noseek_fd_adapter.h | 4 ++-- libbase/rc.h | 4 ++-- libbase/ref_counted.h | 4 ++-- libbase/sharedlib.h | 4 ++-- libbase/smart_ptr.h | 4 ++-- libbase/snappingrange.h | 2 +- libbase/string_table.h | 4 ++-- libbase/utf8.h | 2 +- libbase/utility.h | 4 ++-- 81 files changed, 144 insertions(+), 144 deletions(-) diff --git a/libbase/AMF.cpp b/libbase/AMF.cpp index 9d4b87f6d..28e7726cb 100644 --- a/libbase/AMF.cpp +++ b/libbase/AMF.cpp @@ -1,7 +1,7 @@ // AMFConverter.h High-level functions for converting as_values to AMF. // -// 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/libbase/AMF.h b/libbase/AMF.h index 8686d2abe..407fdafa2 100644 --- a/libbase/AMF.h +++ b/libbase/AMF.h @@ -1,7 +1,7 @@ // AMF.h Low level functions for manipulating and reading AMF buffers. // -// 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/libbase/BitsReader.cpp b/libbase/BitsReader.cpp index 69b8bed5d..8613d79fe 100644 --- a/libbase/BitsReader.cpp +++ b/libbase/BitsReader.cpp @@ -1,7 +1,7 @@ // BitsReader.cpp: bits reader, 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/libbase/BitsReader.h b/libbase/BitsReader.h index fb01c06ed..878192a5d 100644 --- a/libbase/BitsReader.h +++ b/libbase/BitsReader.h @@ -1,7 +1,7 @@ // BitsReader.h: bits reader, 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/libbase/CachedBitmap.h b/libbase/CachedBitmap.h index 76f599187..09f1000a7 100644 --- a/libbase/CachedBitmap.h +++ b/libbase/CachedBitmap.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/libbase/ClockTime.cpp b/libbase/ClockTime.cpp index 4168cb401..168668a90 100644 --- a/libbase/ClockTime.cpp +++ b/libbase/ClockTime.cpp @@ -1,7 +1,7 @@ // ClockTime.cpp: clock and local time functions 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/libbase/ClockTime.h b/libbase/ClockTime.h index ed516b840..f17026ef6 100644 --- a/libbase/ClockTime.h +++ b/libbase/ClockTime.h @@ -1,7 +1,7 @@ // Time.h: clock and local time functions 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/libbase/GC.cpp b/libbase/GC.cpp index 014dc41ab..fef0676f3 100644 --- a/libbase/GC.cpp +++ b/libbase/GC.cpp @@ -1,7 +1,7 @@ // GC.cpp: Garbage Collector, 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/libbase/GC.h b/libbase/GC.h index ece243883..5d5b4c382 100644 --- a/libbase/GC.h +++ b/libbase/GC.h @@ -1,7 +1,7 @@ // GC.h: Garbage Collector 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/libbase/GnashAlgorithm.h b/libbase/GnashAlgorithm.h index 7b11c8b49..30bb2f7ea 100644 --- a/libbase/GnashAlgorithm.h +++ b/libbase/GnashAlgorithm.h @@ -1,6 +1,6 @@ // GnashAlgorithm.h: useful templates and functors for generic algorithms // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashEnums.h b/libbase/GnashEnums.h index 93d2838f6..5e2c5ce0f 100644 --- a/libbase/GnashEnums.h +++ b/libbase/GnashEnums.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/libbase/GnashException.h b/libbase/GnashException.h index f285bf5c5..288fef7e1 100644 --- a/libbase/GnashException.h +++ b/libbase/GnashException.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/libbase/GnashFactory.h b/libbase/GnashFactory.h index 41cfae9c6..747b935b2 100644 --- a/libbase/GnashFactory.h +++ b/libbase/GnashFactory.h @@ -1,7 +1,7 @@ // GnashFactory.h A generic class template // -// 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/libbase/GnashFileUtilities.cpp b/libbase/GnashFileUtilities.cpp index 65ed8759e..7ab1133e2 100644 --- a/libbase/GnashFileUtilities.cpp +++ b/libbase/GnashFileUtilities.cpp @@ -1,7 +1,7 @@ // GnashFileUtilities.cpp File handling 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/libbase/GnashFileUtilities.h b/libbase/GnashFileUtilities.h index de7f09c17..3a0c27b59 100644 --- a/libbase/GnashFileUtilities.h +++ b/libbase/GnashFileUtilities.h @@ -1,7 +1,7 @@ // GnashFileUtilities.h File handling 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/libbase/GnashImage.cpp b/libbase/GnashImage.cpp index b93ace2c2..816d7e511 100644 --- a/libbase/GnashImage.cpp +++ b/libbase/GnashImage.cpp @@ -1,7 +1,7 @@ // Image.cpp: image data class for Gnash. // -// Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 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/libbase/GnashImage.h b/libbase/GnashImage.h index 5793562ed..f1fba3c7d 100644 --- a/libbase/GnashImage.h +++ b/libbase/GnashImage.h @@ -1,7 +1,7 @@ // GnashImage.h: Base class for reading image data in 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/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp index 8e8c913ce..8abfd23ac 100644 --- a/libbase/GnashImageGif.cpp +++ b/libbase/GnashImageGif.cpp @@ -1,7 +1,7 @@ // GnashImageGif.cpp: gif_lib wrapper 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/libbase/GnashImageGif.h b/libbase/GnashImageGif.h index a8cc37c4f..e2711ff24 100644 --- a/libbase/GnashImageGif.h +++ b/libbase/GnashImageGif.h @@ -1,7 +1,7 @@ // GnashImageGif.h: gif_lib wrapper 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/libbase/GnashImageJpeg.cpp b/libbase/GnashImageJpeg.cpp index b6f46e9d5..3165cde61 100644 --- a/libbase/GnashImageJpeg.cpp +++ b/libbase/GnashImageJpeg.cpp @@ -1,6 +1,6 @@ // GnashImageJpeg.cpp: Jpeg reader, for Gnash. // -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashImageJpeg.h b/libbase/GnashImageJpeg.h index 8417b276e..eccf5342a 100644 --- a/libbase/GnashImageJpeg.h +++ b/libbase/GnashImageJpeg.h @@ -1,6 +1,6 @@ // GnashImageJpeg.h: Jpeg reader, for Gnash. // -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashImagePng.cpp b/libbase/GnashImagePng.cpp index 16ded78a1..963b97b20 100644 --- a/libbase/GnashImagePng.cpp +++ b/libbase/GnashImagePng.cpp @@ -1,7 +1,7 @@ // GnashImagePng.cpp: libpng wrapper 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/libbase/GnashImagePng.h b/libbase/GnashImagePng.h index 61910d683..de7e7dd8b 100644 --- a/libbase/GnashImagePng.h +++ b/libbase/GnashImagePng.h @@ -1,7 +1,7 @@ // GnashImagePng.h: libpng wrapper 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/libbase/GnashNumeric.h b/libbase/GnashNumeric.h index 2cf7c1857..78d5bc512 100644 --- a/libbase/GnashNumeric.h +++ b/libbase/GnashNumeric.h @@ -1,7 +1,7 @@ // GnashNumeric.h: vaguely useful mathematical functions. // -// 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/libbase/GnashSleep.h b/libbase/GnashSleep.h index afda3fb22..2d784809c 100644 --- a/libbase/GnashSleep.h +++ b/libbase/GnashSleep.h @@ -1,7 +1,7 @@ // GnashSleep.h -- How do you sleep? // -// 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/libbase/GnashSystemFDHeaders.h b/libbase/GnashSystemFDHeaders.h index a40d962fb..7f52431f9 100644 --- a/libbase/GnashSystemFDHeaders.h +++ b/libbase/GnashSystemFDHeaders.h @@ -1,7 +1,7 @@ // GnashSystemFDHeaders.h: Compatibility FD header 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/libbase/GnashSystemIOHeaders.h b/libbase/GnashSystemIOHeaders.h index 5991ed3bf..3da6e5499 100644 --- a/libbase/GnashSystemIOHeaders.h +++ b/libbase/GnashSystemIOHeaders.h @@ -1,7 +1,7 @@ // GnashImageSystemIOHeaders.h: Compatibility IO header 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/libbase/GnashSystemNetHeaders.h b/libbase/GnashSystemNetHeaders.h index f3a761f52..71af912b6 100644 --- a/libbase/GnashSystemNetHeaders.h +++ b/libbase/GnashSystemNetHeaders.h @@ -1,7 +1,7 @@ // GnashImageSystemNetHeaders.h: Compatibility Network header 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/libbase/GnashTexture.cpp b/libbase/GnashTexture.cpp index 7b9f0a1cf..cf0c4e520 100644 --- a/libbase/GnashTexture.cpp +++ b/libbase/GnashTexture.cpp @@ -1,6 +1,6 @@ // GnashTexture.cpp: GnashImage class used for OpenGL rendering // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashTexture.h b/libbase/GnashTexture.h index 267d375ba..cc00415b0 100644 --- a/libbase/GnashTexture.h +++ b/libbase/GnashTexture.h @@ -1,6 +1,6 @@ // GnashTexture.h: GnashImage class used for OpenGL rendering // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashVaapiImage.cpp b/libbase/GnashVaapiImage.cpp index d23f73ae7..df3bc95ec 100644 --- a/libbase/GnashVaapiImage.cpp +++ b/libbase/GnashVaapiImage.cpp @@ -1,6 +1,6 @@ // GnashVaapiImage.cpp: GnashImage class used with VA API // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashVaapiImage.h b/libbase/GnashVaapiImage.h index 88e97d53e..2e64f6be5 100644 --- a/libbase/GnashVaapiImage.h +++ b/libbase/GnashVaapiImage.h @@ -1,6 +1,6 @@ // GnashVaapiImage.h: GnashImage class used with VA API // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashVaapiImageProxy.h b/libbase/GnashVaapiImageProxy.h index e6a668a0a..f87a23b82 100644 --- a/libbase/GnashVaapiImageProxy.h +++ b/libbase/GnashVaapiImageProxy.h @@ -1,6 +1,6 @@ // GnashVaapiImageProxy.h: GnashVaapiImage proxy class used for delayed rendering // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashVaapiTexture.cpp b/libbase/GnashVaapiTexture.cpp index 369260002..a539d31b4 100644 --- a/libbase/GnashVaapiTexture.cpp +++ b/libbase/GnashVaapiTexture.cpp @@ -1,6 +1,6 @@ // GnashVaapiTexture.cpp: GnashImage class used for VA/GLX rendering // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/GnashVaapiTexture.h b/libbase/GnashVaapiTexture.h index ffc06c6c8..864675f67 100644 --- a/libbase/GnashVaapiTexture.h +++ b/libbase/GnashVaapiTexture.h @@ -1,6 +1,6 @@ // GnashVaapiTexture.h: GnashImage class used for VA/GLX rendering // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/IOChannel.cpp b/libbase/IOChannel.cpp index 8f6de5adc..63d57ff36 100644 --- a/libbase/IOChannel.cpp +++ b/libbase/IOChannel.cpp @@ -1,7 +1,7 @@ // IOChannel.cpp - a virtual IO channel, 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/libbase/IOChannel.h b/libbase/IOChannel.h index 8c1136966..83a44e0ca 100644 --- a/libbase/IOChannel.h +++ b/libbase/IOChannel.h @@ -1,7 +1,7 @@ // IOChannel.h - a virtual IO channel, 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/libbase/ImageIterators.h b/libbase/ImageIterators.h index 15290c526..246f03e64 100644 --- a/libbase/ImageIterators.h +++ b/libbase/ImageIterators.h @@ -1,7 +1,7 @@ // ImageIterators.h: Specialized iterators for image data. // -// 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/libbase/NamingPolicy.cpp b/libbase/NamingPolicy.cpp index 1384bc012..26ad11493 100644 --- a/libbase/NamingPolicy.cpp +++ b/libbase/NamingPolicy.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/libbase/NamingPolicy.h b/libbase/NamingPolicy.h index 4e33fb472..450f5da4a 100644 --- a/libbase/NamingPolicy.h +++ b/libbase/NamingPolicy.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/libbase/NetworkAdapter.h b/libbase/NetworkAdapter.h index f4a77d409..0b66a99b0 100644 --- a/libbase/NetworkAdapter.h +++ b/libbase/NetworkAdapter.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/libbase/Point2d.h b/libbase/Point2d.h index 0439be56b..f102e3666 100644 --- a/libbase/Point2d.h +++ b/libbase/Point2d.h @@ -1,7 +1,7 @@ // Point2d template - 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/libbase/RTMP.cpp b/libbase/RTMP.cpp index eca22ca61..e384e3cea 100644 --- a/libbase/RTMP.cpp +++ b/libbase/RTMP.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/RTMP.h b/libbase/RTMP.h index 209295f26..9d33d670e 100644 --- a/libbase/RTMP.h +++ b/libbase/RTMP.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/Range2d.h b/libbase/Range2d.h index 92b4910b3..f298962f2 100644 --- a/libbase/Range2d.h +++ b/libbase/Range2d.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/libbase/SWFCtype.cpp b/libbase/SWFCtype.cpp index 8526fd21b..990a06a0b 100644 --- a/libbase/SWFCtype.cpp +++ b/libbase/SWFCtype.cpp @@ -1,7 +1,7 @@ // SWFCtype.cpp: Case conversion code for SWF strings. // -// 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/libbase/SWFCtype.h b/libbase/SWFCtype.h index 37223b6e5..1fb8a2ed1 100644 --- a/libbase/SWFCtype.h +++ b/libbase/SWFCtype.h @@ -1,7 +1,7 @@ // SWFCtype.h: Case conversion code for SWF strings. // -// 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/libbase/SharedMem.cpp b/libbase/SharedMem.cpp index d339fc467..a8bf2eccc 100644 --- a/libbase/SharedMem.cpp +++ b/libbase/SharedMem.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/libbase/SharedMem.h b/libbase/SharedMem.h index ef631827e..5f5107b26 100644 --- a/libbase/SharedMem.h +++ b/libbase/SharedMem.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/libbase/SharedMemHaiku.cpp b/libbase/SharedMemHaiku.cpp index db28e9b98..2ab688f5a 100644 --- a/libbase/SharedMemHaiku.cpp +++ b/libbase/SharedMemHaiku.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/libbase/SharedMemW32.cpp b/libbase/SharedMemW32.cpp index c6bb1fd28..f9c37139f 100644 --- a/libbase/SharedMemW32.cpp +++ b/libbase/SharedMemW32.cpp @@ -1,7 +1,7 @@ // SharedMem implementation for w32 // -// 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/libbase/SimpleBuffer.h b/libbase/SimpleBuffer.h index 98c4c2c66..3b2eb3972 100644 --- a/libbase/SimpleBuffer.h +++ b/libbase/SimpleBuffer.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/libbase/Socket.cpp b/libbase/Socket.cpp index 7d5e19e1f..18b5eac23 100644 --- a/libbase/Socket.cpp +++ b/libbase/Socket.cpp @@ -1,7 +1,7 @@ // Socket.cpp - an IOChannel for sockets // -// 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/libbase/Socket.h b/libbase/Socket.h index e3fb4b760..ccabf8395 100644 --- a/libbase/Socket.h +++ b/libbase/Socket.h @@ -1,7 +1,7 @@ // Socket.h - a virtual IO channel, 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/libbase/Stats.h b/libbase/Stats.h index a3fa1b266..a915ecabb 100644 --- a/libbase/Stats.h +++ b/libbase/Stats.h @@ -1,7 +1,7 @@ // Stats.h -- classes for generic statistics gathering // -// 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/libbase/StreamProvider.cpp b/libbase/StreamProvider.cpp index dd1442c3d..57ea7336f 100644 --- a/libbase/StreamProvider.cpp +++ b/libbase/StreamProvider.cpp @@ -1,7 +1,7 @@ // StreamProvider.cpp: ActionScript file: or http: stream reader, 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/libbase/StreamProvider.h b/libbase/StreamProvider.h index 30f04fd8f..0d9970e54 100644 --- a/libbase/StreamProvider.h +++ b/libbase/StreamProvider.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/libbase/StringPredicates.h b/libbase/StringPredicates.h index 3b5694028..95d966dbd 100644 --- a/libbase/StringPredicates.h +++ b/libbase/StringPredicates.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/libbase/URL.cpp b/libbase/URL.cpp index a28361a87..3b7d027a0 100644 --- a/libbase/URL.cpp +++ b/libbase/URL.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/libbase/URL.h b/libbase/URL.h index 6c491a661..0bf7d52c4 100644 --- a/libbase/URL.h +++ b/libbase/URL.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/libbase/URLAccessManager.cpp b/libbase/URLAccessManager.cpp index da258efb9..e703a2f58 100644 --- a/libbase/URLAccessManager.cpp +++ b/libbase/URLAccessManager.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/libbase/URLAccessManager.h b/libbase/URLAccessManager.h index 77478cb0d..fd8c35690 100644 --- a/libbase/URLAccessManager.h +++ b/libbase/URLAccessManager.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/libbase/WallClockTimer.cpp b/libbase/WallClockTimer.cpp index 2ff706e3c..45dd0a25c 100644 --- a/libbase/WallClockTimer.cpp +++ b/libbase/WallClockTimer.cpp @@ -1,7 +1,7 @@ // WallClockTimer.cpp: Wall clock timer, 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/libbase/WallClockTimer.h b/libbase/WallClockTimer.h index 0eebe9622..e751bca53 100644 --- a/libbase/WallClockTimer.h +++ b/libbase/WallClockTimer.h @@ -1,7 +1,7 @@ // WallClockTimer.h: Wall clock timer, 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/libbase/accumulator.h b/libbase/accumulator.h index 84ccee380..beee82568 100644 --- a/libbase/accumulator.h +++ b/libbase/accumulator.h @@ -1,7 +1,6 @@ // accumulator.h: accumulating value for boost program_options. // // Copyright (C) 2010, 2011 Free Software Foundation, Inc -// Copyright (C) 2010, 2011 benjaminwolsey.de // // 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/libbase/arg_parser.cpp b/libbase/arg_parser.cpp index e8b50855e..3cf1eebb0 100644 --- a/libbase/arg_parser.cpp +++ b/libbase/arg_parser.cpp @@ -1,6 +1,6 @@ // Arg_parser - A POSIX/GNU command line argument parser. // Copyright (C) 2006, 2007, 2008, 2009, 2010 Antonio Diaz Diaz. -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/arg_parser.h b/libbase/arg_parser.h index fc24458ee..2cc0d8f95 100644 --- a/libbase/arg_parser.h +++ b/libbase/arg_parser.h @@ -1,6 +1,6 @@ // Arg_parser - A POSIX/GNU command line argument parser. // Copyright (C) 2006, 2007, 2008, 2009, 2010 Antonio Diaz Diaz. -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/dsodefs.h b/libbase/dsodefs.h index 48c2ca24d..ef00677df 100644 --- a/libbase/dsodefs.h +++ b/libbase/dsodefs.h @@ -1,5 +1,5 @@ -// Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software -// Foundation, Inc +// Copyright (C) 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/libbase/extension.h b/libbase/extension.h index c646ea452..6397b7091 100644 --- a/libbase/extension.h +++ b/libbase/extension.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/libbase/gettext.h b/libbase/gettext.h index 89af60f06..57846431e 100644 --- a/libbase/gettext.h +++ b/libbase/gettext.h @@ -1,5 +1,6 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002, 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004, 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 Library General Public License as published diff --git a/libbase/gmemory.h b/libbase/gmemory.h index db61f049c..552a71dd0 100644 --- a/libbase/gmemory.h +++ b/libbase/gmemory.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/libbase/log.h b/libbase/log.h index 885449a7a..6978f5a4d 100644 --- a/libbase/log.h +++ b/libbase/log.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/libbase/noseek_fd_adapter.h b/libbase/noseek_fd_adapter.h index f76be0779..eb42d8a06 100644 --- a/libbase/noseek_fd_adapter.h +++ b/libbase/noseek_fd_adapter.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/libbase/rc.h b/libbase/rc.h index 6e49f72bd..9d4cfa20a 100644 --- a/libbase/rc.h +++ b/libbase/rc.h @@ -1,7 +1,7 @@ // rc.h: "Run Command" configuration file declarations, 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/libbase/ref_counted.h b/libbase/ref_counted.h index 65a5c2681..8cac89e9c 100644 --- a/libbase/ref_counted.h +++ b/libbase/ref_counted.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/libbase/sharedlib.h b/libbase/sharedlib.h index 104eeecf5..73cd26b9d 100644 --- a/libbase/sharedlib.h +++ b/libbase/sharedlib.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/libbase/smart_ptr.h b/libbase/smart_ptr.h index 0cc108cc6..c6db7dfcf 100644 --- a/libbase/smart_ptr.h +++ b/libbase/smart_ptr.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/libbase/snappingrange.h b/libbase/snappingrange.h index 11f2bda8b..9004c4a76 100644 --- a/libbase/snappingrange.h +++ b/libbase/snappingrange.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/string_table.h b/libbase/string_table.h index da23e2ff9..e4c1be4ac 100644 --- a/libbase/string_table.h +++ b/libbase/string_table.h @@ -1,7 +1,7 @@ // string_table.h -- A shared string table 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/libbase/utf8.h b/libbase/utf8.h index 98b60d1ca..cadfcc0a3 100644 --- a/libbase/utf8.h +++ b/libbase/utf8.h @@ -1,6 +1,6 @@ // utf8.h: utilities for converting to and from UTF-8 // -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 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/libbase/utility.h b/libbase/utility.h index 8364bf089..b11fc89d9 100644 --- a/libbase/utility.h +++ b/libbase/utility.h @@ -1,7 +1,7 @@ // utility.h -- Various little utility functions, macros & typedefs. // -// 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