summaryrefslogtreecommitdiff
path: root/Master/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Master/Tools')
-rw-r--r--Master/Tools/FileUtils.pm2
-rwxr-xr-xMaster/Tools/MakeImages.sh2
-rw-r--r--Master/Tools/Tpm.pm2
-rw-r--r--Master/Tools/collection2list.xsl2
-rwxr-xr-xMaster/Tools/htmltext2
-rwxr-xr-xMaster/Tools/p4changelog2
-rw-r--r--Master/Tools/scheme2list.xsl2
-rwxr-xr-xMaster/Tools/tlrebuild2
-rwxr-xr-xMaster/Tools/tpm-check2
-rwxr-xr-xMaster/Tools/tpm-factory.pl2
-rw-r--r--Master/Tools/tpm2list.xsl2
-rwxr-xr-xMaster/Tools/update-auto2
-rwxr-xr-xMaster/Tools/update-lists2
-rwxr-xr-xMaster/Tools/update-lsr2
-rwxr-xr-xMaster/Tools/update-tpm2
15 files changed, 15 insertions, 15 deletions
diff --git a/Master/Tools/FileUtils.pm b/Master/Tools/FileUtils.pm
index 84d070bd8fd..2b0bacd9c28 100644
--- a/Master/Tools/FileUtils.pm
+++ b/Master/Tools/FileUtils.pm
@@ -1,4 +1,4 @@
-# $Id: //depot/Master/Tools/FileUtils.pm#17 $ $Date: 2005/06/02 $ $Author: karl $
+# $Id$
# Written 2004, Fabrice Popineau.
# Public domain.
#
diff --git a/Master/Tools/MakeImages.sh b/Master/Tools/MakeImages.sh
index 27da9c5ffb4..bcc9f5b8854 100755
--- a/Master/Tools/MakeImages.sh
+++ b/Master/Tools/MakeImages.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/MakeImages.sh#124 $ $Date: 2005/10/27 $ $Author: karl $
+# $Id$
#
# Create the .iso file system images for TeX Live:
# a) live: the complete uncompressed system (for DVD)
diff --git a/Master/Tools/Tpm.pm b/Master/Tools/Tpm.pm
index e810d5bfc4f..f620b611092 100644
--- a/Master/Tools/Tpm.pm
+++ b/Master/Tools/Tpm.pm
@@ -1,4 +1,4 @@
-# $Id: //depot/Master/Tools/Tpm.pm#92 $ $Date: 2005/10/19 $ $Author: karl $
+# $Id$
# Written 2004, Fabrice Popineau.
# Public domain.
#
diff --git a/Master/Tools/collection2list.xsl b/Master/Tools/collection2list.xsl
index 257cb555f81..af7f86ba404 100644
--- a/Master/Tools/collection2list.xsl
+++ b/Master/Tools/collection2list.xsl
@@ -1,4 +1,4 @@
-<!-- $Id: //depot/Master/Tools/collection2list.xsl#13 $ $Date: 2004/07/11 $ $Author: rahtz $
+<!-- $Id$
Written by Sebastian Rahtz. Public domain. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
diff --git a/Master/Tools/htmltext b/Master/Tools/htmltext
index 7da18b68a0b..c41eb2490fe 100755
--- a/Master/Tools/htmltext
+++ b/Master/Tools/htmltext
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/htmltext#3 $ $Date: 2005/05/29 $ $Author: karl $
+# $Id$
# Public domain. Originally written 2003, Karl Berry.
# Dump a url (or -stdin) to text using lynx.
diff --git a/Master/Tools/p4changelog b/Master/Tools/p4changelog
index 96f1c2b29a0..558dc274ec1 100755
--- a/Master/Tools/p4changelog
+++ b/Master/Tools/p4changelog
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/p4changelog#7 $ $Date: 2005/05/29 $ $Author: karl $
+# $Id$
# Public domain. Originally written 2004, Karl Berry.
# Get change info from p4 describe and p4 changes.
diff --git a/Master/Tools/scheme2list.xsl b/Master/Tools/scheme2list.xsl
index 384fc0d380b..f024cd67fb5 100644
--- a/Master/Tools/scheme2list.xsl
+++ b/Master/Tools/scheme2list.xsl
@@ -1,4 +1,4 @@
-<!-- $Id: //depot/Master/Tools/scheme2list.xsl#8 $ $Date: 2004/07/03 $ $Author: rahtz $
+<!-- $Id$
Written by Sebastian Rahtz. Public domain. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
diff --git a/Master/Tools/tlrebuild b/Master/Tools/tlrebuild
index cf1167030b7..e44831a78e7 100755
--- a/Master/Tools/tlrebuild
+++ b/Master/Tools/tlrebuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/tlrebuild#19 $ $Date: 2005/10/19 $ $Author: karl $
+# $Id$
# Originally written 2004, Karl Berry. Public domain.
#
# Rebuild the TeX Live distribution -- no actual recompilation of
diff --git a/Master/Tools/tpm-check b/Master/Tools/tpm-check
index 63b165f06b5..f008cc26cf7 100755
--- a/Master/Tools/tpm-check
+++ b/Master/Tools/tpm-check
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/tpm-check#7 $ $Date: 2005/09/10 $ $Author: karl $
+# $Id$
# Public domain. Originally written 2004, Karl Berry.
# Do TPM sanity checks.
diff --git a/Master/Tools/tpm-factory.pl b/Master/Tools/tpm-factory.pl
index 34172b02d0b..3e01e99689e 100755
--- a/Master/Tools/tpm-factory.pl
+++ b/Master/Tools/tpm-factory.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: //depot/Master/Tools/tpm-factory.pl#46 $ $Date: 2005/10/05 $ $Author: staw $
+# $Id$
# Public domain.
#
# TPM Build tool for TeXLive
diff --git a/Master/Tools/tpm2list.xsl b/Master/Tools/tpm2list.xsl
index b632d496fcd..db7919e96e1 100644
--- a/Master/Tools/tpm2list.xsl
+++ b/Master/Tools/tpm2list.xsl
@@ -1,4 +1,4 @@
-<!-- $Id: //depot/Master/Tools/tpm2list.xsl#10 $ $Date: 2004/07/11 $ $Author: rahtz $
+<!-- $Id$
Written by Sebastian Rahtz. Public domain. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
diff --git a/Master/Tools/update-auto b/Master/Tools/update-auto
index 83d50fb79c3..0edba3f363e 100755
--- a/Master/Tools/update-auto
+++ b/Master/Tools/update-auto
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/update-auto#47 $ $Date: 2005/10/07 $ $Author: karl $
+# $Id$
# Public domain. Originally written 2003, Karl Berry.
#
# Deal with files that are automatically updated in one way or another.
diff --git a/Master/Tools/update-lists b/Master/Tools/update-lists
index fca393bc9e6..f262977f678 100755
--- a/Master/Tools/update-lists
+++ b/Master/Tools/update-lists
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/update-lists#8 $ $Author: karl $ $Date: 2005/10/08 $
+# $Id$
# Created by Sebastian Rahtz, long ago. Public domain.
#
# Update the texmf/lists/* files from all the tpm's.
diff --git a/Master/Tools/update-lsr b/Master/Tools/update-lsr
index 56f8649a830..de700f81cbd 100755
--- a/Master/Tools/update-lsr
+++ b/Master/Tools/update-lsr
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/update-lsr#1 $ $Date: 2005/06/28 $ $Author: karl $
+# $Id$
# Originally written 2004, Karl Berry. Public domain.
#
# Update ls-R files. Called from tlrebuild and also karl@tug's cron.
diff --git a/Master/Tools/update-tpm b/Master/Tools/update-tpm
index e47ae77354c..370553921a4 100755
--- a/Master/Tools/update-tpm
+++ b/Master/Tools/update-tpm
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/update-tpm#4 $ $Date: 2005/10/08 $ $Author: karl $
+# $Id$
# Public domain. Originally written 2004, Karl Berry.
#
# Regenerate the given set of tpm's using tpm-factory.