ask 03/03/18 03:57:57
Modified: . ChangeLog Configure.pl README build_nativecall.pl
io.ops math.ops obscure.ops test_main.c
Log:
Shiny! It's 2003 already!
Doesn't seem like ChangeLog is maintained anymore?
Revision Changes Path
1.6 +8 -2 parrot/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/public/parrot/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- ChangeLog 11 Mar 2003 22:12:09 -0000 1.5
+++ ChangeLog 18 Mar 2003 11:57:57 -0000 1.6
@@ -1,3 +1,9 @@
+2003-03-18 03:50 ask
+
+ * Various files
+ Update Yet Another copyright statements to reflect the (no onger
+ so) shiny new year.
+
2003-03-11 22:06 chip
* Configure.pl: print help on non-option command line args
@@ -3343,9 +3349,9 @@
2002-01-04 16:09 dan
* classes/: genclass.pl, perlarray.pmc, perlint.pmc, perlnum.pmc,
- perlstring.pmc, perlundef.pmc: - genclass.pl attempts to put $Id: ChangeLog,v
1.5 2003/03/11 22:12:09 chip Exp $
+ perlstring.pmc, perlundef.pmc: - genclass.pl attempts to put $Id: ChangeLog,v
1.6 2003/03/18 11:57:57 ask Exp $
into generated files
- but the $Id: ChangeLog,v 1.5 2003/03/11 22:12:09 chip Exp $ string gets
mangled when it's committed.
+ but the $Id: ChangeLog,v 1.6 2003/03/18 11:57:57 ask Exp $ string gets
mangled when it's committed.
This patch fixes the existing .pmc files and fixes genclass.pl.
- Makes capitalization in .pmc header match actual filenames
1.123 +3 -3 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -w -r1.122 -r1.123
--- Configure.pl 11 Mar 2003 22:12:09 -0000 1.122
+++ Configure.pl 18 Mar 2003 11:57:57 -0000 1.123
@@ -2,7 +2,7 @@
#
# Configure.pl 2.0
#
-# $Id: Configure.pl,v 1.122 2003/03/11 22:12:09 chip Exp $
+# $Id: Configure.pl,v 1.123 2003/03/18 11:57:57 ask Exp $
#
# Author: Brent Dax
#
@@ -30,7 +30,7 @@
for($key) {
/version/ && do {
- my $cvsid='$Id: Configure.pl,v 1.122 2003/03/11 22:12:09 chip Exp $';
+ my $cvsid='$Id: Configure.pl,v 1.123 2003/03/18 11:57:57 ask Exp $';
print <<"END";
Parrot Version $parrot_version Configure 2.0
$cvsid
@@ -72,7 +72,7 @@
print <<"END";
Parrot Version $parrot_version Configure 2.0
-Copyright (C) 2001-2002 Yet Another Society
+Copyright (C) 2001-2003 Yet Another Society
Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Parrot. The process is completely automated, unless you passed in
1.26 +1 -1 parrot/README
Index: README
===================================================================
RCS file: /cvs/public/parrot/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -w -r1.25 -r1.26
--- README 16 Mar 2003 07:23:14 -0000 1.25
+++ README 18 Mar 2003 11:57:57 -0000 1.26
@@ -1,7 +1,7 @@
This is Parrot, version 0.0.10
------------------------------
-Parrot is Copyright (C) 2001-2002 Yet Another Society. All Rights Reserved.
+Parrot is Copyright (C) 2001-2003 Yet Another Society. All Rights Reserved.
LICENSE INFORMATION
-------------------
1.12 +2 -2 parrot/build_nativecall.pl
Index: build_nativecall.pl
===================================================================
RCS file: /cvs/public/parrot/build_nativecall.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -r1.11 -r1.12
--- build_nativecall.pl 18 Jan 2003 09:14:30 -0000 1.11
+++ build_nativecall.pl 18 Mar 2003 11:57:57 -0000 1.12
@@ -72,9 +72,9 @@
*/
/* nci.c
- * Copyright: 2001, 2002 Yet Another Society
+ * Copyright: 2001-2003 Yet Another Society
* CVS Info
- * $Id: build_nativecall.pl,v 1.11 2003/01/18 09:14:30 leo Exp $
+ * $Id: build_nativecall.pl,v 1.12 2003/03/18 11:57:57 ask Exp $
* Overview:
* Native Call Interface routines. The code needed to build a
* parrot to C call frame is in here
1.17 +1 -1 parrot/io.ops
Index: io.ops
===================================================================
RCS file: /cvs/public/parrot/io.ops,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -r1.16 -r1.17
--- io.ops 17 Mar 2003 07:51:51 -0000 1.16
+++ io.ops 18 Mar 2003 11:57:57 -0000 1.17
@@ -421,7 +421,7 @@
=head1 COPYRIGHT
-Copyright (C) 2001-2002 Yet Another Society. All rights reserved.
+Copyright (C) 2001-2003 Yet Another Society. All rights reserved.
=head1 LICENSE
1.4 +1 -1 parrot/math.ops
Index: math.ops
===================================================================
RCS file: /cvs/public/parrot/math.ops,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- math.ops 18 Aug 2002 23:57:37 -0000 1.3
+++ math.ops 18 Mar 2003 11:57:57 -0000 1.4
@@ -153,7 +153,7 @@
=head1 COPYRIGHT
-Copyright (C) 2001-2002 Yet Another Society. All rights reserved.
+Copyright (C) 2001-2003 Yet Another Society. All rights reserved.
=head1 LICENSE
1.8 +1 -1 parrot/obscure.ops
Index: obscure.ops
===================================================================
RCS file: /cvs/public/parrot/obscure.ops,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- obscure.ops 23 Apr 2002 21:34:20 -0000 1.7
+++ obscure.ops 18 Mar 2003 11:57:57 -0000 1.8
@@ -100,7 +100,7 @@
=head1 COPYRIGHT
-Copyright (C) 2001-2002 Yet Another Society. All rights reserved.
+Copyright (C) 2001-2003 Yet Another Society. All rights reserved.
=head1 LICENSE
1.61 +2 -2 parrot/test_main.c
Index: test_main.c
===================================================================
RCS file: /cvs/public/parrot/test_main.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -w -r1.60 -r1.61
--- test_main.c 8 Nov 2002 07:10:19 -0000 1.60
+++ test_main.c 18 Mar 2003 11:57:57 -0000 1.61
@@ -1,7 +1,7 @@
/* test_main.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: test_main.c,v 1.60 2002/11/08 07:10:19 leo Exp $
+ * $Id: test_main.c,v 1.61 2003/03/18 11:57:57 ask Exp $
* Overview:
* A sample test program (and the main function of Parrot)
* Data Structure and Algorithms:
@@ -175,7 +175,7 @@
fprintf(stderr,
"This is parrot version " PARROT_VERSION " built for "
PARROT_ARCHNAME "\n\
-Copyright (C) 2001-2002 Yet Another Society. All Rights Reserved.\n\
+Copyright (C) 2001-2003 Yet Another Society. All Rights Reserved.\n\
\n\
Parrot may be copied only under the terms of either the Artistic License or the\n\
GNU General Public License, which may be found in the Parrot source kit.\n\