[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sat, 19 Aug 2023 13:27:34 -0400 (EDT) |
branch: master
commit a3c8de613acc1a4d63dd2f2db05da61869c9518b
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Aug 19 14:54:19 2023 +0100
* contrib/gen-dir-node,
* contrib/javaprop2texiflag.pl,
* doc/refcard/Makefile: Eliminate $Id keyword expansion.
---
ChangeLog | 6 ++++++
contrib/gen-dir-node | 1 -
contrib/javaprop2texiflag.pl | 5 ++---
doc/refcard/Makefile | 3 +--
4 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fcf902d532..35f37d9b8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * contrib/gen-dir-node,
+ * contrib/javaprop2texiflag.pl,
+ * doc/refcard/Makefile: Eliminate $Id keyword expansion.
+
2023-08-19 Gavin Smith <gavinsmith0123@gmail.com>
* configure.ac: Check for Unicode::Collate and issue a warning
diff --git a/contrib/gen-dir-node b/contrib/gen-dir-node
index 8b413bbf7a..0a58dc54aa 100755
--- a/contrib/gen-dir-node
+++ b/contrib/gen-dir-node
@@ -50,7 +50,6 @@ echo "This version was generated on `date`"
echo "by `whoami`@`hostname` for `(cd ${INFODIR}; pwd)`"
cat << moobler
-\$Id: gen-dir-node,v 1.1 2013-01-02 01:00:25 karl Exp $
This is the file .../info/dir, which contains the topmost node of the
Info hierarchy. The first time you invoke Info you start off
looking at that node, which is (dir)Top.
diff --git a/contrib/javaprop2texiflag.pl b/contrib/javaprop2texiflag.pl
index 4e6f22a4d1..3efe06a909 100644
--- a/contrib/javaprop2texiflag.pl
+++ b/contrib/javaprop2texiflag.pl
@@ -1,9 +1,8 @@
#!/usr/bin/env perl
# javaprop2texiflag.pl --- -*- coding: utf-8 -*-
-# Copyright 2012 Vincent Belaïche
+# Copyright 2012, 2023 Vincent Belaïche
#
# Author: Vincent Belaïche <vincentb1@users.sourceforge.net>
-# Version: $Id: javaprop2texiflag.pl,v 1.2 2012/09/02 11:17:29 vincentb1 Exp $
# Keywords:
# X-URL: http://www.jpicedt.org/
#
@@ -40,7 +39,7 @@ use warnings;
use feature qw(say unicode_strings);
use PerlIO;
-my $version='$Id: javaprop2texiflag.pl,v 1.2 2012/09/02 11:17:29 vincentb1 Exp
$';
+my $version='javaprop2texiflag.pl,v 1.2 2012/09/02 11:17:29 vincentb1';
my $linenb = 0;
my $inputfile;
my $verbose;
diff --git a/doc/refcard/Makefile b/doc/refcard/Makefile
index 6fd15e80ca..08a0c58c9d 100644
--- a/doc/refcard/Makefile
+++ b/doc/refcard/Makefile
@@ -1,9 +1,8 @@
-# $Id: Makefile,v 1.4 2012-09-21 17:40:44 karl Exp $
# Makefile for texinfo/doc/refcard.
# This is not hooked into Automake, just conveniences for working on the
# refcard.
#
-# Copyright 2008, 2012, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2008-2023 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without