[Asterisk-cvs] asterisk/codecs codec_adpcm.c, 1.13,
1.14 codec_g726.c, 1.5, 1.6 codec_ilbc.c, 1.7,
1.8 codec_lpc10.c, 1.10, 1.11 log2comp.h, 1.1, 1.2
russell at lists.digium.com
russell at lists.digium.com
Fri Jan 21 01:03:30 CST 2005
- Previous message: [Asterisk-cvs] asterisk app.c, 1.43, 1.44 asterisk.c, 1.135,
1.136 callerid.c, 1.26, 1.27 cdr.c, 1.29, 1.30 channel.c,
1.170, 1.171 cli.c, 1.69, 1.70 config.c, 1.44, 1.45 frame.c,
1.43, 1.44 loader.c, 1.35, 1.36 manager.c, 1.80, 1.81 muted.c,
1.5, 1.6 pbx.c, 1.197, 1.198 rtp.c, 1.106, 1.107 translate.c,
1.30, 1.31 utils.c, 1.26, 1.27
- Next message: [Asterisk-cvs] asterisk/apps app_alarmreceiver.c, 1.6,
1.7 app_chanisavail.c, 1.12, 1.13 app_curl.c, 1.2,
1.3 app_db.c, 1.7, 1.8 app_dial.c, 1.130,
1.131 app_directory.c, 1.30, 1.31 app_disa.c, 1.23,
1.24 app_dumpchan.c, 1.5, 1.6 app_enumlookup.c, 1.11,
1.12 app_eval.c, 1.1, 1.2 app_exec.c, 1.1,
1.2 app_groupcount.c, 1.7, 1.8 app_hasnewvoicemail.c, 1.10,
1.11 app_image.c, 1.4, 1.5 app_lookupblacklist.c, 1.6,
1.7 app_lookupcidname.c, 1.5, 1.6 app_macro.c, 1.20,
1.21 app_math.c, 1.3, 1.4 app_meetme.c, 1.70, 1.71 app_mp3.c,
1.22, 1.23 app_osplookup.c, 1.4, 1.5 app_parkandannounce.c,
1.10, 1.11 app_privacy.c, 1.11, 1.12 app_random.c, 1.2,
1.3 app_realtime.c, 1.4, 1.5 app_rpt.c, 1.26,
1.27 app_sendtext.c, 1.3, 1.4 app_setcidnum.c, 1.5,
1.6 app_sms.c, 1.16, 1.17 app_system.c, 1.12,
1.13 app_talkdetect.c, 1.6, 1.7 app_test.c, 1.5,
1.6 app_transfer.c, 1.5, 1.6 app_txtcidname.c, 1.8,
1.9 app_url.c, 1.6, 1.7 app_verbose.c, 1.2,
1.3 app_voicemail.c, 1.195, 1.196 app_waitforsilence.c, 1.3,
1.4 app_while.c, 1.2, 1.3 app_zapateller.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv21064/codecs
Modified Files:
codec_adpcm.c codec_g726.c codec_ilbc.c codec_lpc10.c
log2comp.h
Log Message:
update copyright headers for 2005
Index: codec_adpcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_adpcm.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- codec_adpcm.c 19 Dec 2004 21:13:41 -0000 1.13
+++ codec_adpcm.c 21 Jan 2005 07:06:24 -0000 1.14
@@ -5,7 +5,7 @@
* Based on frompcm.c and topcm.c from the Emiliano MIPL browser/
* interpreter. See http://www.bsdtelephony.com.mx
*
- * Copyright (c) 2001-2004 Digium, inc
+ * Copyright (c) 2001 - 2005 Digium, Inc.
* All rights reserved.
*
* Karl Sackett <krs at linux-support.net>, 2001-03-21
Index: codec_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_g726.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- codec_g726.c 19 Dec 2004 21:13:41 -0000 1.5
+++ codec_g726.c 21 Jan 2005 07:06:24 -0000 1.6
@@ -5,7 +5,7 @@
* Based on frompcm.c and topcm.c from the Emiliano MIPL browser/
* interpreter. See http://www.bsdtelephony.com.mx
*
- * Copyright (c) 2004, Digium, inc
+ * Copyright (c) 2004 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.com>
*
Index: codec_ilbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_ilbc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- codec_ilbc.c 14 Oct 2004 05:15:47 -0000 1.7
+++ codec_ilbc.c 21 Jan 2005 07:06:24 -0000 1.8
@@ -5,7 +5,7 @@
*
* The iLBC code is from The IETF code base and is copyright The Internet Society (2004)
*
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster at digium.com>
*
Index: codec_lpc10.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_lpc10.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- codec_lpc10.c 19 Dec 2004 21:13:41 -0000 1.10
+++ codec_lpc10.c 21 Jan 2005 07:06:24 -0000 1.11
@@ -8,7 +8,7 @@
*
* See http://www.arl.wustl.edu/~jaf/
*
- * Copyright (C) 1999-2004 Digium,inc
+ * Copyright (C) 1999 - 2005 Digium,inc
*
* Mark Spencer <markster at digium.com>
*
Index: log2comp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/log2comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- log2comp.h 15 Nov 2004 04:32:12 -0000 1.1
+++ log2comp.h 21 Jan 2005 07:06:24 -0000 1.2
@@ -4,7 +4,7 @@
*
* Implementation by Alex Volkov <codepro at usa.net>
*
- * Copyright (c) 2004, Digium
+ * Copyright (c) 2004 - 2005, Digium
*
* This program is free software, distributed under the terms of
* the GNU General Public License
- Previous message: [Asterisk-cvs] asterisk app.c, 1.43, 1.44 asterisk.c, 1.135,
1.136 callerid.c, 1.26, 1.27 cdr.c, 1.29, 1.30 channel.c,
1.170, 1.171 cli.c, 1.69, 1.70 config.c, 1.44, 1.45 frame.c,
1.43, 1.44 loader.c, 1.35, 1.36 manager.c, 1.80, 1.81 muted.c,
1.5, 1.6 pbx.c, 1.197, 1.198 rtp.c, 1.106, 1.107 translate.c,
1.30, 1.31 utils.c, 1.26, 1.27
- Next message: [Asterisk-cvs] asterisk/apps app_alarmreceiver.c, 1.6,
1.7 app_chanisavail.c, 1.12, 1.13 app_curl.c, 1.2,
1.3 app_db.c, 1.7, 1.8 app_dial.c, 1.130,
1.131 app_directory.c, 1.30, 1.31 app_disa.c, 1.23,
1.24 app_dumpchan.c, 1.5, 1.6 app_enumlookup.c, 1.11,
1.12 app_eval.c, 1.1, 1.2 app_exec.c, 1.1,
1.2 app_groupcount.c, 1.7, 1.8 app_hasnewvoicemail.c, 1.10,
1.11 app_image.c, 1.4, 1.5 app_lookupblacklist.c, 1.6,
1.7 app_lookupcidname.c, 1.5, 1.6 app_macro.c, 1.20,
1.21 app_math.c, 1.3, 1.4 app_meetme.c, 1.70, 1.71 app_mp3.c,
1.22, 1.23 app_osplookup.c, 1.4, 1.5 app_parkandannounce.c,
1.10, 1.11 app_privacy.c, 1.11, 1.12 app_random.c, 1.2,
1.3 app_realtime.c, 1.4, 1.5 app_rpt.c, 1.26,
1.27 app_sendtext.c, 1.3, 1.4 app_setcidnum.c, 1.5,
1.6 app_sms.c, 1.16, 1.17 app_system.c, 1.12,
1.13 app_talkdetect.c, 1.6, 1.7 app_test.c, 1.5,
1.6 app_transfer.c, 1.5, 1.6 app_txtcidname.c, 1.8,
1.9 app_url.c, 1.6, 1.7 app_verbose.c, 1.2,
1.3 app_voicemail.c, 1.195, 1.196 app_waitforsilence.c, 1.3,
1.4 app_while.c, 1.2, 1.3 app_zapateller.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list