Add license headers to files.
authorDavid Thompson <davet@gnu.org>
Wed, 1 Oct 2014 15:06:42 +0000 (11:06 -0400)
committerDavid Thompson <davet@gnu.org>
Wed, 1 Oct 2014 15:06:42 +0000 (11:06 -0400)
* README.md (Copyright): Tweak licensing info.
* CRM/Memberdashboard/Page/MemberDashboard.php: Add license header.
* templates/CRM/Memberdashboard/Page/DashboardElement.tpl: Ditto.
* templates/CRM/Memberdashboard/Page/MemberDashboard.tpl: Ditto.

CRM/Memberdashboard/Page/MemberDashboard.php
README.md
templates/CRM/Memberdashboard/Page/DashboardElement.tpl
templates/CRM/Memberdashboard/Page/MemberDashboard.tpl

index dd6bc8c4c351f54300a4a0d55ead08f1c91aabfe..2f5df7e3f2d281f3aeab4e14ba835d0303e3821b 100644 (file)
@@ -1,4 +1,24 @@
 <?php
+/**
+ * FSF Member Dashboard
+ * Copyright © 2014 Free Software Foundation, Inc.
+ *
+ * This file is a part of FSF Member Dashboard.
+ *
+ * FSF Member Dashboard is free software; you can copy, modify, and
+ * distribute it under the terms of the GNU Affero General Public
+ * License Version 3, 19 November 2007 and the CiviCRM Licensing
+ * Exception.
+ *
+ * FSF Member Dashboard is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with FSF Member Dashboard.  If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
 
 require_once 'CRM/Core/Page.php';
 
index bc39807eeaceb0c36cab0681eaa7810dee1bad38..d22a350f942c6138d38249081ce970b4e34ab6e5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ associate members to manage their account information.
 Copyright
 ---------
 
+FSF Member Dashboard
 Copyright © 2014 Free Software Foundation, Inc.
 
 FSF Member Dashboard is free software: you can redistribute it and/or
@@ -19,9 +20,6 @@ useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU Affero General Public
-License and the CiviCRM Licensing Exception along with this program;
-if not, contact CiviCRM LLC at info[AT]civicrm[DOT]org. If you have
-questions about the GNU Affero General Public License or the licensing
-of CiviCRM, see the CiviCRM license FAQ at
-<http://civicrm.org/licensing>
+You should have received a copy of the GNU General Public License
+along with FSF Member Dashboard.  If not, see
+<http://www.gnu.org/licenses/>.
index 90469e54de9310c12573518c51c580f152e081fa..e817b963344abcab3fc6f353069f8600bae770c5 100644 (file)
@@ -1,4 +1,26 @@
+{*
+  FSF Member Dashboard
+  Copyright © 2014 Free Software Foundation, Inc.
+
+  This file is a part of FSF Member Dashboard.
+
+  FSF Member Dashboard is free software: you can redistribute it
+  and/or modify it under the terms of the GNU Affero General Public
+  License as published by the Free Software Foundation, either version
+  3 of the License, or (at your option) any later version.
+
+  FSF Member Dashboard is distributed in the hope that it will be
+  useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+  of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with FSF Member Dashboard.  If not, see
+  <http://www.gnu.org/licenses/>.
+*}
+
 <div{if isset($element.class)} class="{$element.class}"{/if}>
   <div class="header-dark">{$element.sectionTitle}</div>
+  <p>{$element.templatePath}</p>
   {include file=$element.templatePath}
 </div>
index 2bf88a2e8e8675cac7aa35f265e5c3c11d1b759e..6bd53a6352e474c8ccf9cd7dc84bf6707e6e8edb 100644 (file)
@@ -1,3 +1,24 @@
+{*
+  FSF Member Dashboard
+  Copyright © 2014 Free Software Foundation, Inc.
+
+  This file is a part of FSF Member Dashboard.
+
+  FSF Member Dashboard is free software: you can redistribute it
+  and/or modify it under the terms of the GNU Affero General Public
+  License as published by the Free Software Foundation, either version
+  3 of the License, or (at your option) any later version.
+
+  FSF Member Dashboard is distributed in the hope that it will be
+  useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+  of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with FSF Member Dashboard.  If not, see
+  <http://www.gnu.org/licenses/>.
+*}
+
 <h3>This is your home now</h3>
 
 <p>Your display name is {$contact->display_name}</p>