[LON-CAPA-cvs] cvs: loncom /cgi clusterstatus.pl loncron.pl lonversions.pl metadata_harvest.pl metadata_keywords.pl ping.pl userstatus.pl

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 01 Sep 2003 03:37:27 -0000


This is a MIME encoded message

--albertel1062387447
Content-Type: text/plain

albertel		Sun Aug 31 23:37:27 2003 EDT

  Modified files:              
    /loncom/cgi	clusterstatus.pl loncron.pl lonversions.pl 
               	metadata_harvest.pl metadata_keywords.pl ping.pl 
               	userstatus.pl 
  Log:
  - adding more GPL headers
  
  
--albertel1062387447
Content-Type: text/plain
Content-Disposition: attachment; filename="albertel-20030831233727.txt"

Index: loncom/cgi/clusterstatus.pl
diff -u loncom/cgi/clusterstatus.pl:1.20 loncom/cgi/clusterstatus.pl:1.21
--- loncom/cgi/clusterstatus.pl:1.20	Fri Aug 29 13:42:32 2003
+++ loncom/cgi/clusterstatus.pl	Sun Aug 31 23:37:27 2003
@@ -1,9 +1,30 @@
 #!/usr/bin/perl
 $|=1;
-# The LearningOnline Network with CAPA
-# Cluster Status
+# Generates a html page showing various sataus reports about the cluster
+# $Id: clusterstatus.pl,v 1.21 2003/09/01 03:37:27 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/
 #
-# $Id: clusterstatus.pl,v 1.20 2003/08/29 17:42:32 www Exp $
 
 use lib '/home/httpd/lib/perl/';
 use LONCAPA::Configuration;
Index: loncom/cgi/loncron.pl
diff -u loncom/cgi/loncron.pl:1.3 loncom/cgi/loncron.pl:1.4
--- loncom/cgi/loncron.pl:1.3	Mon Nov 26 17:20:26 2001
+++ loncom/cgi/loncron.pl	Sun Aug 31 23:37:27 2003
@@ -1,8 +1,30 @@
 #!/usr/bin/perl
 $|=1;
-# The LearningOnline Network with CAPA
-# Running loncron
-# 09/06/01 Gerd Kortemeyer
+# Runs loncron
+# $Id: loncron.pl,v 1.4 2003/09/01 03:37:27 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/
+#
 print "Content-type: text/html\n\n".
       "<html><body bgcolor=#FFFFFF><h1>Running loncron ...</h1>".
       "Please be patient<p><pre>\n";
Index: loncom/cgi/lonversions.pl
diff -u loncom/cgi/lonversions.pl:1.2 loncom/cgi/lonversions.pl:1.3
--- loncom/cgi/lonversions.pl:1.2	Mon Feb 18 18:23:23 2002
+++ loncom/cgi/lonversions.pl	Sun Aug 31 23:37:27 2003
@@ -1,11 +1,31 @@
 #!/usr/bin/perl
 $|=1;
-# The LearningOnline Network with CAPA
-# Versions
-# (Running loncron
-# 09/06/01 Gerd Kortemeyer)
-# 02/18/02 Gerd Kortemeyer
+# Prints ut the Id line from most files
+# $Id: lonversions.pl,v 1.3 2003/09/01 03:37:27 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/
+#
+
 print "Content-type: text/html\n\n".
       "<html><body bgcolor=#FFFFFF><h1>Handler Versions</h1>".
       "<pre>\n";
Index: loncom/cgi/metadata_harvest.pl
diff -u loncom/cgi/metadata_harvest.pl:1.2 loncom/cgi/metadata_harvest.pl:1.3
--- loncom/cgi/metadata_harvest.pl:1.2	Mon Feb  3 13:03:52 2003
+++ loncom/cgi/metadata_harvest.pl	Sun Aug 31 23:37:27 2003
@@ -1,13 +1,30 @@
 #!/usr/bin/perl
+# Inserts metadata from .meta files into the mysql database
+# $Id: metadata_harvest.pl,v 1.3 2003/09/01 03:37:27 albertel Exp $
 #
-# The LearningOnline Network with CAPA
+# Copyright Michigan State University Board of Trustees
 #
-# Gets keywords from metadata database.
+# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #
-# YEAR=2001
+# 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.
 #
-# YEAR=2002
+# 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/
+#
+
 
 ###############################################################################
 ##                                                                           ##
Index: loncom/cgi/metadata_keywords.pl
diff -u loncom/cgi/metadata_keywords.pl:1.5 loncom/cgi/metadata_keywords.pl:1.6
--- loncom/cgi/metadata_keywords.pl:1.5	Mon Feb  3 13:03:52 2003
+++ loncom/cgi/metadata_keywords.pl	Sun Aug 31 23:37:27 2003
@@ -1,13 +1,30 @@
 #!/usr/bin/perl
+# Gets keywords from metadata database.
+# $Id: metadata_keywords.pl,v 1.6 2003/09/01 03:37:27 albertel Exp $
 #
-# The LearningOnline Network with CAPA
+# Copyright Michigan State University Board of Trustees
 #
-# Gets keywords from metadata database.
+# 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
 #
-# YEAR=2001
+# /home/httpd/html/adm/gpl.txt
 #
-# YEAR=2002
+# http://www.lon-capa.org/
 #
+
 
 ###############################################################################
 ##                                                                           ##
Index: loncom/cgi/ping.pl
diff -u loncom/cgi/ping.pl:1.4 loncom/cgi/ping.pl:1.5
--- loncom/cgi/ping.pl:1.4	Tue Feb 25 15:50:31 2003
+++ loncom/cgi/ping.pl	Sun Aug 31 23:37:27 2003
@@ -1,7 +1,29 @@
 #!/usr/bin/perl
-
-# The LearningOnline Network with CAPA
 # ping cgi-script
+# $Id: ping.pl,v 1.5 2003/09/01 03:37:27 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/
+#
 
 
 $|=1;
Index: loncom/cgi/userstatus.pl
diff -u loncom/cgi/userstatus.pl:1.6 loncom/cgi/userstatus.pl:1.7
--- loncom/cgi/userstatus.pl:1.6	Wed Aug 27 16:35:24 2003
+++ loncom/cgi/userstatus.pl	Sun Aug 31 23:37:27 2003
@@ -1,11 +1,31 @@
 #!/usr/bin/perl
 $|=1;
-# The LearningOnline Network with CAPA
 # User Status
-# (Versions
-# (Running loncron
-# 09/06/01 Gerd Kortemeyer)
-# 02/18/02,02/19/02 Gerd Kortemeyer)
+# $Id: userstatus.pl,v 1.7 2003/09/01 03:37:27 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/
+#
+
 
 use strict;
 use lib '/home/httpd/lib/perl/';

--albertel1062387447--