[LON-CAPA-cvs] cvs: loncom / loncnew

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 18 Apr 2003 02:59:31 -0000


albertel		Thu Apr 17 22:59:31 2003 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  - add GNU GPL headers
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.1 loncom/loncnew:1.2
--- loncom/loncnew:1.1	Thu Apr 17 22:39:20 2003
+++ loncom/loncnew	Thu Apr 17 22:59:31 2003
@@ -1,4 +1,31 @@
 #!/usr/bin/perl
+# The LearningOnline Network with CAPA
+# lonc maintains the connections to remote computers
+#
+# $Id: loncnew,v 1.2 2003/04/18 02:59:31 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/
+#
 #
 # new lonc handles n requestors spread out bver m connections to londs.
 # This module is based on the Event class.