Index: topia/src/java/org/codelutin/topia/generators/ObjectModelModifier.java diff -u topia/src/java/org/codelutin/topia/generators/ObjectModelModifier.java:1.1 topia/src/java/org/codelutin/topia/generators/ObjectModelModifier.java:1.2 --- topia/src/java/org/codelutin/topia/generators/ObjectModelModifier.java:1.1 Tue Jul 26 16:54:24 2005 +++ topia/src/java/org/codelutin/topia/generators/ObjectModelModifier.java Thu Jul 28 08:11:50 2005 @@ -1,3 +1,33 @@ +/* *##% + * Copyright (C) 2002, 2003 Code Lutin + * + * This program 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. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + *##%*/ + +/* * + * ObjectModelModifier.java + * + * Created: 26 juil. 2005 + * + * @author Arnaud Thimel + * Copyright Code Lutin + * @version $Revision$ + * + * Mise a jour: $Date$ + * par : $Author$ + */ package org.codelutin.topia.generators; import org.codelutin.generator.models.object.ObjectModel; Index: topia/src/java/org/codelutin/topia/generators/TopiaObjectModelModifier.java diff -u topia/src/java/org/codelutin/topia/generators/TopiaObjectModelModifier.java:1.2 topia/src/java/org/codelutin/topia/generators/TopiaObjectModelModifier.java:1.3 --- topia/src/java/org/codelutin/topia/generators/TopiaObjectModelModifier.java:1.2 Wed Jul 27 16:35:52 2005 +++ topia/src/java/org/codelutin/topia/generators/TopiaObjectModelModifier.java Thu Jul 28 08:11:50 2005 @@ -1,3 +1,34 @@ +/* *##% + * Copyright (C) 2002, 2003 Code Lutin + * + * This program 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. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + *##%*/ + +/* * + * TopiaObjectModelModifier.java + * + * Created: 26 juil. 2005 + * + * @author Arnaud Thimel + * Copyright Code Lutin + * @version $Revision$ + * + * Mise a jour: $Date$ + * par : $Author$ + */ + package org.codelutin.topia.generators; import java.util.ArrayList;