From 6001543d19b4dbf701a7cc95cc2c56702bc1fe12 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 1 Oct 2014 11:06:42 -0400 Subject: [PATCH] Add license headers to files. * 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 | 20 +++++++++++++++++ README.md | 10 ++++----- .../Memberdashboard/Page/DashboardElement.tpl | 22 +++++++++++++++++++ .../Memberdashboard/Page/MemberDashboard.tpl | 21 ++++++++++++++++++ 4 files changed, 67 insertions(+), 6 deletions(-) diff --git a/CRM/Memberdashboard/Page/MemberDashboard.php b/CRM/Memberdashboard/Page/MemberDashboard.php index dd6bc8c..2f5df7e 100644 --- a/CRM/Memberdashboard/Page/MemberDashboard.php +++ b/CRM/Memberdashboard/Page/MemberDashboard.php @@ -1,4 +1,24 @@ . + */ require_once 'CRM/Core/Page.php'; diff --git a/README.md b/README.md index bc39807..d22a350 100644 --- 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 - +You should have received a copy of the GNU General Public License +along with FSF Member Dashboard. If not, see +. diff --git a/templates/CRM/Memberdashboard/Page/DashboardElement.tpl b/templates/CRM/Memberdashboard/Page/DashboardElement.tpl index 90469e5..e817b96 100644 --- a/templates/CRM/Memberdashboard/Page/DashboardElement.tpl +++ b/templates/CRM/Memberdashboard/Page/DashboardElement.tpl @@ -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 + . +*} +
{$element.sectionTitle}
+

{$element.templatePath}

{include file=$element.templatePath} diff --git a/templates/CRM/Memberdashboard/Page/MemberDashboard.tpl b/templates/CRM/Memberdashboard/Page/MemberDashboard.tpl index 2bf88a2..6bd53a6 100644 --- a/templates/CRM/Memberdashboard/Page/MemberDashboard.tpl +++ b/templates/CRM/Memberdashboard/Page/MemberDashboard.tpl @@ -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 + . +*} +

This is your home now

Your display name is {$contact->display_name}

-- 2.25.1