diff --git a/emacs/psvn.el b/emacs/psvn.el index 0e86d9bdab..9f25d5a501 100644 --- a/emacs/psvn.el +++ b/emacs/psvn.el @@ -2,7 +2,6 @@ ;; Copyright (C) 2002-2008 by Stefan Reichoer ;; Author: Stefan Reichoer -;; $Id: psvn.el 32032 2008-07-08 17:21:58Z xsteve $ ;; psvn.el is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/examples/grammars/book_grammars/sql0.fcfg b/examples/grammars/book_grammars/sql0.fcfg index f01c611607..ea90a08dce 100644 --- a/examples/grammars/book_grammars/sql0.fcfg +++ b/examples/grammars/book_grammars/sql0.fcfg @@ -6,9 +6,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ - % start S diff --git a/examples/grammars/book_grammars/sql1.fcfg b/examples/grammars/book_grammars/sql1.fcfg index cb50ce3450..8638e13875 100644 --- a/examples/grammars/book_grammars/sql1.fcfg +++ b/examples/grammars/book_grammars/sql1.fcfg @@ -6,9 +6,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ - % start S diff --git a/examples/grammars/sample_grammars/sql.fcfg b/examples/grammars/sample_grammars/sql.fcfg index 1bec792e58..abdd830b01 100644 --- a/examples/grammars/sample_grammars/sql.fcfg +++ b/examples/grammars/sample_grammars/sql.fcfg @@ -6,9 +6,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ - % start S diff --git a/examples/semantics/sem0.cfg b/examples/semantics/sem0.cfg index c13fb0f888..5bba6a4e49 100644 --- a/examples/semantics/sem0.cfg +++ b/examples/semantics/sem0.cfg @@ -5,8 +5,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ % start S diff --git a/examples/semantics/sem1.cfg b/examples/semantics/sem1.cfg index 6b6ef66eb5..2046ebe311 100644 --- a/examples/semantics/sem1.cfg +++ b/examples/semantics/sem1.cfg @@ -6,8 +6,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ % start S diff --git a/examples/semantics/sem2.cfg b/examples/semantics/sem2.cfg index 6dcef268ab..6c00352c83 100644 --- a/examples/semantics/sem2.cfg +++ b/examples/semantics/sem2.cfg @@ -8,8 +8,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ % start S ############################ diff --git a/examples/semantics/sem3.cfg b/examples/semantics/sem3.cfg index ed640a1eb0..ce55962753 100644 --- a/examples/semantics/sem3.cfg +++ b/examples/semantics/sem3.cfg @@ -6,9 +6,6 @@ ## Author: Ewan Klein ## URL: ## For license information, see LICENSE.TXT -## -## $Id$ - % start S diff --git a/nltk/draw/__init__.py b/nltk/draw/__init__.py index 42e2ea748d..fa978230ce 100644 --- a/nltk/draw/__init__.py +++ b/nltk/draw/__init__.py @@ -5,8 +5,6 @@ # Steven Bird # URL: # For license information, see LICENSE.TXT -# -# $Id$ # Import Tkinter-based modules if Tkinter is installed try: diff --git a/nltk/draw/tree.py b/nltk/draw/tree.py index 905069b19a..f2bd744322 100644 --- a/nltk/draw/tree.py +++ b/nltk/draw/tree.py @@ -4,8 +4,6 @@ # Author: Edward Loper # URL: # For license information, see LICENSE.TXT -# -# $Id$ """ Graphically display a Tree. diff --git a/nltk/inference/discourse.py b/nltk/inference/discourse.py index d98639bd04..3a6a77354e 100644 --- a/nltk/inference/discourse.py +++ b/nltk/inference/discourse.py @@ -5,7 +5,6 @@ # # URL: # For license information, see LICENSE.TXT -# $Id$ """ Module for incrementally developing simple discourses, and checking for semantic ambiguity, diff --git a/nltk/parse/chart.py b/nltk/parse/chart.py index 95cb9a9efb..aefde0a9e9 100644 --- a/nltk/parse/chart.py +++ b/nltk/parse/chart.py @@ -8,8 +8,6 @@ # Peter Ljunglöf # URL: # For license information, see LICENSE.TXT -# -# $Id$ """ Data classes and parser implementations for "chart parsers", which diff --git a/nltk/parse/featurechart.py b/nltk/parse/featurechart.py index 8997f74832..ab94f33d8c 100644 --- a/nltk/parse/featurechart.py +++ b/nltk/parse/featurechart.py @@ -6,8 +6,6 @@ # Peter Ljunglöf # URL: # For license information, see LICENSE.TXT -# -# $Id$ """ Extension of chart parsing implementation to handle grammars with diff --git a/nltk/probability.py b/nltk/probability.py index df7a79faa5..3e610dd9ae 100644 --- a/nltk/probability.py +++ b/nltk/probability.py @@ -11,8 +11,6 @@ # # URL: # For license information, see LICENSE.TXT -# -# $Id$ """ Classes for representing and processing probabilistic information. diff --git a/nltk/sem/evaluate.py b/nltk/sem/evaluate.py index 0f1b00935a..48dfd57b35 100644 --- a/nltk/sem/evaluate.py +++ b/nltk/sem/evaluate.py @@ -4,8 +4,6 @@ # Author: Ewan Klein , # URL: # For license information, see LICENSE.TXT -# -# $Id$ #TODO: #- fix tracing diff --git a/nltk/tag/hmm.py b/nltk/tag/hmm.py index 17ab7eca5c..ba05300cb7 100644 --- a/nltk/tag/hmm.py +++ b/nltk/tag/hmm.py @@ -8,8 +8,6 @@ # Joseph Frazee (fixes) # URL: # For license information, see LICENSE.TXT -# -# $Id$ """ Hidden Markov Models (HMMs) largely used to assign the correct label sequence diff --git a/nltk/test/__init__.py b/nltk/test/__init__.py index 83c195a1ed..9d5a556aa3 100644 --- a/nltk/test/__init__.py +++ b/nltk/test/__init__.py @@ -4,8 +4,6 @@ # Author: Edward Loper # URL: # For license information, see LICENSE.TXT -# -# $Id$ """ Unit tests for the NLTK modules. These tests are intended to ensure