diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-15 12:40:48 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-15 12:40:48 -0400 |
commit | ba74f0016d36ba6c2cc4eb6de84b66d641904650 (patch) | |
tree | 3a764750e429c564d968f7abad1720941da07c42 /perl | |
parent | 5301741bdf4b4e8ed780713a25cc480fc370bd98 (diff) | |
download | nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.tar.gz nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.zip |
Remove RCSIDs and BSD copyrights. We're GIT + GPLv3 now.
Diffstat (limited to 'perl')
-rw-r--r-- | perl/NASTD.pm | 2 | ||||
-rw-r--r-- | perl/NASTD.xs | 2 | ||||
-rwxr-xr-x | perl/build | 2 | ||||
-rw-r--r-- | perl/test.pl | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/perl/NASTD.pm b/perl/NASTD.pm index 70be2ff..9bf869e 100644 --- a/perl/NASTD.pm +++ b/perl/NASTD.pm @@ -1,5 +1,3 @@ -# $Id: NASTD.pm,v 1.7 2001/10/29 11:18:20 shmit Exp $ - package NASTD; use strict; diff --git a/perl/NASTD.xs b/perl/NASTD.xs index e7b1179..5bb619f 100644 --- a/perl/NASTD.xs +++ b/perl/NASTD.xs @@ -1,5 +1,3 @@ -/* $Id: NASTD.xs,v 1.5 2001/10/29 11:18:20 shmit Exp $ */ - #include "EXTERN.h" #include "perl.h" #include "XSUB.h" @@ -1,6 +1,4 @@ #!/bin/sh -# -# $Id: build,v 1.2 2000/05/16 19:27:05 shmit Exp $ if [ $# -lt 2 ]; then echo "Usage: $0 makecmd perlflag args" 2>&1 diff --git a/perl/test.pl b/perl/test.pl index 6a12cbf..6823b3c 100644 --- a/perl/test.pl +++ b/perl/test.pl @@ -1,5 +1,3 @@ -# $Id: test.pl,v 1.20 2001/03/23 00:06:09 shmit Exp $ -# # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' |