Log Message:
-----------
add copyright to PGbasicmacros.pl
Modified Files:
--------------
pg/macros:
PGbasicmacros.pl
Revision Data
-------------
Index: PGbasicmacros.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/PGbasicmacros.pl,v
retrieving revision 1.59
retrieving revision 1.60
diff -Lmacros/PGbasicmacros.pl -Lmacros/PGbasicmacros.pl -u -r1.59 -r1.60
--- macros/PGbasicmacros.pl
+++ macros/PGbasicmacros.pl
@@ -1,10 +1,20 @@
+################################################################################
+# WeBWorK Program Generation Language
+# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
+# $CVSHeader$
+#
+# This program is free software; you can redistribute it and/or modify it under
+# the terms of either: (a) the GNU General Public License as published by the
+# Free Software Foundation; either version 2, or (at your option) any later
+# version, or (b) the "Artistic License" which comes with this package.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
+# Artistic License for more details.
+################################################################################
-####################################################################
-# Copyright @ 1995-1998 University of Rochester
-# All Rights Reserved
-####################################################################
-
=head1 NAME
PGbasicmacros.pl --- located in the courseScripts directory
|