diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-01-04 12:28:51 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-01-04 12:28:51 +0000 |
| commit | 36362d2c626c95d97e936875f2d0e232c72d37c9 (patch) | |
| tree | 9c5f8ac17f105986eb67170850c2ac67b1f4c2ff /modules_v3/googlemap | |
| parent | 6d7c230a98306b8348179b6346dca8bc152c6f15 (diff) | |
| download | webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.tar.gz webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.tar.bz2 webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.zip | |
Update copyright date to 2014
Diffstat (limited to 'modules_v3/googlemap')
| -rw-r--r-- | modules_v3/googlemap/admin_places.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/css/wt_v3_googlemap.css | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/db_schema/db_schema_0_1.php | 5 | ||||
| -rw-r--r-- | modules_v3/googlemap/db_schema/db_schema_1_2.php | 5 | ||||
| -rw-r--r-- | modules_v3/googlemap/db_schema/db_schema_2_3.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/db_schema/db_schema_3_4.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/db_schema/db_schema_4_5.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/defaultconfig.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/googlemap.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/help_text.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/module.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/placehierarchy.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/places_edit.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/wt_v3_places_edit.js.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/wt_v3_places_edit_overlays.js.php | 2 | ||||
| -rw-r--r-- | modules_v3/googlemap/wt_v3_street_view.php | 2 |
16 files changed, 16 insertions, 22 deletions
diff --git a/modules_v3/googlemap/admin_places.php b/modules_v3/googlemap/admin_places.php index c37bc55d97..41fb9cd96c 100644 --- a/modules_v3/googlemap/admin_places.php +++ b/modules_v3/googlemap/admin_places.php @@ -2,7 +2,7 @@ // Interface to edit place locations // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. diff --git a/modules_v3/googlemap/css/wt_v3_googlemap.css b/modules_v3/googlemap/css/wt_v3_googlemap.css index d16a130c63..02c598afc3 100644 --- a/modules_v3/googlemap/css/wt_v3_googlemap.css +++ b/modules_v3/googlemap/css/wt_v3_googlemap.css @@ -2,7 +2,7 @@ * webtrees googlemap V3 css * * webtrees: Web based Family History software - * Copyright (C) 2013 webtrees development team. + * Copyright (C) 2014 webtrees development team. * * 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/modules_v3/googlemap/db_schema/db_schema_0_1.php b/modules_v3/googlemap/db_schema/db_schema_0_1.php index c226a9ffb2..3f003ddcdd 100644 --- a/modules_v3/googlemap/db_schema/db_schema_0_1.php +++ b/modules_v3/googlemap/db_schema/db_schema_0_1.php @@ -12,10 +12,7 @@ // seconds, for systems with low timeout values. // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. -// -// Derived from PhpGedView -// Copyright (C) 2009 Greg Roach +// Copyright (C) 2014 Greg Roach // // 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/modules_v3/googlemap/db_schema/db_schema_1_2.php b/modules_v3/googlemap/db_schema/db_schema_1_2.php index 8e0daeecd8..35bf11a21f 100644 --- a/modules_v3/googlemap/db_schema/db_schema_1_2.php +++ b/modules_v3/googlemap/db_schema/db_schema_1_2.php @@ -13,10 +13,7 @@ // seconds, for systems with low timeout values. // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. -// -// Derived from PhpGedView -// Copyright (C) 2009 Greg Roach +// Copyright (C) 2014 Greg Roach // // 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/modules_v3/googlemap/db_schema/db_schema_2_3.php b/modules_v3/googlemap/db_schema/db_schema_2_3.php index 8a59f9eec3..e99278f46c 100644 --- a/modules_v3/googlemap/db_schema/db_schema_2_3.php +++ b/modules_v3/googlemap/db_schema/db_schema_2_3.php @@ -11,7 +11,7 @@ // seconds, for systems with low timeout values. // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // 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/modules_v3/googlemap/db_schema/db_schema_3_4.php b/modules_v3/googlemap/db_schema/db_schema_3_4.php index 07e3c0c5e8..86b2a77bf8 100644 --- a/modules_v3/googlemap/db_schema/db_schema_3_4.php +++ b/modules_v3/googlemap/db_schema/db_schema_3_4.php @@ -11,7 +11,7 @@ // seconds, for systems with low timeout values. // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // 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/modules_v3/googlemap/db_schema/db_schema_4_5.php b/modules_v3/googlemap/db_schema/db_schema_4_5.php index 964a45d77b..06b95617d0 100644 --- a/modules_v3/googlemap/db_schema/db_schema_4_5.php +++ b/modules_v3/googlemap/db_schema/db_schema_4_5.php @@ -11,7 +11,7 @@ // seconds, for systems with low timeout values. // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 Greg Roach // // 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/modules_v3/googlemap/defaultconfig.php b/modules_v3/googlemap/defaultconfig.php index ecd5d42472..60d697fd33 100644 --- a/modules_v3/googlemap/defaultconfig.php +++ b/modules_v3/googlemap/defaultconfig.php @@ -2,7 +2,7 @@ // Configuration file required by GoogleMap module // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. diff --git a/modules_v3/googlemap/googlemap.php b/modules_v3/googlemap/googlemap.php index 5ac50a534e..8ac04a1d63 100644 --- a/modules_v3/googlemap/googlemap.php +++ b/modules_v3/googlemap/googlemap.php @@ -2,7 +2,7 @@ // Google map module for webtrees // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved. diff --git a/modules_v3/googlemap/help_text.php b/modules_v3/googlemap/help_text.php index bd9dd7917d..015cc6a0df 100644 --- a/modules_v3/googlemap/help_text.php +++ b/modules_v3/googlemap/help_text.php @@ -5,7 +5,7 @@ // It simply needs to set $title and $text for the help topic $help_topic // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // 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/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php index 75b1d7fc32..81afc5d0af 100644 --- a/modules_v3/googlemap/module.php +++ b/modules_v3/googlemap/module.php @@ -2,7 +2,7 @@ // Classes and libraries for module system // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2010 John Finlay diff --git a/modules_v3/googlemap/placehierarchy.php b/modules_v3/googlemap/placehierarchy.php index c3cc385b6b..75c6cb2efe 100644 --- a/modules_v3/googlemap/placehierarchy.php +++ b/modules_v3/googlemap/placehierarchy.php @@ -2,7 +2,7 @@ // Displays a place hierachy // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved. diff --git a/modules_v3/googlemap/places_edit.php b/modules_v3/googlemap/places_edit.php index e97db57887..ab4cc75c8a 100644 --- a/modules_v3/googlemap/places_edit.php +++ b/modules_v3/googlemap/places_edit.php @@ -2,7 +2,7 @@ // Interface to edit place locations // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved. diff --git a/modules_v3/googlemap/wt_v3_places_edit.js.php b/modules_v3/googlemap/wt_v3_places_edit.js.php index 5a7ecbf761..286081aa2f 100644 --- a/modules_v3/googlemap/wt_v3_places_edit.js.php +++ b/modules_v3/googlemap/wt_v3_places_edit.js.php @@ -2,7 +2,7 @@ // Included script file for Interface to edit place locations // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Derived from PhpGedView // Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved. diff --git a/modules_v3/googlemap/wt_v3_places_edit_overlays.js.php b/modules_v3/googlemap/wt_v3_places_edit_overlays.js.php index ec1a6cc8f0..5a797828c1 100644 --- a/modules_v3/googlemap/wt_v3_places_edit_overlays.js.php +++ b/modules_v3/googlemap/wt_v3_places_edit_overlays.js.php @@ -2,7 +2,7 @@ // Overlays file for Interface to edit place locations // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // 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/modules_v3/googlemap/wt_v3_street_view.php b/modules_v3/googlemap/wt_v3_street_view.php index 579b9b217f..1b10218147 100644 --- a/modules_v3/googlemap/wt_v3_street_view.php +++ b/modules_v3/googlemap/wt_v3_street_view.php @@ -2,7 +2,7 @@ // Displays a streetview map // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // 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 |
