From 1632d527955fb4782f10b4cf8c56c3b6971e4fb5 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 30 Aug 2005 18:32:10 +0000 Subject: major header file cleanup: license, copyrights, descriptions, markers, etc. remove deprecated config_old.c/config_old.h remove unused cvsid.h git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6454 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/cvsid.h | 61 ------------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100755 include/asterisk/cvsid.h (limited to 'include/asterisk/cvsid.h') diff --git a/include/asterisk/cvsid.h b/include/asterisk/cvsid.h deleted file mode 100755 index 4ac5b2a08..000000000 --- a/include/asterisk/cvsid.h +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Asterisk -- A telephony toolkit for Linux. - * - * CVSID Macro for including CVS file Id in source files. - * - * Copyright (C) 2004 - 2005, William Waites - * - * William Waites - * - * This program is free software, distributed under the following - * terms: - * - * 1. Any copies of this file must retain this copyright - * notice intact. - * 2. A non-exclusive, non-cancellible license is given - * to Digium Inc. (Linux Support Services) in order that - * they may license this file to third parties under terms - * of their choosing on the condition that if they do so - * they must also make this file, or any derivative of - * it, available under terms of the the GNU General Public - * License. - * 3. If you have not recieved this file under a proprietary - * license from Digium or one of their licensees, or the - * author, it is distributed to you under terms of the GNU - * General Public License. - * - * If you do not have a copy of the GNU GPL, which should be - * available in the root directory of this source tree, it can - * be found at: - * - * http://www.gnu.org/licenses/gpl.html - * - */ - -/* - * To use this macro, in the source file put the lines: - * - * #include "asterisk/cvsid.h" - * #ifndef lint - * CVSID("$Id$"); - * #endif - * - * You will then be able to run strings(1) on the resulting - * binary and find out what revisions of each source file were - * used to build it, since when checked into a CVS repository, - * the portion of the string between the dollar signs will be - * replaced with version information for the file. - */ - -#ifndef ASTERISK_CVSID_H -#define ASTERISK_CVSID_H - -#ifdef __GNUC__ -#define CVSID(x) static char __cvsid[] __attribute__ ((unused)) = x -#else -#define CVSID(x) static char __cvsid[] = x -#endif - -#endif /* ASTERISK_CVSID_H */ - - -- cgit v1.2.3