Navigation Menu

Skip to content

Commit

Permalink
cosmetics: get rid of even more CVS-style $Id$ lines
Browse files Browse the repository at this point in the history
The CVS-style $Id$ lines are pretty much useless with git; and
anyway, using them would require adding proper "ident" directives
to the .gitattributes file -- and we don't have such directives.

This change removes some occurrences of $Id$ lines that have been
missed by yesterday's commit 44745e2.
  • Loading branch information
slattarini committed Feb 29, 2012
1 parent 37aaec3 commit d5f86b6
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion emacs/psvn.el
Expand Up @@ -2,7 +2,6 @@
;; Copyright (C) 2002-2008 by Stefan Reichoer

;; Author: Stefan Reichoer <stefan@xsteve.at>
;; $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
Expand Down
3 changes: 0 additions & 3 deletions examples/grammars/book_grammars/sql0.fcfg
Expand Up @@ -6,9 +6,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$


% start S

Expand Down
3 changes: 0 additions & 3 deletions examples/grammars/book_grammars/sql1.fcfg
Expand Up @@ -6,9 +6,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$


% start S

Expand Down
3 changes: 0 additions & 3 deletions examples/grammars/sample_grammars/sql.fcfg
Expand Up @@ -6,9 +6,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$


% start S

Expand Down
2 changes: 0 additions & 2 deletions examples/semantics/sem0.cfg
Expand Up @@ -5,8 +5,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$

% start S

Expand Down
2 changes: 0 additions & 2 deletions examples/semantics/sem1.cfg
Expand Up @@ -6,8 +6,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$

% start S

Expand Down
2 changes: 0 additions & 2 deletions examples/semantics/sem2.cfg
Expand Up @@ -8,8 +8,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$

% start S
############################
Expand Down
3 changes: 0 additions & 3 deletions examples/semantics/sem3.cfg
Expand Up @@ -6,9 +6,6 @@
## Author: Ewan Klein <ewan@inf.ed.ac.uk>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
##
## $Id$


% start S

Expand Down
2 changes: 0 additions & 2 deletions nltk/draw/__init__.py
Expand Up @@ -5,8 +5,6 @@
# Steven Bird <sb@csse.unimelb.edu.au>
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

# Import Tkinter-based modules if Tkinter is installed
try:
Expand Down
2 changes: 0 additions & 2 deletions nltk/draw/tree.py
Expand Up @@ -4,8 +4,6 @@
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

"""
Graphically display a Tree.
Expand Down
1 change: 0 additions & 1 deletion nltk/inference/discourse.py
Expand Up @@ -5,7 +5,6 @@
#
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
# $Id$

"""
Module for incrementally developing simple discourses, and checking for semantic ambiguity,
Expand Down
2 changes: 0 additions & 2 deletions nltk/parse/chart.py
Expand Up @@ -8,8 +8,6 @@
# Peter Ljunglöf <peter.ljunglof@heatherleaf.se>
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

"""
Data classes and parser implementations for "chart parsers", which
Expand Down
2 changes: 0 additions & 2 deletions nltk/parse/featurechart.py
Expand Up @@ -6,8 +6,6 @@
# Peter Ljunglöf <peter.ljunglof@heatherleaf.se>
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

"""
Extension of chart parsing implementation to handle grammars with
Expand Down
2 changes: 0 additions & 2 deletions nltk/probability.py
Expand Up @@ -11,8 +11,6 @@
#
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

"""
Classes for representing and processing probabilistic information.
Expand Down
2 changes: 0 additions & 2 deletions nltk/sem/evaluate.py
Expand Up @@ -4,8 +4,6 @@
# Author: Ewan Klein <ewan@inf.ed.ac.uk>,
# URL: <http://nltk.sourceforge.net>
# For license information, see LICENSE.TXT
#
# $Id$

#TODO:
#- fix tracing
Expand Down
2 changes: 0 additions & 2 deletions nltk/tag/hmm.py
Expand Up @@ -8,8 +8,6 @@
# Joseph Frazee <jfrazee@mail.utexas.edu> (fixes)
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

"""
Hidden Markov Models (HMMs) largely used to assign the correct label sequence
Expand Down
2 changes: 0 additions & 2 deletions nltk/test/__init__.py
Expand Up @@ -4,8 +4,6 @@
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT
#
# $Id$

"""
Unit tests for the NLTK modules. These tests are intended to ensure
Expand Down

0 comments on commit d5f86b6

Please sign in to comment.