diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-11 16:45:58 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-11 17:25:02 +0200 |
commit | 3234597703f89617b2810444f29890fad0581225 (patch) | |
tree | c5c2e89d8fbb5104bfacc119fd294420f2b9da92 /apps/calendar/settings.php | |
parent | e9df292b62181e079d38ceaf343268954210b98b (diff) | |
download | nextcloud-server-3234597703f89617b2810444f29890fad0581225.tar.gz nextcloud-server-3234597703f89617b2810444f29890fad0581225.zip |
Correct copyright notices
Diffstat (limited to 'apps/calendar/settings.php')
-rw-r--r-- | apps/calendar/settings.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/calendar/settings.php b/apps/calendar/settings.php index bdf997eef70..02064327816 100644 --- a/apps/calendar/settings.php +++ b/apps/calendar/settings.php @@ -1,4 +1,17 @@ <?php +/************************************************* + * ownCloud - Calendar Plugin * + * * + * (c) Copyright 2011 Bart Visscher * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * If you are not able to view the License, * + * <http://www.gnu.org/licenses/> * + * please write to the Free Software Foundation. * + * Address: * + * 59 Temple Place, Suite 330, Boston, * + * MA 02111-1307 USA * + *************************************************/ $tmpl = new OC_Template( 'calendar', 'settings'); $timezone=OC_Preferences::getValue(OC_User::getUser(),'calendar','timezone',''); |