diff options
Diffstat (limited to 'modules_v3/tree')
| -rw-r--r-- | modules_v3/tree/class_treeview.php | 4 | ||||
| -rw-r--r-- | modules_v3/tree/css/treeview.css | 4 | ||||
| -rw-r--r-- | modules_v3/tree/js/treeview.js | 4 | ||||
| -rw-r--r-- | modules_v3/tree/module.php | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/modules_v3/tree/class_treeview.php b/modules_v3/tree/class_treeview.php index 0abb31bf66..4a18739eb9 100644 --- a/modules_v3/tree/class_treeview.php +++ b/modules_v3/tree/class_treeview.php @@ -2,7 +2,7 @@ // Class file for the tree navigator // // 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 @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/modules_v3/tree/css/treeview.css b/modules_v3/tree/css/treeview.css index cffbc8b1a1..d6aef26ef3 100644 --- a/modules_v3/tree/css/treeview.css +++ b/modules_v3/tree/css/treeview.css @@ -2,7 +2,7 @@ * CSS for TreeView module * * 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 @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #tree-title {text-align:center; margin-bottom:100px;} diff --git a/modules_v3/tree/js/treeview.js b/modules_v3/tree/js/treeview.js index 2a0dafd696..65f98fc67e 100644 --- a/modules_v3/tree/js/treeview.js +++ b/modules_v3/tree/js/treeview.js @@ -1,7 +1,7 @@ /** * TreeViewHandler * - * 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 @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ function TreeViewHandler(treeviewInstance, allPartners) { this.treeview = jQuery("#" + treeviewInstance + "_in"); diff --git a/modules_v3/tree/module.php b/modules_v3/tree/module.php index 24437b5143..fa4e22229c 100644 --- a/modules_v3/tree/module.php +++ b/modules_v3/tree/module.php @@ -3,7 +3,7 @@ // // Tip : you could change the number of generations loaded before ajax calls both in individual page and in treeview page to optimize speed and server load // -// 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 @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); |
