diff options
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',''); |