From c2e39b9d64035038a19d753129cc2124b4ed1382 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 27 Jan 2010 23:48:01 +0000 Subject: [PATCH] Update copyright and email address --- configure.ac | 2 +- examples/plugin/teapot.c | 2 +- examples/plugin/teapot.h | 2 +- examples/shader/shader.c | 17 +++++++++++++++++ examples/sorting/sort.c | 17 +++++++++++++++++ examples/sorting/tes.c | 17 +++++++++++++++++ examples/tex/tex.c | 17 +++++++++++++++++ src/gis-data.c | 2 +- src/gis-data.h | 2 +- src/gis-object.c | 2 +- src/gis-object.h | 2 +- src/gis-opengl.c | 2 +- src/gis-opengl.h | 2 +- src/gis-plugin.c | 2 +- src/gis-plugin.h | 2 +- src/gis-prefs.c | 2 +- src/gis-prefs.h | 2 +- src/gis-tile.c | 2 +- src/gis-tile.h | 2 +- src/gis-util.c | 2 +- src/gis-util.h | 2 +- src/gis-viewer.c | 2 +- src/gis-viewer.h | 2 +- src/gis-wms.c | 2 +- src/gis-wms.h | 2 +- src/gis.h | 2 +- src/gis_test.c | 2 +- src/plugins/bmng.c | 2 +- src/plugins/bmng.h | 2 +- src/plugins/env.c | 2 +- src/plugins/env.h | 2 +- src/plugins/map.c | 2 +- src/plugins/map.h | 2 +- src/plugins/srtm.c | 2 +- src/plugins/srtm.h | 2 +- src/plugins/test.c | 2 +- src/plugins/test.h | 2 +- src/roam.c | 2 +- src/roam.h | 2 +- src/tile_test.c | 17 +++++++++++++++++ 40 files changed, 120 insertions(+), 35 deletions(-) diff --git a/configure.ac b/configure.ac index d30a407..08cb84c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Init and options -AC_INIT([libgis], [0.3], [spenceal@rose-hulman.edu]) +AC_INIT([libgis], [0.3], [andy753421@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/examples/plugin/teapot.c b/examples/plugin/teapot.c index e9c9796..445c157 100644 --- a/examples/plugin/teapot.c +++ b/examples/plugin/teapot.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/plugin/teapot.h b/examples/plugin/teapot.h index 34b5cb1..a849ef3 100644 --- a/examples/plugin/teapot.h +++ b/examples/plugin/teapot.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/shader/shader.c b/examples/shader/shader.c index 3d6d3d4..3b5f8c2 100644 --- a/examples/shader/shader.c +++ b/examples/shader/shader.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2009-2010 Andy Spencer + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #define GL_GLEXT_PROTOTYPES #include #include diff --git a/examples/sorting/sort.c b/examples/sorting/sort.c index 50ccda9..839c7c5 100644 --- a/examples/sorting/sort.c +++ b/examples/sorting/sort.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2009-2010 Andy Spencer + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #define GL_GLEXT_PROTOTYPES #include #include diff --git a/examples/sorting/tes.c b/examples/sorting/tes.c index 135ce5e..1b9ec9a 100644 --- a/examples/sorting/tes.c +++ b/examples/sorting/tes.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2009-2010 Andy Spencer + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/examples/tex/tex.c b/examples/tex/tex.c index 76bfb2c..b97386c 100644 --- a/examples/tex/tex.c +++ b/examples/tex/tex.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2009-2010 Andy Spencer + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/src/gis-data.c b/src/gis-data.c index 8c88c22..82f267d 100644 --- a/src/gis-data.c +++ b/src/gis-data.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-data.h b/src/gis-data.h index c22b59a..a065650 100644 --- a/src/gis-data.h +++ b/src/gis-data.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-object.c b/src/gis-object.c index bd6c5c9..c70adc4 100644 --- a/src/gis-object.c +++ b/src/gis-object.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-object.h b/src/gis-object.h index 9fc0ba7..147c147 100644 --- a/src/gis-object.h +++ b/src/gis-object.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-opengl.c b/src/gis-opengl.c index e18a309..9a88896 100644 --- a/src/gis-opengl.c +++ b/src/gis-opengl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-opengl.h b/src/gis-opengl.h index a77b5a4..2cf4968 100644 --- a/src/gis-opengl.h +++ b/src/gis-opengl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-plugin.c b/src/gis-plugin.c index ca009c9..05e415a 100644 --- a/src/gis-plugin.c +++ b/src/gis-plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-plugin.h b/src/gis-plugin.h index ae166b8..685c8a1 100644 --- a/src/gis-plugin.h +++ b/src/gis-plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-prefs.c b/src/gis-prefs.c index 6a2bd7d..e66be1a 100644 --- a/src/gis-prefs.c +++ b/src/gis-prefs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-prefs.h b/src/gis-prefs.h index 8a56cee..9949568 100644 --- a/src/gis-prefs.h +++ b/src/gis-prefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-tile.c b/src/gis-tile.c index 6140334..d92f7b5 100644 --- a/src/gis-tile.c +++ b/src/gis-tile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-tile.h b/src/gis-tile.h index d21b771..dc571ac 100644 --- a/src/gis-tile.h +++ b/src/gis-tile.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-util.c b/src/gis-util.c index 19604fe..c25b57c 100644 --- a/src/gis-util.c +++ b/src/gis-util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-util.h b/src/gis-util.h index cf3b09f..b2457b0 100644 --- a/src/gis-util.h +++ b/src/gis-util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-viewer.c b/src/gis-viewer.c index 947643d..30464e3 100644 --- a/src/gis-viewer.c +++ b/src/gis-viewer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-viewer.h b/src/gis-viewer.h index 90f13e9..86833f6 100644 --- a/src/gis-viewer.h +++ b/src/gis-viewer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-wms.c b/src/gis-wms.c index e075ba6..defedb3 100644 --- a/src/gis-wms.c +++ b/src/gis-wms.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis-wms.h b/src/gis-wms.h index 98c5c01..fbd9cd4 100644 --- a/src/gis-wms.h +++ b/src/gis-wms.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis.h b/src/gis.h index 7aafedf..fdc083e 100644 --- a/src/gis.h +++ b/src/gis.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/gis_test.c b/src/gis_test.c index dbc2f27..9726994 100644 --- a/src/gis_test.c +++ b/src/gis_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/bmng.c b/src/plugins/bmng.c index e8ec502..87cca8c 100644 --- a/src/plugins/bmng.c +++ b/src/plugins/bmng.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/bmng.h b/src/plugins/bmng.h index 5c4a5cf..af0b833 100644 --- a/src/plugins/bmng.h +++ b/src/plugins/bmng.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/env.c b/src/plugins/env.c index 7deea1f..d30fcb3 100644 --- a/src/plugins/env.c +++ b/src/plugins/env.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/env.h b/src/plugins/env.h index dc59ded..e05c8bc 100644 --- a/src/plugins/env.h +++ b/src/plugins/env.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/map.c b/src/plugins/map.c index d8ff6c2..44bc9fc 100644 --- a/src/plugins/map.c +++ b/src/plugins/map.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/map.h b/src/plugins/map.h index 3cc7d56..406fff9 100644 --- a/src/plugins/map.h +++ b/src/plugins/map.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/srtm.c b/src/plugins/srtm.c index f9ab87c..f127af7 100644 --- a/src/plugins/srtm.c +++ b/src/plugins/srtm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/srtm.h b/src/plugins/srtm.h index 4d8ca53..8755c88 100644 --- a/src/plugins/srtm.h +++ b/src/plugins/srtm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/test.c b/src/plugins/test.c index edb9bc4..87b0a61 100644 --- a/src/plugins/test.c +++ b/src/plugins/test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/plugins/test.h b/src/plugins/test.h index 1bfc440..4c5579c 100644 --- a/src/plugins/test.h +++ b/src/plugins/test.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/roam.c b/src/roam.c index ef9eeb8..e4848fa 100644 --- a/src/roam.c +++ b/src/roam.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/roam.h b/src/roam.h index 492ab39..02d0beb 100644 --- a/src/roam.h +++ b/src/roam.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * 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/src/tile_test.c b/src/tile_test.c index d67e14f..ccac9f3 100644 --- a/src/tile_test.c +++ b/src/tile_test.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2009-2010 Andy Spencer + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include -- 2.43.2