diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-06-14 16:44:31 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-06-14 16:44:31 +0200 |
commit | 4fe2bf0b5e7ac663285eb171d9dd7e4b85c0506b (patch) | |
tree | 87c5e60253664118218b54717f4fabdcfd9c95a1 | |
parent | 35151796c216f23739d8b7bc4c532de400e9d1dc (diff) | |
download | ratpoison-4fe2bf0b5e7ac663285eb171d9dd7e4b85c0506b.zip |
Kill RCS Ids.
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | contrib/ratpoison.el | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
5 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 9f2cce0..9d0da3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -## -## $Id: Makefile.am,v 1.12 2006/11/21 17:03:31 brl Exp $ ACLOCAL_AMFLAGS = -I m4 --install @@ -17,8 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: autogen.sh,v 1.8 2006/03/16 00:33:34 sabetts Exp $ -# # This file is just a wrapper for autoreconf autoreconf -i "$@" diff --git a/configure.ac b/configure.ac index 86f8de8..9e83098 100644 --- a/configure.ac +++ b/configure.ac @@ -16,9 +16,6 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -dnl -dnl $Id: configure.in,v 1.54 2006/12/19 22:13:07 sabetts Exp $ - AC_INIT([ratpoison], [1.4.7-beta], [ratpoison-devel@nongnu.org]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/contrib/ratpoison.el b/contrib/ratpoison.el index 993ca7f..fd33a39 100644 --- a/contrib/ratpoison.el +++ b/contrib/ratpoison.el @@ -8,8 +8,6 @@ ;; Maintainer: Gergely Nagy <algernon@debian.org> ;; Version: 0.2 ;; Keywords: faces, ratpoison, X -;; CVS Id: $Id: ratpoison.el,v 1.5 2006/03/16 00:33:34 sabetts Exp $ -;; Last updated: <2001/10/05 17:58:38 algernon> ;; This file is NOT part of GNU Emacs. diff --git a/src/Makefile.am b/src/Makefile.am index 59af309..3ba6de3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,8 +16,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -## -## $Id: Makefile.am,v 1.24 2006/11/21 17:03:31 brl Exp $ bin_PROGRAMS = ratpoison MAINTAINERCLEANFILES = Makefile.in config.h.in |