summaryrefslogtreecommitdiff
path: root/mcon/pl
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2009-10-30 11:41:22 -0500
committerManoj Srivastava <srivasta@debian.org>2009-10-30 11:41:22 -0500
commit02bf7be6fc0f798790ef5b2160bc89a77b909428 (patch)
tree4b9debba5a2cd3d27061e819092b197795061a27 /mcon/pl
parente9b2c62292c460d7b8561931d051fe34e2240061 (diff)
Imported dist_3.5-30.orig.tar.gz
Summary: Imported dist_3.5-30.orig.tar.gz Keywords: Imported dist_3.5-30.orig.tar.gz into Git repository
Diffstat (limited to 'mcon/pl')
-rw-r--r--mcon/pl/common.pl2
-rw-r--r--mcon/pl/configure.pl2
-rw-r--r--mcon/pl/cosmetic.pl2
-rw-r--r--mcon/pl/depend.pl2
-rw-r--r--mcon/pl/eval.pl2
-rw-r--r--mcon/pl/extract.pl2
-rw-r--r--mcon/pl/files.pl2
-rw-r--r--mcon/pl/gensym.pl2
-rw-r--r--mcon/pl/init.pl2
-rw-r--r--mcon/pl/lint.pl2
-rw-r--r--mcon/pl/locate.pl2
-rw-r--r--mcon/pl/makefile.pl2
-rw-r--r--mcon/pl/obsolete.pl2
-rw-r--r--mcon/pl/order.pl2
-rw-r--r--mcon/pl/tsort.pl2
-rw-r--r--mcon/pl/wanted.pl2
-rw-r--r--mcon/pl/xref.pl2
-rw-r--r--mcon/pl/xwant.pl2
18 files changed, 18 insertions, 18 deletions
diff --git a/mcon/pl/common.pl b/mcon/pl/common.pl
index 0d1ea5a..d797b54 100644
--- a/mcon/pl/common.pl
+++ b/mcon/pl/common.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: common.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/configure.pl b/mcon/pl/configure.pl
index a5aed29..cb6c70e 100644
--- a/mcon/pl/configure.pl
+++ b/mcon/pl/configure.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: configure.pl 25 2008-05-28 11:19:25Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/cosmetic.pl b/mcon/pl/cosmetic.pl
index d8b535b..66d2168 100644
--- a/mcon/pl/cosmetic.pl
+++ b/mcon/pl/cosmetic.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: cosmetic.pl 20 2008-01-04 23:14:00Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/depend.pl b/mcon/pl/depend.pl
index fc88f1a..8826aee 100644
--- a/mcon/pl/depend.pl
+++ b/mcon/pl/depend.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: depend.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/eval.pl b/mcon/pl/eval.pl
index c4c1d76..aa6c4aa 100644
--- a/mcon/pl/eval.pl
+++ b/mcon/pl/eval.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: eval.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/extract.pl b/mcon/pl/extract.pl
index 385b751..7b84a1f 100644
--- a/mcon/pl/extract.pl
+++ b/mcon/pl/extract.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: extract.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/files.pl b/mcon/pl/files.pl
index 3962fa6..2c955c7 100644
--- a/mcon/pl/files.pl
+++ b/mcon/pl/files.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: files.pl 23 2008-05-28 08:05:12Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/gensym.pl b/mcon/pl/gensym.pl
index 4f65065..8ffe02a 100644
--- a/mcon/pl/gensym.pl
+++ b/mcon/pl/gensym.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: gensym.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/init.pl b/mcon/pl/init.pl
index c60d64c..f7ac75b 100644
--- a/mcon/pl/init.pl
+++ b/mcon/pl/init.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: init.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/lint.pl b/mcon/pl/lint.pl
index c790011..8fa18ed 100644
--- a/mcon/pl/lint.pl
+++ b/mcon/pl/lint.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: lint.pl 25 2008-05-28 11:19:25Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/locate.pl b/mcon/pl/locate.pl
index ea7d03f..77a2cf3 100644
--- a/mcon/pl/locate.pl
+++ b/mcon/pl/locate.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: locate.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/makefile.pl b/mcon/pl/makefile.pl
index 434fbeb..8437dda 100644
--- a/mcon/pl/makefile.pl
+++ b/mcon/pl/makefile.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: makefile.pl 20 2008-01-04 23:14:00Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/obsolete.pl b/mcon/pl/obsolete.pl
index ba9a601..612c505 100644
--- a/mcon/pl/obsolete.pl
+++ b/mcon/pl/obsolete.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: obsolete.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/order.pl b/mcon/pl/order.pl
index e6ef35a..5af05f2 100644
--- a/mcon/pl/order.pl
+++ b/mcon/pl/order.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: order.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/tsort.pl b/mcon/pl/tsort.pl
index 4d56fae..ebc49a3 100644
--- a/mcon/pl/tsort.pl
+++ b/mcon/pl/tsort.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: tsort.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/wanted.pl b/mcon/pl/wanted.pl
index 20d218c..b9626ef 100644
--- a/mcon/pl/wanted.pl
+++ b/mcon/pl/wanted.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: wanted.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/xref.pl b/mcon/pl/xref.pl
index 02f4164..5f345fd 100644
--- a/mcon/pl/xref.pl
+++ b/mcon/pl/xref.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: xref.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/mcon/pl/xwant.pl b/mcon/pl/xwant.pl
index 31508eb..2734494 100644
--- a/mcon/pl/xwant.pl
+++ b/mcon/pl/xwant.pl
@@ -1,4 +1,4 @@
-;# $Id$
+;# $Id: xwant.pl 1 2006-08-24 12:32:52Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#