diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-23 22:59:24 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-23 22:59:54 +0200 |
commit | 782069e1fa61193e071ee9792c95562977d8f3d5 (patch) | |
tree | 43b2dd26773cfcd97185cfee7bcd6a55ad76450a /apps/calendar/css/style.css | |
parent | 5741811d3662db44d1eeab3da09d545baa32d6d9 (diff) | |
download | nextcloud-server-782069e1fa61193e071ee9792c95562977d8f3d5.tar.gz nextcloud-server-782069e1fa61193e071ee9792c95562977d8f3d5.zip |
Change copyright notice to short form
Diffstat (limited to 'apps/calendar/css/style.css')
-rw-r--r-- | apps/calendar/css/style.css | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index b1198062763..f1bd0f9a9c4 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -1,22 +1,9 @@ -/************************************************* - * ownCloud - Calendar Plugin * - * * - * (c) Copyright 2011 Georg Ehrke * - * author: Georg Ehrke * - * email: ownclouddev at georgswebsite dot de * - * homepage: ownclouddev.georgswebsite.de * - * manual: ownclouddev.georgswebsite.de/manual * - * License: GNU AFFERO GENERAL PUBLIC LICENSE * - * * - * <http://www.gnu.org/licenses/> * - * If you are not able to view the License, * - * <http://www.gnu.org/licenses/> * - * <http://ownclouddev.georgswebsite.de/license/> * - * please write to the Free Software Foundation. * - * Address: * - * 59 Temple Place, Suite 330, Boston, * - * MA 02111-1307 USA * - *************************************************/ +/** + * Copyright (c) 2011 Georg Ehrke <ownclouddev at georgswebsite dot de> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ #view {margin-left: 10px; float: left; font-size: 12px;} #datecontrol {text-align: center;} |