[Asterisk-cvs] asterisk/stdtime localtime.c,1.12,1.13
kpfleming
kpfleming
Wed Sep 14 16:48:21 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/funcs func_callerid.c, 1.5, 1.6 func_cdr.c,
1.5, 1.6 func_db.c, 1.5, 1.6 func_enum.c, 1.1, 1.2 func_env.c,
1.3, 1.4 func_groupcount.c, 1.6, 1.7 func_language.c, 1.2,
1.3 func_logic.c, 1.9, 1.10 func_math.c, 1.1, 1.2 func_md5.c,
1.4, 1.5 func_moh.c, 1.1, 1.2 func_strings.c, 1.6,
1.7 func_timeout.c, 1.2, 1.3 func_uri.c, 1.1,
1.2 pbx_functions.c, 1.4, 1.5
- Next message: [Asterisk-cvs] asterisk/pbx dundi-parser.c, 1.9, 1.10 pbx_ael.c,
1.10, 1.11 pbx_config.c, 1.67, 1.68 pbx_dundi.c, 1.41,
1.42 pbx_gtkconsole.c, 1.19, 1.20 pbx_loopback.c, 1.7,
1.8 pbx_realtime.c, 1.11, 1.12 pbx_spool.c, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/stdtime
In directory mongoose.digium.com:/tmp/cvs-serv5303/stdtime
Modified Files:
localtime.c
Log Message:
update MANY more files with proper copyright/license info (thanks Ian!)
Index: localtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/stdtime/localtime.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- localtime.c 21 Apr 2005 06:02:45 -0000 1.12
+++ localtime.c 14 Sep 2005 20:46:50 -0000 1.13
@@ -1,12 +1,9 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Multi-timezone Localtime code
- *
- * Copyright (C) 2003, Mark Spencer
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
- * This program is free software, distributed under the terms of
- * the GNU General Public License
+ * Mark Spencer <markster at digium.com>
*
* Most of this code is in the public domain, so clarified as of
* June 5, 1996 by Arthur David Olson (arthur_david_olson at nih.gov).
@@ -14,6 +11,22 @@
* All modifications to this code to abstract timezones away from
* the environment are by Tilghman Lesher, <tlesher at vcch.com>, with
* the copyright assigned to Digium.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
+ * Multi-timezone Localtime code
+ *
*/
/*
- Previous message: [Asterisk-cvs] asterisk/funcs func_callerid.c, 1.5, 1.6 func_cdr.c,
1.5, 1.6 func_db.c, 1.5, 1.6 func_enum.c, 1.1, 1.2 func_env.c,
1.3, 1.4 func_groupcount.c, 1.6, 1.7 func_language.c, 1.2,
1.3 func_logic.c, 1.9, 1.10 func_math.c, 1.1, 1.2 func_md5.c,
1.4, 1.5 func_moh.c, 1.1, 1.2 func_strings.c, 1.6,
1.7 func_timeout.c, 1.2, 1.3 func_uri.c, 1.1,
1.2 pbx_functions.c, 1.4, 1.5
- Next message: [Asterisk-cvs] asterisk/pbx dundi-parser.c, 1.9, 1.10 pbx_ael.c,
1.10, 1.11 pbx_config.c, 1.67, 1.68 pbx_dundi.c, 1.41,
1.42 pbx_gtkconsole.c, 1.19, 1.20 pbx_loopback.c, 1.7,
1.8 pbx_realtime.c, 1.11, 1.12 pbx_spool.c, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list