[LON-CAPA-cvs] cvs: loncom /enrollment Autoenroll.pl Enrollment.pm localenroll.pm /interface lonpopulate.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 09 Dec 2003 20:06:38 -0000
albertel Tue Dec 9 15:06:38 2003 EDT
Modified files:
/loncom/interface lonpopulate.pm
/loncom/enrollment Autoenroll.pl Enrollment.pm localenroll.pm
Log:
- adding GPL headers
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.3 loncom/interface/lonpopulate.pm:1.4
--- loncom/interface/lonpopulate.pm:1.3 Mon Dec 8 12:37:49 2003
+++ loncom/interface/lonpopulate.pm Tue Dec 9 15:06:37 2003
@@ -1,3 +1,28 @@
+# automated enrollment configuration handler
+# $Id: lonpopulate.pm,v 1.4 2003/12/09 20:06:37 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/
+#
package Apache::lonpopulate;
use strict;
Index: loncom/enrollment/Autoenroll.pl
diff -u loncom/enrollment/Autoenroll.pl:1.2 loncom/enrollment/Autoenroll.pl:1.3
--- loncom/enrollment/Autoenroll.pl:1.2 Mon Dec 8 10:47:22 2003
+++ loncom/enrollment/Autoenroll.pl Tue Dec 9 15:06:37 2003
@@ -1,4 +1,30 @@
#!/usr/bin/perl
+#
+#Automated enroll script
+# $Id: Autoenroll.pl,v 1.3 2003/12/09 20:06:37 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';
Index: loncom/enrollment/Enrollment.pm
diff -u loncom/enrollment/Enrollment.pm:1.6 loncom/enrollment/Enrollment.pm:1.7
--- loncom/enrollment/Enrollment.pm:1.6 Mon Dec 8 19:31:51 2003
+++ loncom/enrollment/Enrollment.pm Tue Dec 9 15:06:37 2003
@@ -1,3 +1,28 @@
+# Automated Enrollment manager
+# $Id: Enrollment.pm,v 1.7 2003/12/09 20:06:37 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/
+#
package LONCAPA::Enrollment;
use Apache::loncoursedata;
Index: loncom/enrollment/localenroll.pm
diff -u loncom/enrollment/localenroll.pm:1.2 loncom/enrollment/localenroll.pm:1.3
--- loncom/enrollment/localenroll.pm:1.2 Mon Dec 8 11:00:15 2003
+++ loncom/enrollment/localenroll.pm Tue Dec 9 15:06:37 2003
@@ -1,3 +1,28 @@
+# local bits for automated enrollment
+# $Id: localenroll.pm,v 1.3 2003/12/09 20:06:37 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/
+#
package localenroll;
use strict;