<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/18914">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">general: Remove obsolete SVN references.<br><br>There are a handful of files in the tree that<br>reference an SVN link for the coding guidelines.<br><br>This removes these because the links are dead<br>and the vast majority of source files do not<br>contain these links, so this is more consistent.<br><br>app_skel still maintains an (up to date) link<br>to the coding guidelines.<br><br>ASTERISK-30159 #close<br><br>Change-Id: I35bbb20f66982e98099cff3029ede20091ffdac7<br>---<br>M apps/confbridge/conf_state.c<br>M apps/confbridge/conf_state_empty.c<br>M apps/confbridge/conf_state_inactive.c<br>M apps/confbridge/conf_state_multi.c<br>M apps/confbridge/conf_state_multi_marked.c<br>M apps/confbridge/conf_state_single.c<br>M apps/confbridge/conf_state_single_marked.c<br>M apps/confbridge/include/conf_state.h<br>M res/res_config_sqlite3.c<br>9 files changed, 0 insertions(+), 27 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/14/18914/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/confbridge/conf_state.c b/apps/confbridge/conf_state.c</span><br><span>index 0c05a4c..3b533d7 100644</span><br><span>--- a/apps/confbridge/conf_state.c</span><br><span>+++ b/apps/confbridge/conf_state.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/conf_state_empty.c b/apps/confbridge/conf_state_empty.c</span><br><span>index d2f4c8d..2131f52 100644</span><br><span>--- a/apps/confbridge/conf_state_empty.c</span><br><span>+++ b/apps/confbridge/conf_state_empty.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/conf_state_inactive.c b/apps/confbridge/conf_state_inactive.c</span><br><span>index b1a4a2e..2d576c1 100644</span><br><span>--- a/apps/confbridge/conf_state_inactive.c</span><br><span>+++ b/apps/confbridge/conf_state_inactive.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/conf_state_multi.c b/apps/confbridge/conf_state_multi.c</span><br><span>index eca8899..62d40c4 100644</span><br><span>--- a/apps/confbridge/conf_state_multi.c</span><br><span>+++ b/apps/confbridge/conf_state_multi.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/conf_state_multi_marked.c b/apps/confbridge/conf_state_multi_marked.c</span><br><span>index 17ca65c..3932edc 100644</span><br><span>--- a/apps/confbridge/conf_state_multi_marked.c</span><br><span>+++ b/apps/confbridge/conf_state_multi_marked.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/conf_state_single.c b/apps/confbridge/conf_state_single.c</span><br><span>index b3881fa..188e4f3 100644</span><br><span>--- a/apps/confbridge/conf_state_single.c</span><br><span>+++ b/apps/confbridge/conf_state_single.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/conf_state_single_marked.c b/apps/confbridge/conf_state_single_marked.c</span><br><span>index c13ef16..79501c6 100644</span><br><span>--- a/apps/confbridge/conf_state_single_marked.c</span><br><span>+++ b/apps/confbridge/conf_state_single_marked.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/apps/confbridge/include/conf_state.h b/apps/confbridge/include/conf_state.h</span><br><span>index b6f6f47..a9760c9 100644</span><br><span>--- a/apps/confbridge/include/conf_state.h</span><br><span>+++ b/apps/confbridge/include/conf_state.h</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span>diff --git a/res/res_config_sqlite3.c b/res/res_config_sqlite3.c</span><br><span>index 5dc4784..3c3de53 100644</span><br><span>--- a/res/res_config_sqlite3.c</span><br><span>+++ b/res/res_config_sqlite3.c</span><br><span>@@ -14,9 +14,6 @@</span><br><span>  * This program is free software, distributed under the terms of</span><br><span>  * the GNU General Public License Version 2. See the LICENSE file</span><br><span>  * at the top of the source tree.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Please follow coding guidelines</span><br><span style="color: hsl(0, 100%, 40%);">- * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES</span><br><span>  */</span><br><span> </span><br><span> /*! \file</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18914">change 18914</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/18914"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: I35bbb20f66982e98099cff3029ede20091ffdac7 </div>
<div style="display:none"> Gerrit-Change-Number: 18914 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>