[LON-CAPA-cvs] cvs: loncom /types HashIterator.pm Queue.pm Stack.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 18 Apr 2003 06:10:47 -0000
albertel Fri Apr 18 02:10:47 2003 EDT
Modified files:
/loncom/types HashIterator.pm Queue.pm Stack.pm
Log:
- adding GNU GPL header
Index: loncom/types/HashIterator.pm
diff -u loncom/types/HashIterator.pm:1.1 loncom/types/HashIterator.pm:1.2
--- loncom/types/HashIterator.pm:1.1 Thu Apr 17 22:40:24 2003
+++ loncom/types/HashIterator.pm Fri Apr 18 02:10:47 2003
@@ -1,5 +1,28 @@
-#
# Implement iteration over a opaque hash.
+#
+# $Id: HashIterator.pm,v 1.2 2003/04/18 06:10:47 albertel Exp $
+#
+# Copyright Michigan State University Board of Trustees
+#
+# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
+#
+# LON-CAPA is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# LON-CAPA 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 the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with LON-CAPA; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# /home/httpd/html/adm/gpl.txt
+#
+# http://www.lon-capa.org/
#
=pod
Index: loncom/types/Queue.pm
diff -u loncom/types/Queue.pm:1.1 loncom/types/Queue.pm:1.2
--- loncom/types/Queue.pm:1.1 Thu Apr 17 22:40:24 2003
+++ loncom/types/Queue.pm Fri Apr 18 02:10:47 2003
@@ -1,5 +1,28 @@
-#
# Implement a simple queue in terms of a list.
+#
+# $Id: Queue.pm,v 1.2 2003/04/18 06:10:47 albertel Exp $
+#
+# Copyright Michigan State University Board of Trustees
+#
+# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
+#
+# LON-CAPA is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# LON-CAPA 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 the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with LON-CAPA; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# /home/httpd/html/adm/gpl.txt
+#
+# http://www.lon-capa.org/
#
=pod
Index: loncom/types/Stack.pm
diff -u loncom/types/Stack.pm:1.1 loncom/types/Stack.pm:1.2
--- loncom/types/Stack.pm:1.1 Thu Apr 17 22:40:24 2003
+++ loncom/types/Stack.pm Fri Apr 18 02:10:47 2003
@@ -1,6 +1,29 @@
-#
# Implement a simple stack in terms of a list.
-#
+#
+# $Id: Stack.pm,v 1.2 2003/04/18 06:10:47 albertel Exp $
+#
+# Copyright Michigan State University Board of Trustees
+#
+# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
+#
+# LON-CAPA is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# LON-CAPA 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 the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with LON-CAPA; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# /home/httpd/html/adm/gpl.txt
+#
+# http://www.lon-capa.org/
+#
=pod