]> Pileus Git - aweather/commitdiff
Update copyright and email address
authorAndy Spencer <andy753421@gmail.com>
Wed, 27 Jan 2010 23:29:57 +0000 (23:29 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 27 Jan 2010 23:35:29 +0000 (23:35 +0000)
configure.ac
src/aweather-gui.c
src/aweather-gui.h
src/aweather-location.c
src/aweather-location.h
src/main.c
src/plugins/marching.c
src/plugins/marching.h
src/plugins/radar.c
src/plugins/radar.h
src/wsr88ddec.c

index b0a2450374324f038f031dd4ce45731bce02c003..8a02052a3e070ac7f18c71daf226e6530ccbc532 100644 (file)
@@ -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])
index 7cc9454af5bb7d00c4ea9a428785fcd5a7d4528b..bd2adb1b6be6efe65649177b2f932033c318117b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
index 8c59b97b7ae64e575b643d8a627a3ed9825acaf1..fb4415f6b0b29f203b8d9eb2ef770194df21ce8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
index bb123747211ebd8ed4fba270dfb76f114c229715..b4933f38dcc69ca1271859e75c1c82a10cbd2f65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
index a80f0ac0973b2d52baa6e35899f458e84c23cb46..a3a3b69b175a98a0e9339513e6c912cb17ad9fae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
index f5e26e86033d9f3bb86dce3c8f6cce10524fd3b7..aef6c6a0c7b71cb71031d612124a9dfe138cf4b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
index 7c883115f838e3931a6bd7cfe6c80c7adb5f760c..43d631d38c035fa7f73d6935afa86189d52ff7df 100644 (file)
@@ -1,6 +1,6 @@
 /**
- * Copyright (c) 2002 Jamie Zawinski <jwz@jwz.org>
- * Copyright (c) 2009 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2002 Jamie Zawinski <jwz@jwz.org>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * Utility functions to create "marching cubes" meshes from 3d fields.
  *
index b1186f56c03782c6a4a2b25b8a35b0f3e482de31..991041e130ad9d53c68cb790ae0c9d730b52a0ce 100644 (file)
@@ -1,6 +1,6 @@
 /**
- * Copyright (c) 2002 Jamie Zawinski <jwz@jwz.org>
- * Copyright (c) 2009 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2002 Jamie Zawinski <jwz@jwz.org>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * Utility functions to create "marching cubes" meshes from 3d fields.
  *
index 5ea9e1d80a6fbd610393a14d4615f94db83481d3..55cebdb0c4a36289231a52708695411a0bfd406b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * 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
index cc02de116911b5dd2e8e5aa63603b129822669af..c4964cb5b88923ecc9a9f915cf3540668370112d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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
index 3771ba6d098a6265105d4172df5e467997b4584a..8aea6e50f90cad08f71ff32148181ce19321e2e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  * 
  * 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