From c45d5a6177fe71ff1028887a1fbb01152de96835 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 27 Jan 2010 23:29:57 +0000 Subject: [PATCH] Update copyright and email address --- configure.ac | 2 +- src/aweather-gui.c | 2 +- src/aweather-gui.h | 2 +- src/aweather-location.c | 2 +- src/aweather-location.h | 2 +- src/main.c | 2 +- src/plugins/marching.c | 4 ++-- src/plugins/marching.h | 4 ++-- src/plugins/radar.c | 2 +- src/plugins/radar.h | 2 +- src/wsr88ddec.c | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index b0a2450..8a02052 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Init and options -AC_INIT([aweather], [0.3], [spenceal@rose-hulman.edu]) +AC_INIT([aweather], [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/src/aweather-gui.c b/src/aweather-gui.c index 7cc9454..bd2adb1 100644 --- a/src/aweather-gui.c +++ b/src/aweather-gui.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/aweather-gui.h b/src/aweather-gui.h index 8c59b97..fb4415f 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.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/aweather-location.c b/src/aweather-location.c index bb12374..b4933f3 100644 --- a/src/aweather-location.c +++ b/src/aweather-location.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/aweather-location.h b/src/aweather-location.h index a80f0ac..a3a3b69 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.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/main.c b/src/main.c index f5e26e8..aef6c6a 100644 --- a/src/main.c +++ b/src/main.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/marching.c b/src/plugins/marching.c index 7c88311..43d631d 100644 --- a/src/plugins/marching.c +++ b/src/plugins/marching.c @@ -1,6 +1,6 @@ /** - * Copyright (c) 2002 Jamie Zawinski - * Copyright (c) 2009 Andy Spencer + * Copyright (C) 2002 Jamie Zawinski + * Copyright (C) 2009-2010 Andy Spencer * * Utility functions to create "marching cubes" meshes from 3d fields. * diff --git a/src/plugins/marching.h b/src/plugins/marching.h index b1186f5..991041e 100644 --- a/src/plugins/marching.h +++ b/src/plugins/marching.h @@ -1,6 +1,6 @@ /** - * Copyright (c) 2002 Jamie Zawinski - * Copyright (c) 2009 Andy Spencer + * Copyright (C) 2002 Jamie Zawinski + * Copyright (C) 2009-2010 Andy Spencer * * Utility functions to create "marching cubes" meshes from 3d fields. * diff --git a/src/plugins/radar.c b/src/plugins/radar.c index 5ea9e1d..55cebdb 100644 --- a/src/plugins/radar.c +++ b/src/plugins/radar.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/radar.h b/src/plugins/radar.h index cc02de1..c4964cb 100644 --- a/src/plugins/radar.h +++ b/src/plugins/radar.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/wsr88ddec.c b/src/wsr88ddec.c index 3771ba6..8aea6e5 100644 --- a/src/wsr88ddec.c +++ b/src/wsr88ddec.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 -- 2.43.2