From cf0f1829fb07d1400017a575765bc2ba9e8717a0 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Wed, 27 Jul 2022 18:28:47 +0000 Subject: [PATCH] general: Remove obsolete SVN references. There are a handful of files in the tree that reference an SVN link for the coding guidelines. This removes these because the links are dead and the vast majority of source files do not contain these links, so this is more consistent. app_skel still maintains an (up to date) link to the coding guidelines. ASTERISK-30159 #close Change-Id: I35bbb20f66982e98099cff3029ede20091ffdac7 --- apps/confbridge/conf_state.c | 3 --- apps/confbridge/conf_state_empty.c | 3 --- apps/confbridge/conf_state_inactive.c | 3 --- apps/confbridge/conf_state_multi.c | 3 --- apps/confbridge/conf_state_multi_marked.c | 3 --- apps/confbridge/conf_state_single.c | 3 --- apps/confbridge/conf_state_single_marked.c | 3 --- apps/confbridge/include/conf_state.h | 3 --- res/res_config_sqlite3.c | 3 --- 9 files changed, 27 deletions(-) diff --git a/apps/confbridge/conf_state.c b/apps/confbridge/conf_state.c index 0c05a4caf2..3b533d76ec 100644 --- a/apps/confbridge/conf_state.c +++ b/apps/confbridge/conf_state.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/conf_state_empty.c b/apps/confbridge/conf_state_empty.c index d2f4c8d109..2131f52761 100644 --- a/apps/confbridge/conf_state_empty.c +++ b/apps/confbridge/conf_state_empty.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/conf_state_inactive.c b/apps/confbridge/conf_state_inactive.c index b1a4a2ee2a..2d576c166f 100644 --- a/apps/confbridge/conf_state_inactive.c +++ b/apps/confbridge/conf_state_inactive.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/conf_state_multi.c b/apps/confbridge/conf_state_multi.c index eca8899faa..62d40c4ca8 100644 --- a/apps/confbridge/conf_state_multi.c +++ b/apps/confbridge/conf_state_multi.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/conf_state_multi_marked.c b/apps/confbridge/conf_state_multi_marked.c index 17ca65cc21..3932edcc20 100644 --- a/apps/confbridge/conf_state_multi_marked.c +++ b/apps/confbridge/conf_state_multi_marked.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/conf_state_single.c b/apps/confbridge/conf_state_single.c index b3881fa3df..188e4f3553 100644 --- a/apps/confbridge/conf_state_single.c +++ b/apps/confbridge/conf_state_single.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/conf_state_single_marked.c b/apps/confbridge/conf_state_single_marked.c index c13ef16369..79501c662f 100644 --- a/apps/confbridge/conf_state_single_marked.c +++ b/apps/confbridge/conf_state_single_marked.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/apps/confbridge/include/conf_state.h b/apps/confbridge/include/conf_state.h index b6f6f473d5..a9760c9012 100644 --- a/apps/confbridge/include/conf_state.h +++ b/apps/confbridge/include/conf_state.h @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file diff --git a/res/res_config_sqlite3.c b/res/res_config_sqlite3.c index 5dc4784621..3c3de53ae0 100644 --- a/res/res_config_sqlite3.c +++ b/res/res_config_sqlite3.c @@ -14,9 +14,6 @@ * 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. - * - * Please follow coding guidelines - * http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES */ /*! \file