[asterisk-commits] trunk r9549 - in /trunk: ./ apps/ build_tools/
channels/misdn/ configs/ contr...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Feb 11 09:15:18 MST 2006
Author: kpfleming
Date: Sat Feb 11 10:15:11 2006
New Revision: 9549
URL: http://svn.digium.com/view/asterisk?rev=9549&view=rev
Log:
set standard properties on all non-binary files
Modified:
trunk/apps/app_morsecode.c (contents, props changed)
trunk/apps/app_setcallerid.c (contents, props changed)
trunk/build_tools/make_svn_branch_name (props changed)
trunk/channels/misdn/fac.c (props changed)
trunk/channels/misdn/fac.h (props changed)
trunk/configs/func_odbc.conf.sample (props changed)
trunk/configs/smdi.conf.sample (props changed)
trunk/configs/udptl.conf.sample (props changed)
trunk/contrib/scripts/safe_asterisk_restart (props changed)
trunk/doc/00README.1st (props changed)
trunk/doc/callingpres.txt (props changed)
trunk/doc/smdi.txt (props changed)
trunk/formats/format_h264.c (contents, props changed)
trunk/funcs/func_odbc.c (contents, props changed)
trunk/funcs/func_rand.c (contents, props changed)
trunk/include/asterisk/sha1.h (props changed)
trunk/include/asterisk/smdi.h (props changed)
trunk/include/asterisk/stringfields.h (props changed)
trunk/include/asterisk/udptl.h (props changed)
trunk/res/res_clioriginate.c (contents, props changed)
trunk/res/res_smdi.c (contents, props changed)
trunk/sha1.c (props changed)
trunk/udptl.c (contents, props changed)
Modified: trunk/apps/app_morsecode.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_morsecode.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/apps/app_morsecode.c (original)
+++ trunk/apps/app_morsecode.c Sat Feb 11 10:15:11 2006
@@ -31,7 +31,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 7221 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/file.h"
#include "asterisk/logger.h"
Propchange: trunk/apps/app_morsecode.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/apps/app_morsecode.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/apps/app_setcallerid.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_setcallerid.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/apps/app_setcallerid.c (original)
+++ trunk/apps/app_setcallerid.c Sat Feb 11 10:15:11 2006
@@ -31,7 +31,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 7221 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/file.h"
Propchange: trunk/apps/app_setcallerid.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/apps/app_setcallerid.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/build_tools/make_svn_branch_name
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/build_tools/make_svn_branch_name
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/channels/misdn/fac.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/channels/misdn/fac.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/channels/misdn/fac.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/channels/misdn/fac.h
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/configs/func_odbc.conf.sample
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/configs/func_odbc.conf.sample
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/configs/smdi.conf.sample
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/configs/smdi.conf.sample
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/configs/udptl.conf.sample
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/configs/udptl.conf.sample
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/contrib/scripts/safe_asterisk_restart
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/contrib/scripts/safe_asterisk_restart
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/doc/00README.1st
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/doc/00README.1st
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/doc/callingpres.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/doc/callingpres.txt
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/doc/smdi.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/doc/smdi.txt
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/formats/format_h264.c
URL: http://svn.digium.com/view/asterisk/trunk/formats/format_h264.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/formats/format_h264.c (original)
+++ trunk/formats/format_h264.c Sat Feb 11 10:15:11 2006
@@ -34,7 +34,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 7221 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/channel.h"
Propchange: trunk/formats/format_h264.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/formats/format_h264.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/funcs/func_odbc.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_odbc.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/funcs/func_odbc.c (original)
+++ trunk/funcs/func_odbc.c Sat Feb 11 10:15:11 2006
@@ -32,7 +32,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 7682 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/file.h"
Propchange: trunk/funcs/func_odbc.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/funcs/func_odbc.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/funcs/func_rand.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_rand.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/funcs/func_rand.c (original)
+++ trunk/funcs/func_rand.c Sat Feb 11 10:15:11 2006
@@ -30,7 +30,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 7682 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/channel.h"
Propchange: trunk/funcs/func_rand.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/funcs/func_rand.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/include/asterisk/sha1.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/include/asterisk/sha1.h
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/include/asterisk/smdi.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/include/asterisk/smdi.h
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/include/asterisk/stringfields.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/include/asterisk/stringfields.h
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/include/asterisk/udptl.h
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/include/asterisk/udptl.h
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/res/res_clioriginate.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_clioriginate.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/res/res_clioriginate.c (original)
+++ trunk/res/res_clioriginate.c Sat Feb 11 10:15:11 2006
@@ -29,7 +29,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 1.1 $");
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
Propchange: trunk/res/res_clioriginate.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/res/res_clioriginate.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_smdi.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/res/res_smdi.c (original)
+++ trunk/res/res_smdi.c Sat Feb 11 10:15:11 2006
@@ -32,7 +32,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/lock.h"
Propchange: trunk/res/res_smdi.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/res/res_smdi.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Propchange: trunk/sha1.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/sha1.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
Modified: trunk/udptl.c
URL: http://svn.digium.com/view/asterisk/trunk/udptl.c?rev=9549&r1=9548&r2=9549&view=diff
==============================================================================
--- trunk/udptl.c (original)
+++ trunk/udptl.c Sat Feb 11 10:15:11 2006
@@ -29,7 +29,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 8038 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/udptl.h"
#include "asterisk/frame.h"
Propchange: trunk/udptl.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/udptl.c
------------------------------------------------------------------------------
svn:keywords = Author Revision Id Date
More information about the asterisk-commits
mailing list