Update of /cvsroot/pfc-prolog/prolix
In directory sc8-pr-cvs1:/tmp/cvs-serv20111
Modified Files:
README build.xml
Log Message:
Added license all source files - Removed unused jsp pages
Index: README
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README 30 Apr 2003 21:54:01 -0000 1.1.1.1
--- README 17 Jul 2003 17:55:17 -0000 1.2
***************
*** 1 ****
! This will be the CVS module to source code.
\ No newline at end of file
--- 1,6 ----
! Prolix, hosted in sourceforge as pfc-prolix, and unix name
! pfc-prolog, is an
! web interface to Prolog interpreters writed in Java.
!
! This is the version 0.1, is under heavy development, and going to be
! ready at September.
\ No newline at end of file
Index: build.xml
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** build.xml 15 Jul 2003 22:42:37 -0000 1.38
--- build.xml 17 Jul 2003 17:55:17 -0000 1.39
***************
*** 1,3 ****
--- 1,26 ----
<?xml version="1.0"?>
+ <!-- ===========================================================
+ /**
+ *
+ * Copyright 2003 Ivan Frade
+ *
+ * This file is part of Prolix.
+ *
+ * Prolix 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.
+ *
+ * Prolix 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 Prolix; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ **/
+ ============================================================= -->
<!-- =================================================================== -->
|