r253 - in trunk: magalie-persistence/src/main/java/com/franciaflex/magalie/persistence magalie-services/src/main/java/com/franciaflex/magalie/services/exception
Author: bleny Date: 2013-06-25 10:59:02 +0200 (Tue, 25 Jun 2013) New Revision: 253 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: add missing file header Modified: trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/MagalieOracleHibernateDialect.java trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/IllegalWithdrawException.java trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/InaccessibleLocationException.java Modified: trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/MagalieOracleHibernateDialect.java =================================================================== --- trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/MagalieOracleHibernateDialect.java 2013-06-25 08:58:09 UTC (rev 252) +++ trunk/magalie-persistence/src/main/java/com/franciaflex/magalie/persistence/MagalieOracleHibernateDialect.java 2013-06-25 08:59:02 UTC (rev 253) @@ -1,5 +1,28 @@ package com.franciaflex.magalie.persistence; +/* + * #%L + * MagaLiE :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import org.hibernate.dialect.Oracle10gDialect; import java.sql.Types; Modified: trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/IllegalWithdrawException.java =================================================================== --- trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/IllegalWithdrawException.java 2013-06-25 08:58:09 UTC (rev 252) +++ trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/IllegalWithdrawException.java 2013-06-25 08:59:02 UTC (rev 253) @@ -1,5 +1,28 @@ package com.franciaflex.magalie.services.exception; +/* + * #%L + * MagaLiE :: Services + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import com.franciaflex.magalie.persistence.entity.Article; public class IllegalWithdrawException extends MagalieException { Modified: trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/InaccessibleLocationException.java =================================================================== --- trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/InaccessibleLocationException.java 2013-06-25 08:58:09 UTC (rev 252) +++ trunk/magalie-services/src/main/java/com/franciaflex/magalie/services/exception/InaccessibleLocationException.java 2013-06-25 08:59:02 UTC (rev 253) @@ -1,5 +1,28 @@ package com.franciaflex.magalie.services.exception; +/* + * #%L + * MagaLiE :: Services + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import com.franciaflex.magalie.persistence.Locations; import com.franciaflex.magalie.persistence.entity.Location; import com.franciaflex.magalie.persistence.entity.MagalieUser;
participants (1)
-
bleny@users.forge.codelutin.com