aboutsummaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:14:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:14:00 +0000
commit6fea34c676c217e1d2c2e5a4b4896fe2252a1ad1 (patch)
tree05b8ea1b184c8f7cbe841cfb727e69ca68f632ec /src/date.c
parente8479343f6a6db1d28e362469dfafaccca378421 (diff)
fixed license boilerplate and UTF8 encoding
svn path=/trunk/externals/zexy/; revision=15327
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c31
1 files changed, 23 insertions, 8 deletions
diff --git a/src/date.c b/src/date.c
index 42ad539..3f6b96d 100644
--- a/src/date.c
+++ b/src/date.c
@@ -1,10 +1,29 @@
+/*
+ * date: gets the current date from the system
+ *
+ * (c) 1999-2011 IOhannes m zmölnig, forum::für::umläute, institute of electronic music and acoustics (iem)
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
/******************************************************
*
* zexy - implementation file
*
- * copyleft (c) IOhannes m zmölnig
+ * copyleft (c) IOhannes m zmölnig
*
- * 1999:forum::für::umläute:2004
+ * 1999:forum::für::umläute:2004
*
* institute of electronic music and acoustics (iem)
*
@@ -15,12 +34,8 @@
******************************************************/
/*
- (c) 1202:forum::für::umläute:2000
- 1506:forum::für::umläute:2003: use timeb only if needed (like on windoze)
-
- "time" gets the current time from the system
- "date" gets the current date from the system
-
+ (c) 1202:forum::für::umläute:2000
+ 1506:forum::für::umläute:2003: use timeb only if needed (like on windoze)
*/
#include "zexy.h"