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 /library/WT/Gedcom | |
| parent | 6d7c230a98306b8348179b6346dca8bc152c6f15 (diff) | |
| download | webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.tar.gz webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.tar.bz2 webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.zip | |
Update copyright date to 2014
Diffstat (limited to 'library/WT/Gedcom')
| -rw-r--r-- | library/WT/Gedcom/Code/Adop.php | 2 | ||||
| -rw-r--r-- | library/WT/Gedcom/Code/Name.php | 2 | ||||
| -rw-r--r-- | library/WT/Gedcom/Code/Pedi.php | 2 | ||||
| -rw-r--r-- | library/WT/Gedcom/Code/Quay.php | 4 | ||||
| -rw-r--r-- | library/WT/Gedcom/Code/Rela.php | 2 | ||||
| -rw-r--r-- | library/WT/Gedcom/Code/Stat.php | 2 | ||||
| -rw-r--r-- | library/WT/Gedcom/Code/Temp.php | 2 | ||||
| -rw-r--r-- | library/WT/Gedcom/Tag.php | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/library/WT/Gedcom/Code/Adop.php b/library/WT/Gedcom/Code/Adop.php index 9119f5bb6f..03a669b1a1 100644 --- a/library/WT/Gedcom/Code/Adop.php +++ b/library/WT/Gedcom/Code/Adop.php @@ -2,7 +2,7 @@ // Functions and logic for GEDCOM "PEDI" codes // // 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/library/WT/Gedcom/Code/Name.php b/library/WT/Gedcom/Code/Name.php index d9281b0aee..6eef73752c 100644 --- a/library/WT/Gedcom/Code/Name.php +++ b/library/WT/Gedcom/Code/Name.php @@ -2,7 +2,7 @@ // Functions and logic for GEDCOM "NAME" codes // // 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/library/WT/Gedcom/Code/Pedi.php b/library/WT/Gedcom/Code/Pedi.php index 35cfb83cda..3a5f29295c 100644 --- a/library/WT/Gedcom/Code/Pedi.php +++ b/library/WT/Gedcom/Code/Pedi.php @@ -2,7 +2,7 @@ // Functions and logic for GEDCOM "PEDI" codes // // 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/library/WT/Gedcom/Code/Quay.php b/library/WT/Gedcom/Code/Quay.php index 6359b7e28b..be993175b0 100644 --- a/library/WT/Gedcom/Code/Quay.php +++ b/library/WT/Gedcom/Code/Quay.php @@ -1,8 +1,8 @@ <?php -// Functions and logic for GEDCOM "UAY" codes +// Functions and logic for GEDCOM "QUAY" codes // // 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/library/WT/Gedcom/Code/Rela.php b/library/WT/Gedcom/Code/Rela.php index 99cd404ba8..20a37c9a1b 100644 --- a/library/WT/Gedcom/Code/Rela.php +++ b/library/WT/Gedcom/Code/Rela.php @@ -2,7 +2,7 @@ // Functions and logic for GEDCOM "RELA" codes // // 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/library/WT/Gedcom/Code/Stat.php b/library/WT/Gedcom/Code/Stat.php index 9076750206..790853d378 100644 --- a/library/WT/Gedcom/Code/Stat.php +++ b/library/WT/Gedcom/Code/Stat.php @@ -2,7 +2,7 @@ // Functions and logic for GEDCOM "STAT" codes // // 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/library/WT/Gedcom/Code/Temp.php b/library/WT/Gedcom/Code/Temp.php index 039c154aa1..f79bf01130 100644 --- a/library/WT/Gedcom/Code/Temp.php +++ b/library/WT/Gedcom/Code/Temp.php @@ -2,7 +2,7 @@ // Functions and logic for GEDCOM "TEMP" codes // // 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/library/WT/Gedcom/Tag.php b/library/WT/Gedcom/Tag.php index fe1743baf9..8b813ede65 100644 --- a/library/WT/Gedcom/Tag.php +++ b/library/WT/Gedcom/Tag.php @@ -2,7 +2,7 @@ // Static GEDCOM data for Tags // // 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 |
