Skip to content

Commit

Permalink
Remove "dead" RCS $Id$ tags from files that we own.
Browse files Browse the repository at this point in the history
All files have been modified more recently than their tag, rendering
information in the tag redundant.
  • Loading branch information
nwc10 committed Dec 16, 2010
1 parent 93d7320 commit a6d3780
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions Cross/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Toplevel Makefile for cross-compilation of perl
#
## $Id: Makefile,v 1.5 2003/12/12 00:48:19 red Exp red $

export TOPDIR=${shell pwd}
include $(TOPDIR)/config
Expand Down
2 changes: 0 additions & 2 deletions configure.gnu
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! /bin/sh
#
# $Id: configure,v 3.0.1.1 1995/07/25 14:16:21 ram Exp $
#
# GNU configure-like front end to metaconfig's Configure.
#
# Written by Andy Dougherty <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions dist/Net-Ping/lib/Net/Ping.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1772,6 +1772,4 @@ Copyright (c) 2001, Colin McMillen. All rights reserved.
This program is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.
$Id: Ping.pm,v 1.86 2003/06/27 21:31:07 rob Exp $
=cut
1 change: 0 additions & 1 deletion ext/DynaLoader/dl_beos.xs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* dl_beos.xs, by Tom Spindler
* based on dl_dlopen.xs, by Paul Marquess
* $Id:$
*/

#include "EXTERN.h"
Expand Down
2 changes: 0 additions & 2 deletions ext/IPC-Open3/lib/IPC/Open3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ The order of arguments differs from that of open2().
# allow fd numbers to be used, by Frank Tobin
# allow '-' as command (c.f. open "-|"), by Adam Spiers <[email protected]>
#
# $Id: open3.pl,v 1.1 1993/11/23 06:26:15 marc Exp $
#
# usage: $pid = open3('wtr', 'rdr', 'err' 'some cmd and args', 'optarg', ...);
#
# spawn the given $cmd and connect rdr for
Expand Down
4 changes: 0 additions & 4 deletions ext/PerlIO-encoding/encoding.xs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* $Id: encoding.xs,v 0.3 2002/04/21 22:14:41 dankogai Exp $
*/

#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
Expand Down
1 change: 0 additions & 1 deletion hints/beos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# BeOS hints file
# $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $

if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c 2>/dev/null; fi
# If this fails, that's all right - it's only for PPC.
Expand Down
2 changes: 0 additions & 2 deletions hints/dgux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id: dgux.sh,v 1.9 2001-05-07 00:06:00-05 Takis Exp $

# This is a hints file for DGUX, which is EMC's Data General's Unix. It
# was originally developed with version 5.4.3.10 of the OS, and then was
# later updated running under version 4.11.2 (running on m88k hardware).
Expand Down
1 change: 0 additions & 1 deletion lib/ExtUtils/Embed.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# $Id: Embed.pm,v 1.1.1.1 2002/01/16 19:27:19 schwern Exp $
require 5.002;

package ExtUtils::Embed;
Expand Down
2 changes: 0 additions & 2 deletions lib/newgetopt.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
warn "Legacy library @{[(caller(0))[6]]} will be removed from the Perl core distribution in the next major release. Please install it from the CPAN distribution Perl4::CoreLibs. It is being used at @{[(caller)[1]]}, line @{[(caller)[2]]}.\n";

# $Id: newgetopt.pl,v 1.18 2001/09/21 13:34:59 jv Exp $

# This library is no longer being maintained, and is included for backward
# compatibility with Perl 4 programs which may require it.
# It is now just a wrapper around the Getopt::Long module.
Expand Down
2 changes: 0 additions & 2 deletions t/uni/tr_7jis.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! perl -w
#
# $Id$
#
# This script is written intentionally in ISO-2022-JP
# requires Encode 1.83 or better to work
# -- dankogai
Expand Down
2 changes: 0 additions & 2 deletions t/uni/tr_eucjp.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! perl -w
#
# $Id$
#
# This script is written intentionally in EUC-JP
# -- dankogai

Expand Down
2 changes: 0 additions & 2 deletions t/uni/tr_sjis.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!perl -w
#
# $Id$
#
# This script is written intentionally in Shift JIS
# -- dankogai

Expand Down
2 changes: 0 additions & 2 deletions t/uni/tr_utf8.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!perl -w
#
# $Id$
#
# This script is written intentionally in UTF-8
# Requires Encode 1.83 or better
# -- dankogai
Expand Down

0 comments on commit a6d3780

Please sign in to comment.