From: Hector Martin Date: Mon, 17 Jan 2011 17:01:13 +0000 (+0100) Subject: Bump copyrights to 2011 X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=8b945260240f385c450eb044006bf2b1b4e33277;p=openlase.git Bump copyrights to 2011 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a1f1f4..0b2fc33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # OpenLase - a realtime laser graphics toolkit # -# Copyright (C) 2009-2010 Hector Martin "marcan" +# Copyright (C) 2009-2011 Hector Martin "marcan" # # 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/examples/27c3_slides/3ddemos.c b/examples/27c3_slides/3ddemos.c index 2c464c9..5b19d04 100644 --- a/examples/27c3_slides/3ddemos.c +++ b/examples/27c3_slides/3ddemos.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/avstream.c b/examples/27c3_slides/avstream.c index 399b33f..002b6da 100644 --- a/examples/27c3_slides/avstream.c +++ b/examples/27c3_slides/avstream.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/avstream.h b/examples/27c3_slides/avstream.h index 1ad43bc..aa24e03 100644 --- a/examples/27c3_slides/avstream.h +++ b/examples/27c3_slides/avstream.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/circlescope.c b/examples/27c3_slides/circlescope.c index 01da89a..21874b8 100644 --- a/examples/27c3_slides/circlescope.c +++ b/examples/27c3_slides/circlescope.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/main.c b/examples/27c3_slides/main.c index e126960..ecf6520 100644 --- a/examples/27c3_slides/main.c +++ b/examples/27c3_slides/main.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/metaballs.c b/examples/27c3_slides/metaballs.c index fcd097c..f082cb1 100644 --- a/examples/27c3_slides/metaballs.c +++ b/examples/27c3_slides/metaballs.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/pong.c b/examples/27c3_slides/pong.c index 68edbb5..c104c72 100644 --- a/examples/27c3_slides/pong.c +++ b/examples/27c3_slides/pong.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/static.c b/examples/27c3_slides/static.c index 399fb47..7f30ade 100644 --- a/examples/27c3_slides/static.c +++ b/examples/27c3_slides/static.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/video.c b/examples/27c3_slides/video.c index b6e8a36..6b0f1a2 100644 --- a/examples/27c3_slides/video.c +++ b/examples/27c3_slides/video.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/27c3_slides/video.h b/examples/27c3_slides/video.h index 4fb58f4..fe39025 100644 --- a/examples/27c3_slides/video.h +++ b/examples/27c3_slides/video.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/CMakeLists.txt b/examples/CMakeLists.txt index 154eb16..5995a62 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,6 @@ # OpenLase - a realtime laser graphics toolkit # -# Copyright (C) 2009-2010 Hector Martin "marcan" +# Copyright (C) 2009-2011 Hector Martin "marcan" # # 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/examples/circlescope.c b/examples/circlescope.c index ce6b1a0..285de66 100644 --- a/examples/circlescope.c +++ b/examples/circlescope.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/harp.c b/examples/harp.c index f641b47..f212609 100644 --- a/examples/harp.c +++ b/examples/harp.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/harp.py b/examples/harp.py index 0c7360a..43965ba 100644 --- a/examples/harp.py +++ b/examples/harp.py @@ -1,6 +1,6 @@ # OpenLase - a realtime laser graphics toolkit # -# Copyright (C) 2009-2010 Hector Martin "marcan" +# Copyright (C) 2009-2011 Hector Martin "marcan" # # 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/examples/midiview.c b/examples/midiview.c index e8c6194..b19745c 100644 --- a/examples/midiview.c +++ b/examples/midiview.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/pong.c b/examples/pong.c index d939d30..f90ec65 100644 --- a/examples/pong.c +++ b/examples/pong.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/examples/simple.c b/examples/simple.c index 5776a14..ecea263 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/include/ilda.h b/include/ilda.h index a6aff4e..e408de6 100644 --- a/include/ilda.h +++ b/include/ilda.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/include/libol.h b/include/libol.h index 064e76d..5a24b35 100644 --- a/include/libol.h +++ b/include/libol.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/include/text.h b/include/text.h index b47da83..cd9c155 100644 --- a/include/text.h +++ b/include/text.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/libol/CMakeLists.txt b/libol/CMakeLists.txt index 455cf9c..53b6806 100644 --- a/libol/CMakeLists.txt +++ b/libol/CMakeLists.txt @@ -1,6 +1,6 @@ # OpenLase - a realtime laser graphics toolkit # -# Copyright (C) 2009-2010 Hector Martin "marcan" +# Copyright (C) 2009-2011 Hector Martin "marcan" # # 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/libol/ilda.c b/libol/ilda.c index 3184599..7019420 100644 --- a/libol/ilda.c +++ b/libol/ilda.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/libol/libol.c b/libol/libol.c index e461da5..b755b14 100644 --- a/libol/libol.c +++ b/libol/libol.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/libol/text.c b/libol/text.c index bac4887..b47f7ba 100644 --- a/libol/text.c +++ b/libol/text.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/output/CMakeLists.txt b/output/CMakeLists.txt index a6a0754..a18622d 100644 --- a/output/CMakeLists.txt +++ b/output/CMakeLists.txt @@ -1,6 +1,6 @@ # OpenLase - a realtime laser graphics toolkit # -# Copyright (C) 2009-2010 Hector Martin "marcan" +# Copyright (C) 2009-2011 Hector Martin "marcan" # # 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/output/output.cpp b/output/output.cpp index 3d0cc81..4fbda9b 100644 --- a/output/output.cpp +++ b/output/output.cpp @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/output/output.h b/output/output.h index aa6e62b..9ecb77a 100644 --- a/output/output.h +++ b/output/output.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/output/output_settings.cpp b/output/output_settings.cpp index df1a791..c98acfc 100644 --- a/output/output_settings.cpp +++ b/output/output_settings.cpp @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/output/output_settings.h b/output/output_settings.h index 4c2865a..8f28cdd 100644 --- a/output/output_settings.h +++ b/output/output_settings.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/tools/playilda.c b/tools/playilda.c index c23034a..f738c9b 100644 --- a/tools/playilda.c +++ b/tools/playilda.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/tools/playvid.c b/tools/playvid.c index b8d7b5b..a4474bc 100644 --- a/tools/playvid.c +++ b/tools/playvid.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/tools/trace.c b/tools/trace.c index a27de25..a5aab7d 100644 --- a/tools/trace.c +++ b/tools/trace.c @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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/tools/trace.h b/tools/trace.h index af86815..1551a89 100644 --- a/tools/trace.h +++ b/tools/trace.h @@ -1,7 +1,7 @@ /* OpenLase - a realtime laser graphics toolkit -Copyright (C) 2009-2010 Hector Martin "marcan" +Copyright (C) 2009-2011 Hector Martin "marcan" 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