diff --git a/conf/autoload_configs/switch.conf.xml b/conf/autoload_configs/switch.conf.xml
index fba809ba2c..8342f120fc 100644
--- a/conf/autoload_configs/switch.conf.xml
+++ b/conf/autoload_configs/switch.conf.xml
@@ -16,7 +16,7 @@
-
+
diff --git a/debian/freeswitch.init b/debian/freeswitch.init
index ddde2f5518..44d166df6e 100755
--- a/debian/freeswitch.init
+++ b/debian/freeswitch.init
@@ -9,7 +9,7 @@
# Description: An advanced platform for voice services
### END INIT INFO
-# Author: Anthony Minesalle III
+# Author: Anthony Minesalle III
#
# Do NOT "set -e"
diff --git a/libs/freetdm/mod_freetdm/mod_freetdm.c b/libs/freetdm/mod_freetdm/mod_freetdm.c
index f12ed62556..f50d26c290 100755
--- a/libs/freetdm/mod_freetdm/mod_freetdm.c
+++ b/libs/freetdm/mod_freetdm/mod_freetdm.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
* Moises Silva
* David Yat Sin
*
diff --git a/libs/freetdm/src/include/private/libteletone.h b/libs/freetdm/src/include/private/libteletone.h
index 7453be51d8..dc98c8cb6c 100644
--- a/libs/freetdm/src/include/private/libteletone.h
+++ b/libs/freetdm/src/include/private/libteletone.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is libteletone
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* libteletone.h -- Tone Generator/Detector
diff --git a/libs/freetdm/src/include/private/libteletone_detect.h b/libs/freetdm/src/include/private/libteletone_detect.h
index b2d43d15f5..71bf067514 100644
--- a/libs/freetdm/src/include/private/libteletone_detect.h
+++ b/libs/freetdm/src/include/private/libteletone_detect.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* libteletone_detect.c Tone Detection Code
*
diff --git a/libs/freetdm/src/include/private/libteletone_generate.h b/libs/freetdm/src/include/private/libteletone_generate.h
index 2d47abdc7d..6d71694761 100644
--- a/libs/freetdm/src/include/private/libteletone_generate.h
+++ b/libs/freetdm/src/include/private/libteletone_generate.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Copyright (c) 2007, Anthony Minessale II
* All rights reserved.
diff --git a/libs/freetdm/src/include/private/sangoma_tdm_api.h b/libs/freetdm/src/include/private/sangoma_tdm_api.h
index 062d4e219d..6438c99fbb 100644
--- a/libs/freetdm/src/include/private/sangoma_tdm_api.h
+++ b/libs/freetdm/src/include/private/sangoma_tdm_api.h
@@ -1,7 +1,7 @@
/*****************************************************************************
* sangoma_tdm_api.h Sangoma TDM API Portability functions
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
* Michael Jerris
* David Rokhvarg
diff --git a/libs/freetdm/src/libteletone_detect.c b/libs/freetdm/src/libteletone_detect.c
index 61fef90149..0436c25953 100644
--- a/libs/freetdm/src/libteletone_detect.c
+++ b/libs/freetdm/src/libteletone_detect.c
@@ -1,12 +1,12 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Much less efficient expansion interface was added to allow for the detection of
* a single arbitrary tone combination which may also exceed 2 simultaneous tones.
* (controlled by compile time constant TELETONE_MAX_TONES)
*
- * Copyright (C) 2006 Anthony Minessale II
+ * Copyright (C) 2006 Anthony Minessale II
*
* libteletone_detect.c Tone Detection Code
*
diff --git a/libs/freetdm/src/priserver.c b/libs/freetdm/src/priserver.c
index b67fa04483..4e5ec8706d 100644
--- a/libs/freetdm/src/priserver.c
+++ b/libs/freetdm/src/priserver.c
@@ -1,7 +1,7 @@
/*****************************************************************************
* priserver.c Refactoring of pritest.c
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
*
* Copyright: (c) 2005 Anthony Minessale II
diff --git a/libs/freetdm/src/sangoma_pri.c b/libs/freetdm/src/sangoma_pri.c
index 402611e518..4adcf017cf 100644
--- a/libs/freetdm/src/sangoma_pri.c
+++ b/libs/freetdm/src/sangoma_pri.c
@@ -1,7 +1,7 @@
/*****************************************************************************
* sangoma_pri.c libpri Sangoma integration
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
*
* Copyright: (c) 2005 Anthony Minessale II
diff --git a/libs/freetdm/src/sangoma_pri.h b/libs/freetdm/src/sangoma_pri.h
index 2a1b2a2cef..d37622a6da 100644
--- a/libs/freetdm/src/sangoma_pri.h
+++ b/libs/freetdm/src/sangoma_pri.h
@@ -1,7 +1,7 @@
/*****************************************************************************
* libsangoma.c AFT T1/E1: HDLC API Code Library
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
*
* Copyright: (c) 2005 Anthony Minessale II
diff --git a/libs/libdingaling/src/ldl_compat.h b/libs/libdingaling/src/ldl_compat.h
index b19137e083..26ae586632 100644
--- a/libs/libdingaling/src/ldl_compat.h
+++ b/libs/libdingaling/src/ldl_compat.h
@@ -1,6 +1,6 @@
/*
* libDingaLing XMPP Jingle Library
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/libs/libdingaling/src/libdingaling.c b/libs/libdingaling/src/libdingaling.c
index 11a9a8a5b8..44c4589429 100644
--- a/libs/libdingaling/src/libdingaling.c
+++ b/libs/libdingaling/src/libdingaling.c
@@ -1,6 +1,6 @@
/*
* libDingaLing XMPP Jingle Library
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/libs/libdingaling/src/libdingaling.h b/libs/libdingaling/src/libdingaling.h
index c32b9363d9..f103327339 100644
--- a/libs/libdingaling/src/libdingaling.h
+++ b/libs/libdingaling/src/libdingaling.h
@@ -1,6 +1,6 @@
/*
* libDingaLing XMPP Jingle Library
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/libs/libteletone/src/libteletone.h b/libs/libteletone/src/libteletone.h
index 6e806cec4f..b54098c8ee 100644
--- a/libs/libteletone/src/libteletone.h
+++ b/libs/libteletone/src/libteletone.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is libteletone
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* libteletone.h -- Tone Generator/Detector
diff --git a/libs/libteletone/src/libteletone_detect.c b/libs/libteletone/src/libteletone_detect.c
index 3738e4c993..ae959535b5 100644
--- a/libs/libteletone/src/libteletone_detect.c
+++ b/libs/libteletone/src/libteletone_detect.c
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -32,7 +32,7 @@
* a single arbitrary tone combination which may also exceed 2 simultaneous tones.
* (controlled by compile time constant TELETONE_MAX_TONES)
*
- * Copyright (C) 2006 Anthony Minessale II
+ * Copyright (C) 2006 Anthony Minessale II
*
*
* libteletone_detect.c Tone Detection Code
diff --git a/libs/libteletone/src/libteletone_detect.h b/libs/libteletone/src/libteletone_detect.h
index a9fee6cfbd..e2a8c20b33 100644
--- a/libs/libteletone/src/libteletone_detect.h
+++ b/libs/libteletone/src/libteletone_detect.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -32,7 +32,7 @@
* a single arbitrary tone combination which may also exceed 2 simultaneous tones.
* (controlled by compile time constant TELETONE_MAX_TONES)
*
- * Copyright (C) 2006 Anthony Minessale II
+ * Copyright (C) 2006 Anthony Minessale II
*
*
* libteletone_detect.c Tone Detection Code
diff --git a/libs/libteletone/src/libteletone_generate.c b/libs/libteletone/src/libteletone_generate.c
index 3977ca521d..ebf62822a4 100644
--- a/libs/libteletone/src/libteletone_generate.c
+++ b/libs/libteletone/src/libteletone_generate.c
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is libteletone
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* libteletone.c -- Tone Generator
diff --git a/libs/libteletone/src/libteletone_generate.h b/libs/libteletone/src/libteletone_generate.h
index a6addc4eb8..5e6444b0c4 100644
--- a/libs/libteletone/src/libteletone_generate.h
+++ b/libs/libteletone/src/libteletone_generate.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is libteletone
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* libteletone.h -- Tone Generator
diff --git a/libs/openzap/mod_openzap/mod_openzap.c b/libs/openzap/mod_openzap/mod_openzap.c
index 6a75dc85ff..3e5227ea90 100644
--- a/libs/openzap/mod_openzap/mod_openzap.c
+++ b/libs/openzap/mod_openzap/mod_openzap.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
* Moises Silva
*
*
diff --git a/libs/openzap/src/include/libteletone.h b/libs/openzap/src/include/libteletone.h
index 6e806cec4f..b54098c8ee 100644
--- a/libs/openzap/src/include/libteletone.h
+++ b/libs/openzap/src/include/libteletone.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is libteletone
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* libteletone.h -- Tone Generator/Detector
diff --git a/libs/openzap/src/include/libteletone_detect.h b/libs/openzap/src/include/libteletone_detect.h
index 3d0a5130ec..c8c667d282 100644
--- a/libs/openzap/src/include/libteletone_detect.h
+++ b/libs/openzap/src/include/libteletone_detect.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* libteletone_detect.c Tone Detection Code
*
diff --git a/libs/openzap/src/include/libteletone_generate.h b/libs/openzap/src/include/libteletone_generate.h
index fce19e7255..1b774206ff 100644
--- a/libs/openzap/src/include/libteletone_generate.h
+++ b/libs/openzap/src/include/libteletone_generate.h
@@ -1,6 +1,6 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Copyright (c) 2007, Anthony Minessale II
* All rights reserved.
diff --git a/libs/openzap/src/include/sangoma_tdm_api.h b/libs/openzap/src/include/sangoma_tdm_api.h
index 062d4e219d..6438c99fbb 100644
--- a/libs/openzap/src/include/sangoma_tdm_api.h
+++ b/libs/openzap/src/include/sangoma_tdm_api.h
@@ -1,7 +1,7 @@
/*****************************************************************************
* sangoma_tdm_api.h Sangoma TDM API Portability functions
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
* Michael Jerris
* David Rokhvarg
diff --git a/libs/openzap/src/libteletone_detect.c b/libs/openzap/src/libteletone_detect.c
index 61fef90149..0436c25953 100644
--- a/libs/openzap/src/libteletone_detect.c
+++ b/libs/openzap/src/libteletone_detect.c
@@ -1,12 +1,12 @@
/*
* libteletone
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Much less efficient expansion interface was added to allow for the detection of
* a single arbitrary tone combination which may also exceed 2 simultaneous tones.
* (controlled by compile time constant TELETONE_MAX_TONES)
*
- * Copyright (C) 2006 Anthony Minessale II
+ * Copyright (C) 2006 Anthony Minessale II
*
* libteletone_detect.c Tone Detection Code
*
diff --git a/libs/openzap/src/priserver.c b/libs/openzap/src/priserver.c
index 7a37357083..080e5d4cef 100644
--- a/libs/openzap/src/priserver.c
+++ b/libs/openzap/src/priserver.c
@@ -1,7 +1,7 @@
/*****************************************************************************
* priserver.c Refactoring of pritest.c
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
*
* Copyright: (c) 2005 Anthony Minessale II
diff --git a/libs/openzap/src/sangoma_pri.c b/libs/openzap/src/sangoma_pri.c
index 5cf6a5cd10..c160eedd28 100644
--- a/libs/openzap/src/sangoma_pri.c
+++ b/libs/openzap/src/sangoma_pri.c
@@ -1,7 +1,7 @@
/*****************************************************************************
* sangoma_pri.c libpri Sangoma integration
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
*
* Copyright: (c) 2005 Anthony Minessale II
diff --git a/libs/openzap/src/sangoma_pri.h b/libs/openzap/src/sangoma_pri.h
index 5ea21eb7b5..880fc85cea 100644
--- a/libs/openzap/src/sangoma_pri.h
+++ b/libs/openzap/src/sangoma_pri.h
@@ -1,7 +1,7 @@
/*****************************************************************************
* libsangoma.c AFT T1/E1: HDLC API Code Library
*
- * Author(s): Anthony Minessale II
+ * Author(s): Anthony Minessale II
* Nenad Corbic
*
* Copyright: (c) 2005 Anthony Minessale II
diff --git a/scripts/c/socket2me/socket2me.c b/scripts/c/socket2me/socket2me.c
index 5d6fceb701..1b3aa0c6f2 100644
--- a/scripts/c/socket2me/socket2me.c
+++ b/scripts/c/socket2me/socket2me.c
@@ -29,7 +29,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*
- * Copyright (C) 2007, Anthony Minessale II
+ * Copyright (C) 2007, Anthony Minessale II
*/
#include
diff --git a/scripts/javascript/api.js b/scripts/javascript/api.js
index 41b632ef6b..47c5770353 100644
--- a/scripts/javascript/api.js
+++ b/scripts/javascript/api.js
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* api.js Demo javascript FSAPI Interface
diff --git a/scripts/javascript/js_modules/SpeechTools.jm b/scripts/javascript/js_modules/SpeechTools.jm
index 6f9fb25089..4e9628b2f5 100644
--- a/scripts/javascript/js_modules/SpeechTools.jm
+++ b/scripts/javascript/js_modules/SpeechTools.jm
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005/2006, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* SpeechTools.jm Speech Detection Interface
diff --git a/scripts/javascript/pizza.js b/scripts/javascript/pizza.js
index b665ca6620..9807f5bc8d 100644
--- a/scripts/javascript/pizza.js
+++ b/scripts/javascript/pizza.js
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* pizza.js ASR Demonstration Application
diff --git a/scripts/javascript/ps_pizza.js b/scripts/javascript/ps_pizza.js
index 50d3167718..7fd405e009 100644
--- a/scripts/javascript/ps_pizza.js
+++ b/scripts/javascript/ps_pizza.js
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005/2006, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
@@ -17,13 +17,13 @@
* The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
*
* The Initial Developer of the Original Code is
- * Anthony Minessale II
+ * Anthony Minessale II
* Portions created by the Initial Developer are Copyright (C)
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
- * Anthony Minessale II
+ * Anthony Minessale II
*
*
* pizza.js ASR Demonstration Application
diff --git a/scripts/perl/sendmail b/scripts/perl/sendmail
index 1cf6f71d69..a89dce6cef 100644
--- a/scripts/perl/sendmail
+++ b/scripts/perl/sendmail
@@ -5,7 +5,7 @@
# voicemail gateway with no mail server>
#
# (c) 2005 Anthony Minessale II
-# Anthony Minessale
+# Anthony Minessale
#
################################################################################
use Net::SMTP;
diff --git a/scripts/python/freepy/__init__.py b/scripts/python/freepy/__init__.py
index e23fc6fc70..cebe48a0ab 100644
--- a/scripts/python/freepy/__init__.py
+++ b/scripts/python/freepy/__init__.py
@@ -1,6 +1,6 @@
"""
FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
-Copyright (C) 2005/2006, Anthony Minessale II
+Copyright (C) 2005-2011, Anthony Minessale II
Version: MPL 1.1
@@ -17,7 +17,7 @@ License.
The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
The Initial Developer of the Original Code is
-Anthony Minessale II
+Anthony Minessale II
Portions created by the Initial Developer are Copyright (C)
the Initial Developer. All Rights Reserved.
diff --git a/scripts/python/freepy/fseventlistener.py b/scripts/python/freepy/fseventlistener.py
index 8e1f118528..6e3455f62f 100644
--- a/scripts/python/freepy/fseventlistener.py
+++ b/scripts/python/freepy/fseventlistener.py
@@ -1,6 +1,6 @@
"""
FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
-Copyright (C) 2005/2006, Anthony Minessale II
+Copyright (C) 2005-2011, Anthony Minessale II
Version: MPL 1.1
@@ -17,7 +17,7 @@ License.
The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
The Initial Developer of the Original Code is
-Anthony Minessale II
+Anthony Minessale II
Portions created by the Initial Developer are Copyright (C)
the Initial Developer. All Rights Reserved.
diff --git a/scripts/python/freepy/fshelper.py b/scripts/python/freepy/fshelper.py
index a06ed40985..090abce9d6 100644
--- a/scripts/python/freepy/fshelper.py
+++ b/scripts/python/freepy/fshelper.py
@@ -2,7 +2,7 @@
"""
FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
-Copyright (C) 2005/2006, Anthony Minessale II
+Copyright (C) 2005-2011, Anthony Minessale II
Version: MPL 1.1
@@ -19,7 +19,7 @@ License.
The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
The Initial Developer of the Original Code is
-Anthony Minessale II
+Anthony Minessale II
Portions created by the Initial Developer are Copyright (C)
the Initial Developer. All Rights Reserved.
diff --git a/scripts/python/freepy/models.py b/scripts/python/freepy/models.py
index 2b9de74510..3dfb105424 100644
--- a/scripts/python/freepy/models.py
+++ b/scripts/python/freepy/models.py
@@ -1,6 +1,6 @@
"""
FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
-Copyright (C) 2005/2006, Anthony Minessale II
+Copyright (C) 2005-2011, Anthony Minessale II
Version: MPL 1.1
@@ -17,7 +17,7 @@ License.
The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
The Initial Developer of the Original Code is
-Anthony Minessale II
+Anthony Minessale II
Portions created by the Initial Developer are Copyright (C)
the Initial Developer. All Rights Reserved.
diff --git a/scripts/python/freepy/request.py b/scripts/python/freepy/request.py
index f2c6e389b0..d76fe2942c 100644
--- a/scripts/python/freepy/request.py
+++ b/scripts/python/freepy/request.py
@@ -1,6 +1,6 @@
"""
FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
-Copyright (C) 2005/2006, Anthony Minessale II
+Copyright (C) 2005-2011, Anthony Minessale II
Version: MPL 1.1
@@ -17,7 +17,7 @@ License.
The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
The Initial Developer of the Original Code is
-Anthony Minessale II
+Anthony Minessale II
Portions created by the Initial Developer are Copyright (C)
the Initial Developer. All Rights Reserved.
diff --git a/scripts/rss/rss2ivr.pl b/scripts/rss/rss2ivr.pl
index f74a51c5f3..ed5aabd3a3 100755
--- a/scripts/rss/rss2ivr.pl
+++ b/scripts/rss/rss2ivr.pl
@@ -4,7 +4,7 @@
#
# Copyright (C) 2006, Anthony Minessale
#
-# Anthony Minessale
+# Anthony Minessale
#
# This program is free software, distributed under the terms of
# Perl itself
diff --git a/scripts/trace/sipgrep b/scripts/trace/sipgrep
index e161675a34..7bd5daed4d 100755
--- a/scripts/trace/sipgrep
+++ b/scripts/trace/sipgrep
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# sipgrep version 0.2. Skin for ngrep. (C) 2005-2006 Alexandr Dubovikov
-# Modified 2007 Anthony Minessale
+# Modified 2007 Anthony Minessale
use Term::ANSIColor;
use Getopt::Std;
diff --git a/src/fs_encode.c b/src/fs_encode.c
index 9517802600..bdaf1ec759 100644
--- a/src/fs_encode.c
+++ b/src/fs_encode.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/private/switch_core_pvt.h b/src/include/private/switch_core_pvt.h
index 422d5f2930..30690b1848 100644
--- a/src/include/private/switch_core_pvt.h
+++ b/src/include/private/switch_core_pvt.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch.h b/src/include/switch.h
index 81684c59b0..ce2ba7867f 100644
--- a/src/include/switch.h
+++ b/src/include/switch.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_apr.h b/src/include/switch_apr.h
index d89a13bb30..a196af76f5 100644
--- a/src/include/switch_apr.h
+++ b/src/include/switch_apr.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_bitpack.h b/src/include/switch_bitpack.h
index f534ea6bcf..3209cbc282 100644
--- a/src/include/switch_bitpack.h
+++ b/src/include/switch_bitpack.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_buffer.h b/src/include/switch_buffer.h
index 40c4c5a278..75b5929b9b 100644
--- a/src/include/switch_buffer.h
+++ b/src/include/switch_buffer.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_caller.h b/src/include/switch_caller.h
index f77f1b016d..bd53a04f68 100644
--- a/src/include/switch_caller.h
+++ b/src/include/switch_caller.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_channel.h b/src/include/switch_channel.h
index e726554d81..ee9b397d2a 100644
--- a/src/include/switch_channel.h
+++ b/src/include/switch_channel.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_config.h b/src/include/switch_config.h
index 4115564f56..b0ef805b52 100644
--- a/src/include/switch_config.h
+++ b/src/include/switch_config.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_console.h b/src/include/switch_console.h
index 31d5ebf8e4..5585a041c1 100644
--- a/src/include/switch_console.h
+++ b/src/include/switch_console.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_core.h b/src/include/switch_core.h
index bcd3c0aee2..d02018b686 100644
--- a/src/include/switch_core.h
+++ b/src/include/switch_core.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_core_db.h b/src/include/switch_core_db.h
index 6be6e8eeda..6ea9b4a3fb 100644
--- a/src/include/switch_core_db.h
+++ b/src/include/switch_core_db.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_core_event_hook.h b/src/include/switch_core_event_hook.h
index 575786f5ce..ff836b3978 100644
--- a/src/include/switch_core_event_hook.h
+++ b/src/include/switch_core_event_hook.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_event.h b/src/include/switch_event.h
index 41bc75cada..56acbd3a4b 100644
--- a/src/include/switch_event.h
+++ b/src/include/switch_event.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_frame.h b/src/include/switch_frame.h
index 20103a16cb..edc4f8be6c 100644
--- a/src/include/switch_frame.h
+++ b/src/include/switch_frame.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_ivr.h b/src/include/switch_ivr.h
index da366c5b8d..46c9c91670 100644
--- a/src/include/switch_ivr.h
+++ b/src/include/switch_ivr.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_limit.h b/src/include/switch_limit.h
index e798f9c8af..4488b8caf0 100644
--- a/src/include/switch_limit.h
+++ b/src/include/switch_limit.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_loadable_module.h b/src/include/switch_loadable_module.h
index 37c752bd3e..7e4d617256 100644
--- a/src/include/switch_loadable_module.h
+++ b/src/include/switch_loadable_module.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_log.h b/src/include/switch_log.h
index 98d9448bac..170425a2a4 100644
--- a/src/include/switch_log.h
+++ b/src/include/switch_log.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_module_interfaces.h b/src/include/switch_module_interfaces.h
index ae0ce900a9..1cf01c54bc 100644
--- a/src/include/switch_module_interfaces.h
+++ b/src/include/switch_module_interfaces.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_nat.h b/src/include/switch_nat.h
index 09118c10eb..bdbd51b592 100644
--- a/src/include/switch_nat.h
+++ b/src/include/switch_nat.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_odbc.h b/src/include/switch_odbc.h
index b8d4bc2f17..0b5f90462f 100644
--- a/src/include/switch_odbc.h
+++ b/src/include/switch_odbc.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h
index c1ad51f92e..15b3277404 100644
--- a/src/include/switch_platform.h
+++ b/src/include/switch_platform.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_regex.h b/src/include/switch_regex.h
index 4ee1fd582a..96d623043c 100644
--- a/src/include/switch_regex.h
+++ b/src/include/switch_regex.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_resample.h b/src/include/switch_resample.h
index 55f1740bff..b38e094dd6 100644
--- a/src/include/switch_resample.h
+++ b/src/include/switch_resample.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_rtp.h b/src/include/switch_rtp.h
index c48a40e6d1..a161d2ac0e 100644
--- a/src/include/switch_rtp.h
+++ b/src/include/switch_rtp.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_scheduler.h b/src/include/switch_scheduler.h
index d9fa5655d7..8db9696f4a 100644
--- a/src/include/switch_scheduler.h
+++ b/src/include/switch_scheduler.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_stun.h b/src/include/switch_stun.h
index d5df57e4fe..426eb49628 100644
--- a/src/include/switch_stun.h
+++ b/src/include/switch_stun.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_types.h b/src/include/switch_types.h
index bb5f59865f..d3aacca634 100644
--- a/src/include/switch_types.h
+++ b/src/include/switch_types.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_utils.h b/src/include/switch_utils.h
index 3360f33fe5..259de0a67b 100644
--- a/src/include/switch_utils.h
+++ b/src/include/switch_utils.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_xml.h b/src/include/switch_xml.h
index 9b0fbb44f3..bd9e6a06da 100644
--- a/src/include/switch_xml.h
+++ b/src/include/switch_xml.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/include/switch_xml_config.h b/src/include/switch_xml_config.h
index 3e78f5f46f..49986c9211 100644
--- a/src/include/switch_xml_config.h
+++ b/src/include/switch_xml_config.h
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c
index ca92b17fa4..d1de632ee6 100644
--- a/src/mod/applications/mod_callcenter/mod_callcenter.c
+++ b/src/mod/applications/mod_callcenter/mod_callcenter.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_cidlookup/mod_cidlookup.c b/src/mod/applications/mod_cidlookup/mod_cidlookup.c
index 230c48ac8d..2ec41f19e4 100755
--- a/src/mod/applications/mod_cidlookup/mod_cidlookup.c
+++ b/src/mod/applications/mod_cidlookup/mod_cidlookup.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_cluechoo/mod_cluechoo.c b/src/mod/applications/mod_cluechoo/mod_cluechoo.c
index ab14b757aa..2699d82fc4 100644
--- a/src/mod/applications/mod_cluechoo/mod_cluechoo.c
+++ b/src/mod/applications/mod_cluechoo/mod_cluechoo.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c
index 8daaace7f3..15ac8ecd2a 100644
--- a/src/mod/applications/mod_commands/mod_commands.c
+++ b/src/mod/applications/mod_commands/mod_commands.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c
index 21feaa99ca..a9da20e9d9 100644
--- a/src/mod/applications/mod_conference/mod_conference.c
+++ b/src/mod/applications/mod_conference/mod_conference.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_curl/mod_curl.c b/src/mod/applications/mod_curl/mod_curl.c
index 4f6aefd313..633e4c80e2 100644
--- a/src/mod/applications/mod_curl/mod_curl.c
+++ b/src/mod/applications/mod_curl/mod_curl.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_db/mod_db.c b/src/mod/applications/mod_db/mod_db.c
index 088d9d0a85..e611d036ea 100644
--- a/src/mod/applications/mod_db/mod_db.c
+++ b/src/mod/applications/mod_db/mod_db.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_directory/mod_directory.c b/src/mod/applications/mod_directory/mod_directory.c
index d92974766d..0127363064 100644
--- a/src/mod/applications/mod_directory/mod_directory.c
+++ b/src/mod/applications/mod_directory/mod_directory.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_distributor/mod_distributor.c b/src/mod/applications/mod_distributor/mod_distributor.c
index f4070a9bc6..b87b3edb75 100644
--- a/src/mod/applications/mod_distributor/mod_distributor.c
+++ b/src/mod/applications/mod_distributor/mod_distributor.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c
index 6fbf70bdfd..e5e4fe5e0f 100755
--- a/src/mod/applications/mod_dptools/mod_dptools.c
+++ b/src/mod/applications/mod_dptools/mod_dptools.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_easyroute/mod_easyroute.c b/src/mod/applications/mod_easyroute/mod_easyroute.c
index 8a21a2230c..481df958cf 100644
--- a/src/mod/applications/mod_easyroute/mod_easyroute.c
+++ b/src/mod/applications/mod_easyroute/mod_easyroute.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_enum/mod_enum.c b/src/mod/applications/mod_enum/mod_enum.c
index 1f00721bda..378c336810 100644
--- a/src/mod/applications/mod_enum/mod_enum.c
+++ b/src/mod/applications/mod_enum/mod_enum.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_esf/mod_esf.c b/src/mod/applications/mod_esf/mod_esf.c
index 20cad68c27..a2f8ddb8cd 100644
--- a/src/mod/applications/mod_esf/mod_esf.c
+++ b/src/mod/applications/mod_esf/mod_esf.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_expr/mod_expr.c b/src/mod/applications/mod_expr/mod_expr.c
index f761b3c8e9..d562d8cd9c 100644
--- a/src/mod/applications/mod_expr/mod_expr.c
+++ b/src/mod/applications/mod_expr/mod_expr.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_fax/mod_fax.c b/src/mod/applications/mod_fax/mod_fax.c
index da1a98edf6..a899d270fc 100644
--- a/src/mod/applications/mod_fax/mod_fax.c
+++ b/src/mod/applications/mod_fax/mod_fax.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II
*
* Version: MPL 1.1
*
diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c
index 140850b08e..74af6f7cc9 100644
--- a/src/mod/applications/mod_fifo/mod_fifo.c
+++ b/src/mod/applications/mod_fifo/mod_fifo.c
@@ -1,6 +1,6 @@
/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
- * Copyright (C) 2005-2010, Anthony Minessale II
+ * Copyright (C) 2005-2011, Anthony Minessale II