diff --git a/configure.ac b/configure.ac index 8e20ed50..de39934e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id$ AC_PREREQ([2.60]) AC_INIT([Geany], [1.22], diff --git a/doc/geany.txt b/doc/geany.txt index cde3bbe5..75404cef 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -12,7 +12,7 @@ Nick Treleaven, Frank Lanitz, Colomban Wendling -:Date: $Date$ +:Date: 2011-10-02 :Version: |(version)| Copyright © 2005-2011 diff --git a/doc/making-a-release b/doc/making-a-release index 095b721a..b3763386 100644 --- a/doc/making-a-release +++ b/doc/making-a-release @@ -11,7 +11,7 @@ Ensure version numbers are all updated in: configure.ac geany.nsi geany_private.rc win32-config.h wscript doc/geany.txt Ensure release date is updated in: - doc/geany.1.in + doc/geany.txt doc/geany.1.in Regenerate doc/geany.html. Check GEANY_CODENAME is set in src/geany.h. Update NEWS release date. diff --git a/doc/plugins.dox b/doc/plugins.dox index a3f27d04..f91b2f97 100644 --- a/doc/plugins.dox +++ b/doc/plugins.dox @@ -20,8 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. * - * $Id$ - * * This file contains additional plugin documentation like the signal system and a small howto. * It is best viewed when filetype is set to C or C++. */ @@ -32,7 +30,6 @@ * @mainpage Geany Plugin API Documentation * * @author Enrico Tröger, Nick Treleaven, Frank Lanitz - * $Date$ * * @section Intro * This is the Geany API documentation. It should be considered work in progress. diff --git a/doc/pluginsignals.c b/doc/pluginsignals.c index bcf175b5..0447fb19 100644 --- a/doc/pluginsignals.c +++ b/doc/pluginsignals.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Note: this file is for Doxygen only. */ diff --git a/doc/pluginsymbols.c b/doc/pluginsymbols.c index e504fed7..5fe678f2 100644 --- a/doc/pluginsymbols.c +++ b/doc/pluginsymbols.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Note: this file is for Doxygen only. */ diff --git a/geany.nsi b/geany.nsi index 6104274a..429f8a14 100644 --- a/geany.nsi +++ b/geany.nsi @@ -18,7 +18,6 @@ ; along with this program; if not, write to the Free Software ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ; -; $Id$ ; ; Installer script for Geany (Windows Installer) ; (Script originally generated by the HM NIS Edit Script Wizard) diff --git a/plugins/classbuilder.c b/plugins/classbuilder.c index 4448164a..010a725c 100644 --- a/plugins/classbuilder.c +++ b/plugins/classbuilder.c @@ -19,8 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Class Builder - creates source files containing a new class interface and definition. */ diff --git a/plugins/demoplugin.c b/plugins/demoplugin.c index 28fa6b12..ad00ea8f 100644 --- a/plugins/demoplugin.c +++ b/plugins/demoplugin.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/plugins/export.c b/plugins/export.c index 4655da8d..cf820506 100644 --- a/plugins/export.c +++ b/plugins/export.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Export plugin. */ diff --git a/plugins/filebrowser.c b/plugins/filebrowser.c index bb7472ff..b7654f81 100644 --- a/plugins/filebrowser.c +++ b/plugins/filebrowser.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Sidebar file browser plugin. */ diff --git a/plugins/geanyplugin.h b/plugins/geanyplugin.h index 95c0a053..977a6a5b 100644 --- a/plugins/geanyplugin.h +++ b/plugins/geanyplugin.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/plugins/htmlchars.c b/plugins/htmlchars.c index b2a51751..4010733e 100644 --- a/plugins/htmlchars.c +++ b/plugins/htmlchars.c @@ -19,8 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* HTML Characters plugin (Inserts HTML character entities like '&') */ diff --git a/plugins/saveactions.c b/plugins/saveactions.c index b8e96c9a..07e87d57 100644 --- a/plugins/saveactions.c +++ b/plugins/saveactions.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/plugins/splitwindow.c b/plugins/splitwindow.c index 8e20b5bf..473c2819 100644 --- a/plugins/splitwindow.c +++ b/plugins/splitwindow.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Split Window plugin. */ diff --git a/src/Makefile.am b/src/Makefile.am index ae52b7e5..18ee014f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,4 @@ ## Process this file with automake to produce Makefile.in -# $Id$ EXTRA_DIST = images.c gb.c win32.c win32.h plugindata.h \ diff --git a/src/about.c b/src/about.c index 2c2be063..d96af8f1 100644 --- a/src/about.c +++ b/src/about.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/about.h b/src/about.h index 19592e0a..b317b1ba 100644 --- a/src/about.h +++ b/src/about.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/build.c b/src/build.c index b0ea5844..ef8c83ad 100644 --- a/src/build.c +++ b/src/build.c @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/build.h b/src/build.h index 4a9e9c69..9fd137f0 100644 --- a/src/build.h +++ b/src/build.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ /* * @file build.h Interface to the Build menu functionality. */ diff --git a/src/callbacks.c b/src/callbacks.c index 25cba658..07240b84 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/callbacks.h b/src/callbacks.h index 108b80e1..7046b460 100644 --- a/src/callbacks.h +++ b/src/callbacks.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/dialogs.c b/src/dialogs.c index 0350f2c1..2a4b3918 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/dialogs.h b/src/dialogs.h index ab1fc4b6..49368eb9 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/document.c b/src/document.c index db39e500..0e5f58fe 100644 --- a/src/document.c +++ b/src/document.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/document.h b/src/document.h index 0f9379bc..04839091 100644 --- a/src/document.h +++ b/src/document.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/documentprivate.h b/src/documentprivate.h index 9700e270..f4db6ed3 100644 --- a/src/documentprivate.h +++ b/src/documentprivate.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/editor.c b/src/editor.c index 62c0da9b..d396ed30 100644 --- a/src/editor.c +++ b/src/editor.c @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ /** diff --git a/src/editor.h b/src/editor.h index 9da00c48..b9722f70 100644 --- a/src/editor.h +++ b/src/editor.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ diff --git a/src/encodings.c b/src/encodings.c index 3bb011b8..86c3f535 100644 --- a/src/encodings.c +++ b/src/encodings.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/encodings.h b/src/encodings.h index 5fc90e22..287cccb8 100644 --- a/src/encodings.h +++ b/src/encodings.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/filetypes.c b/src/filetypes.c index 3886e382..70dbf254 100644 --- a/src/filetypes.c +++ b/src/filetypes.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/filetypes.h b/src/filetypes.h index 80682908..ed2dc26d 100644 --- a/src/filetypes.h +++ b/src/filetypes.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/filetypesprivate.h b/src/filetypesprivate.h index d48ddb4b..f5c2161e 100644 --- a/src/filetypesprivate.h +++ b/src/filetypesprivate.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/gb.c b/src/gb.c index cbf6a10e..4c4ed752 100644 --- a/src/gb.c +++ b/src/gb.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ /* diff --git a/src/geany.h b/src/geany.h index 664d23af..98341fba 100644 --- a/src/geany.h +++ b/src/geany.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* Main header - should be included first in all source files. diff --git a/src/geanyentryaction.c b/src/geanyentryaction.c index 4912d508..476024a6 100644 --- a/src/geanyentryaction.c +++ b/src/geanyentryaction.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* GtkAction subclass to provide a GtkEntry in a toolbar. diff --git a/src/geanymenubuttonaction.c b/src/geanymenubuttonaction.c index 0312fcae..31cae1a7 100644 --- a/src/geanymenubuttonaction.c +++ b/src/geanymenubuttonaction.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* GtkAction subclass to provide a GtkMenuToolButton in a toolbar. diff --git a/src/geanymenubuttonaction.h b/src/geanymenubuttonaction.h index 1d13883b..56decca5 100644 --- a/src/geanymenubuttonaction.h +++ b/src/geanymenubuttonaction.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/geanyobject.c b/src/geanyobject.c index 8b5d0795..f6765662 100644 --- a/src/geanyobject.c +++ b/src/geanyobject.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* A GObject used for connecting and emitting signals when certain events happen, diff --git a/src/geanyobject.h b/src/geanyobject.h index 8ef89820..9190f62d 100644 --- a/src/geanyobject.h +++ b/src/geanyobject.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/geanywraplabel.c b/src/geanywraplabel.c index 2b43b1d3..7f1eb197 100644 --- a/src/geanywraplabel.c +++ b/src/geanywraplabel.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/geanywraplabel.h b/src/geanywraplabel.h index 674062bb..f799da14 100644 --- a/src/geanywraplabel.h +++ b/src/geanywraplabel.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ #ifndef __GEANY_WRAP_LABEL_H__ diff --git a/src/highlighting.c b/src/highlighting.c index 4d4fe16c..74074765 100644 --- a/src/highlighting.c +++ b/src/highlighting.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/highlighting.h b/src/highlighting.h index 2b4e2b7a..609ff9a3 100644 --- a/src/highlighting.h +++ b/src/highlighting.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/keybindings.c b/src/keybindings.c index c5dae73c..6ff3bb55 100644 --- a/src/keybindings.c +++ b/src/keybindings.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/keybindings.h b/src/keybindings.h index e8f3b716..0763eec9 100644 --- a/src/keybindings.h +++ b/src/keybindings.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ #ifndef GEANY_KEYBINDINGS_H diff --git a/src/keyfile.c b/src/keyfile.c index ace0091a..2982af07 100644 --- a/src/keyfile.c +++ b/src/keyfile.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/keyfile.h b/src/keyfile.h index 250fe934..fa377d6e 100644 --- a/src/keyfile.h +++ b/src/keyfile.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ diff --git a/src/log.c b/src/log.c index a75f9979..9444446f 100644 --- a/src/log.c +++ b/src/log.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/log.h b/src/log.h index 7c0b064d..77161721 100644 --- a/src/log.h +++ b/src/log.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/main.c b/src/main.c index 8f95616a..2d8c083e 100644 --- a/src/main.c +++ b/src/main.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/main.h b/src/main.h index 005542a1..388b833f 100644 --- a/src/main.h +++ b/src/main.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/msgwindow.c b/src/msgwindow.c index 094ca3f3..02616baf 100644 --- a/src/msgwindow.c +++ b/src/msgwindow.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ /** diff --git a/src/msgwindow.h b/src/msgwindow.h index 8b355980..b5ece965 100644 --- a/src/msgwindow.h +++ b/src/msgwindow.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ #ifndef GEANY_MSGWINDOW_H diff --git a/src/navqueue.c b/src/navqueue.c index e3c64643..7400dd94 100644 --- a/src/navqueue.c +++ b/src/navqueue.c @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/navqueue.h b/src/navqueue.h index 277cf34d..20ebe470 100644 --- a/src/navqueue.h +++ b/src/navqueue.h @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/notebook.c b/src/notebook.c index 01f3b57b..92c7df99 100644 --- a/src/notebook.c +++ b/src/notebook.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ /* diff --git a/src/notebook.h b/src/notebook.h index 83953f4d..4feb5338 100644 --- a/src/notebook.h +++ b/src/notebook.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ #ifndef GEANY_NOTEBOOK_H diff --git a/src/plugindata.h b/src/plugindata.h index 689ad572..54da4b52 100644 --- a/src/plugindata.h +++ b/src/plugindata.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/pluginprivate.h b/src/pluginprivate.h index b10cb7f8..e705d834 100644 --- a/src/pluginprivate.h +++ b/src/pluginprivate.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/plugins.c b/src/plugins.c index 5b60554a..03efa8aa 100644 --- a/src/plugins.c +++ b/src/plugins.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /* Code to manage, load and unload plugins. */ diff --git a/src/plugins.h b/src/plugins.h index 3ebc9520..fb49d2b2 100644 --- a/src/plugins.h +++ b/src/plugins.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/pluginutils.c b/src/pluginutils.c index 791009d9..62ef11a4 100644 --- a/src/pluginutils.c +++ b/src/pluginutils.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /** @file pluginutils.h diff --git a/src/pluginutils.h b/src/pluginutils.h index 8a449bbf..c02094d1 100644 --- a/src/pluginutils.h +++ b/src/pluginutils.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/prefs.c b/src/prefs.c index 20637aab..9ebca053 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/printing.c b/src/printing.c index 57e084db..ff6fa995 100644 --- a/src/printing.c +++ b/src/printing.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/printing.h b/src/printing.h index 98110b2e..70e93dd0 100644 --- a/src/printing.h +++ b/src/printing.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/project.c b/src/project.c index bd219965..6cb87866 100644 --- a/src/project.c +++ b/src/project.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** @file project.h diff --git a/src/project.h b/src/project.h index 0267853d..847b207f 100644 --- a/src/project.h +++ b/src/project.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/projectprivate.h b/src/projectprivate.h index be6bf1b4..0c7f4d19 100644 --- a/src/projectprivate.h +++ b/src/projectprivate.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/sciwrappers.c b/src/sciwrappers.c index b34fefa3..ca36768a 100644 --- a/src/sciwrappers.c +++ b/src/sciwrappers.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** @file sciwrappers.h diff --git a/src/sciwrappers.h b/src/sciwrappers.h index 3195fb8c..7e36a54c 100644 --- a/src/sciwrappers.h +++ b/src/sciwrappers.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ #ifndef GEANY_SCIWRAPPERS_H diff --git a/src/search.c b/src/search.c index de107042..4ee8a9b8 100644 --- a/src/search.c +++ b/src/search.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/search.h b/src/search.h index a100b091..b074bf43 100644 --- a/src/search.h +++ b/src/search.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/sidebar.c b/src/sidebar.c index 20d2a072..8d41a33a 100644 --- a/src/sidebar.c +++ b/src/sidebar.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/sidebar.h b/src/sidebar.h index c0a76dae..47a60c08 100644 --- a/src/sidebar.h +++ b/src/sidebar.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ diff --git a/src/socket.c b/src/socket.c index 8918c0fc..34a5927d 100644 --- a/src/socket.c +++ b/src/socket.c @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/socket.h b/src/socket.h index 6ef7d9b8..d9640306 100644 --- a/src/socket.h +++ b/src/socket.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/stash.c b/src/stash.c index b642f02b..50d3315f 100644 --- a/src/stash.c +++ b/src/stash.c @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/stash.h b/src/stash.h index 0c96d8d6..c03e0a42 100644 --- a/src/stash.h +++ b/src/stash.h @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. - * - * $Id$ */ #ifndef GEANY_STASH_H diff --git a/src/support.h b/src/support.h index ec4a7bfd..e039155f 100644 --- a/src/support.h +++ b/src/support.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/symbols.c b/src/symbols.c index 6d446bce..0ca18396 100644 --- a/src/symbols.c +++ b/src/symbols.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/symbols.h b/src/symbols.h index ebfcfc3d..d71af3aa 100644 --- a/src/symbols.h +++ b/src/symbols.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/src/templates.c b/src/templates.c index 9f04a778..ca2e6e6c 100644 --- a/src/templates.c +++ b/src/templates.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/templates.h b/src/templates.h index 12241bc4..b1c28b9a 100644 --- a/src/templates.h +++ b/src/templates.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/toolbar.c b/src/toolbar.c index 00d38a4e..f6562179 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ /** diff --git a/src/toolbar.h b/src/toolbar.h index cf8b0e26..37ab9bb7 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ #ifndef GEANY_TOOLBAR_H diff --git a/src/tools.c b/src/tools.c index 93e2cffa..f349b3bf 100644 --- a/src/tools.c +++ b/src/tools.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/tools.h b/src/tools.h index 23a6245b..95762a59 100644 --- a/src/tools.h +++ b/src/tools.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ diff --git a/src/ui_utils.c b/src/ui_utils.c index 2fcf35d4..1930457d 100644 --- a/src/ui_utils.c +++ b/src/ui_utils.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** @file ui_utils.h diff --git a/src/ui_utils.h b/src/ui_utils.h index 96d57290..9d5da4d3 100644 --- a/src/ui_utils.h +++ b/src/ui_utils.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ #ifndef GEANY_UI_UTILS_H diff --git a/src/utils.c b/src/utils.c index 0abd823e..cd066412 100644 --- a/src/utils.c +++ b/src/utils.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/utils.h b/src/utils.h index f1c2b99e..07306ce1 100644 --- a/src/utils.h +++ b/src/utils.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /** diff --git a/src/vte.c b/src/vte.c index ff47a163..ce9572c7 100644 --- a/src/vte.c +++ b/src/vte.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/vte.h b/src/vte.h index 53516031..44b00d6b 100644 --- a/src/vte.h +++ b/src/vte.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ diff --git a/src/win32.c b/src/win32.c index 52e05b27..18667d78 100644 --- a/src/win32.c +++ b/src/win32.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ /* diff --git a/src/win32.h b/src/win32.h index e60e4bc6..4a635409 100644 --- a/src/win32.h +++ b/src/win32.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Id$ */ diff --git a/tagmanager/Makefile.am b/tagmanager/Makefile.am index 175c79f7..8e807998 100644 --- a/tagmanager/Makefile.am +++ b/tagmanager/Makefile.am @@ -1,5 +1,4 @@ ## Process this file with automake to produce Makefile.in -# $Id$ SUBDIRS = mio include INCLUDES = -I$(srcdir)/include $(GTK_CFLAGS) -I$(srcdir)/mio -I$(srcdir) diff --git a/tagmanager/asm.c b/tagmanager/asm.c index f1dc39bc..6dc7adc4 100644 --- a/tagmanager/asm.c +++ b/tagmanager/asm.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/basic.c b/tagmanager/basic.c index 6ef6bec2..e3dd4580 100644 --- a/tagmanager/basic.c +++ b/tagmanager/basic.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 2000-2006, Darren Hiebert, Elias Pschernig * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/cobol.c b/tagmanager/cobol.c index e86bfc96..bb33155c 100644 --- a/tagmanager/cobol.c +++ b/tagmanager/cobol.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/docbook.c b/tagmanager/docbook.c index b04b91e2..ce436868 100644 --- a/tagmanager/docbook.c +++ b/tagmanager/docbook.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 2000-2001, Jérôme Plût * Copyright (c) 2006, Enrico Tröger * diff --git a/tagmanager/fortran.c b/tagmanager/fortran.c index 3dbe59bb..2bda4b1d 100644 --- a/tagmanager/fortran.c +++ b/tagmanager/fortran.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1998-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/get.c b/tagmanager/get.c index 1b075f31..1b447d74 100644 --- a/tagmanager/get.c +++ b/tagmanager/get.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/get.h b/tagmanager/get.h index e284a3f2..2ce2b5a4 100644 --- a/tagmanager/get.h +++ b/tagmanager/get.h @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/html.c b/tagmanager/html.c index e5f8c4f3..c382730d 100644 --- a/tagmanager/html.c +++ b/tagmanager/html.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/js.c b/tagmanager/js.c index c66f166d..929023a8 100644 --- a/tagmanager/js.c +++ b/tagmanager/js.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/latex.c b/tagmanager/latex.c index 6eafd7bf..a747fc43 100644 --- a/tagmanager/latex.c +++ b/tagmanager/latex.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 2000-2001, Jérôme Plût * Copyright (c) 2006, Enrico Tröger * diff --git a/tagmanager/lregex.c b/tagmanager/lregex.c index a0dfda63..2763fa81 100644 --- a/tagmanager/lregex.c +++ b/tagmanager/lregex.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/lua.c b/tagmanager/lua.c index 26601eb7..5ca10cb8 100644 --- a/tagmanager/lua.c +++ b/tagmanager/lua.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2001, Max Ischenko . * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/make.c b/tagmanager/make.c index b47d252d..be6eb791 100644 --- a/tagmanager/make.c +++ b/tagmanager/make.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2005, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/nestlevel.c b/tagmanager/nestlevel.c index 9356f7b8..8ec3b26d 100644 --- a/tagmanager/nestlevel.c +++ b/tagmanager/nestlevel.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1999-2002, Darren Hiebert * Copyright 2009-2011 Nick Treleaven * diff --git a/tagmanager/nestlevel.h b/tagmanager/nestlevel.h index 08628ede..a82307b3 100644 --- a/tagmanager/nestlevel.h +++ b/tagmanager/nestlevel.h @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1999-2002, Darren Hiebert * Copyright 2009-2011 Nick Treleaven * diff --git a/tagmanager/nsis.c b/tagmanager/nsis.c index 7be8fa30..88b902bf 100644 --- a/tagmanager/nsis.c +++ b/tagmanager/nsis.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2002, Darren Hiebert * Copyright (c) 2009-2011, Enrico Tröger * diff --git a/tagmanager/pascal.c b/tagmanager/pascal.c index 00257798..b2ef440d 100644 --- a/tagmanager/pascal.c +++ b/tagmanager/pascal.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2001-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/perl.c b/tagmanager/perl.c index 8c7f1516..9910d475 100644 --- a/tagmanager/perl.c +++ b/tagmanager/perl.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/php.c b/tagmanager/php.c index 7ddbb9b6..4748631c 100644 --- a/tagmanager/php.c +++ b/tagmanager/php.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000, Jesus Castagnetto * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/python.c b/tagmanager/python.c index 6dc16238..baba588c 100644 --- a/tagmanager/python.c +++ b/tagmanager/python.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/r.c b/tagmanager/r.c index c9be5132..c1aac5e8 100644 --- a/tagmanager/r.c +++ b/tagmanager/r.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2003-2004, Ascher Stefan * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/ruby.c b/tagmanager/ruby.c index 513c5b64..a614eb1e 100644 --- a/tagmanager/ruby.c +++ b/tagmanager/ruby.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2001, Thaddeus Covert * Copyright (c) 2002 Matthias Veit * Copyright (c) 2004 Elliott Hughes diff --git a/tagmanager/sh.c b/tagmanager/sh.c index f2af2c4b..341aa09e 100644 --- a/tagmanager/sh.c +++ b/tagmanager/sh.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/sql.c b/tagmanager/sql.c index 6ffd06b9..518b3621 100644 --- a/tagmanager/sql.c +++ b/tagmanager/sql.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2002-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/strlist.c b/tagmanager/strlist.c index 34a33389..51df0dbe 100644 --- a/tagmanager/strlist.c +++ b/tagmanager/strlist.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1999-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/strlist.h b/tagmanager/strlist.h index 9f4e224b..a566390d 100644 --- a/tagmanager/strlist.h +++ b/tagmanager/strlist.h @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 1999-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/tcl.c b/tagmanager/tcl.c index 11e77b3e..e4b7526b 100644 --- a/tagmanager/tcl.c +++ b/tagmanager/tcl.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/tagmanager/verilog.c b/tagmanager/verilog.c index c6ed0d75..e836852c 100644 --- a/tagmanager/verilog.c +++ b/tagmanager/verilog.c @@ -1,6 +1,4 @@ /* -* $Id$ -* * Copyright (c) 2003, Darren Hiebert * * This source code is released for free distribution under the terms of the diff --git a/wscript b/wscript index 372d5123..73d53ad7 100644 --- a/wscript +++ b/wscript @@ -18,8 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Id$ """ This is a WAF build script (http://code.google.com/p/waf/).