[Pfc-prolog-cvs] prolix/src/org/asturlinux/frade/prolix/interpreter/interfaces TreeElementImpl.java,
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-06-23 19:04:46
|
Update of /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/interpreter/interfaces In directory sc8-pr-cvs1:/tmp/cvs-serv15454/org/asturlinux/frade/prolix/interpreter/interfaces Modified Files: TreeElementImpl.java TreeElementVisitor.java Log Message: Added GPL license to all files currently in project Index: TreeElementImpl.java =================================================================== RCS file: /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/interpreter/interfaces/TreeElementImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TreeElementImpl.java 23 Jun 2003 17:15:00 -0000 1.1 --- TreeElementImpl.java 23 Jun 2003 19:04:42 -0000 1.2 *************** *** 1,2 **** --- 1,24 ---- + /** + * + * 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.interpreter.interfaces; Index: TreeElementVisitor.java =================================================================== RCS file: /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/interpreter/interfaces/TreeElementVisitor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TreeElementVisitor.java 23 Jun 2003 17:15:00 -0000 1.1 --- TreeElementVisitor.java 23 Jun 2003 19:04:42 -0000 1.2 *************** *** 1,2 **** --- 1,24 ---- + /** + * + * 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.interpreter.interfaces; |