From 302cb674feca29d05f548f29e9e93dd89453d8a3 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 31 Oct 2011 07:21:21 +0000 Subject: [PATCH] Update copyright notices --- 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/level2.c | 2 +- src/plugins/level2.h | 2 +- src/plugins/radar-info.c | 2 +- src/plugins/radar-info.h | 2 +- src/plugins/radar.c | 2 +- src/plugins/radar.h | 2 +- src/resource.rc.in | 2 +- src/wsr88ddec.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/aweather-gui.c b/src/aweather-gui.c index b08196a..558f43f 100644 --- a/src/aweather-gui.c +++ b/src/aweather-gui.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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 ba74cab..c1c76be 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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 5b14a00..d3278af 100644 --- a/src/aweather-location.c +++ b/src/aweather-location.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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 a686332..7eaa3d2 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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 89eeda7..6d335af 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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/level2.c b/src/plugins/level2.c index 623fa34..aabe345 100644 --- a/src/plugins/level2.c +++ b/src/plugins/level2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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/level2.h b/src/plugins/level2.h index 250c19a..3a0b000 100644 --- a/src/plugins/level2.h +++ b/src/plugins/level2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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-info.c b/src/plugins/radar-info.c index 01c44c4..a0798ad 100644 --- a/src/plugins/radar-info.c +++ b/src/plugins/radar-info.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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-info.h b/src/plugins/radar-info.h index 100c7bd..8daf2b9 100644 --- a/src/plugins/radar-info.h +++ b/src/plugins/radar-info.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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.c b/src/plugins/radar.c index 52d94c9..0af1d92 100644 --- a/src/plugins/radar.c +++ b/src/plugins/radar.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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 51443b6..e64ed81 100644 --- a/src/plugins/radar.h +++ b/src/plugins/radar.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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/resource.rc.in b/src/resource.rc.in index 15d876e..12b7493 100644 --- a/src/resource.rc.in +++ b/src/resource.rc.in @@ -18,7 +18,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "FileDescription", "AWeather" VALUE "FileVersion", "@VERSION@" VALUE "InternalName", "@PACKAGE@" - VALUE "LegalCopyright", "Copyright (C) 2008-2010 Andy Spencer" + VALUE "LegalCopyright", "Copyright (C) 2008-2011 Andy Spencer" VALUE "OriginalFilename", "@ORIGINAL_FILENAME@" VALUE "ProductName", "AWeather" VALUE "ProductVersion", "@VERSION@" diff --git a/src/wsr88ddec.c b/src/wsr88ddec.c index c7a0345..9db0589 100644 --- a/src/wsr88ddec.c +++ b/src/wsr88ddec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 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