Update of /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/web/beans
In directory sc8-pr-cvs1:/tmp/cvs-serv20111/src/org/asturlinux/frade/prolix/web/beans
Modified Files:
CurrentStateBean.java LastConsultsBean.java
Log Message:
Added license all source files - Removed unused jsp pages
Index: CurrentStateBean.java
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/web/beans/CurrentStateBean.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CurrentStateBean.java 17 Jul 2003 17:17:24 -0000 1.4
--- CurrentStateBean.java 17 Jul 2003 17:55:17 -0000 1.5
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+ *
+ * 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
+ *
+ **/
package org.asturlinux.frade.prolix.web.beans;
Index: LastConsultsBean.java
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/web/beans/LastConsultsBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LastConsultsBean.java 16 Jul 2003 20:37:17 -0000 1.1
--- LastConsultsBean.java 17 Jul 2003 17:55:17 -0000 1.2
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+ *
+ * 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
+ *
+ **/
package org.asturlinux.frade.prolix.web.beans;
|