r3117 - in trunk: src/site/resources src/site/rst/docs topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase
Author: bleny Date: 2014-05-21 15:46:49 +0200 (Wed, 21 May 2014) New Revision: 3117 Url: http://forge.nuiton.org/projects/topia/repository/revisions/3117 Log: update file headers Modified: trunk/src/site/resources/site.css trunk/src/site/rst/docs/y_cycle.rst trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseService.java trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseServiceImpl.java Modified: trunk/src/site/resources/site.css =================================================================== --- trunk/src/site/resources/site.css 2014-05-21 13:40:48 UTC (rev 3116) +++ trunk/src/site/resources/site.css 2014-05-21 13:46:49 UTC (rev 3117) @@ -1,3 +1,26 @@ +/* + * #%L + * ToPIA + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ blockquote { border-left: 0px; Modified: trunk/src/site/rst/docs/y_cycle.rst =================================================================== --- trunk/src/site/rst/docs/y_cycle.rst 2014-05-21 13:40:48 UTC (rev 3116) +++ trunk/src/site/rst/docs/y_cycle.rst 2014-05-21 13:46:49 UTC (rev 3117) @@ -1,3 +1,26 @@ +.. - +.. * #%L +.. * ToPIA +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2004 - 2014 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Lesser 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 Lesser Public License for more details. +.. * +.. * You should have received a copy of the GNU General Lesser Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. +.. * #L% +.. - ============================================= Qu'est-ce qu'un cycle de développement en Y ? Modified: trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseService.java =================================================================== --- trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseService.java 2014-05-21 13:40:48 UTC (rev 3116) +++ trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseService.java 2014-05-21 13:46:49 UTC (rev 3117) @@ -1,5 +1,29 @@ package org.nuiton.topia.liquibase; +/* + * #%L + * ToPIA :: Liquibase integration service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.topia.persistence.TopiaService; /** Modified: trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseServiceImpl.java =================================================================== --- trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseServiceImpl.java 2014-05-21 13:40:48 UTC (rev 3116) +++ trunk/topia-service-liquibase/src/main/java/org/nuiton/topia/liquibase/TopiaLiquibaseServiceImpl.java 2014-05-21 13:46:49 UTC (rev 3117) @@ -1,5 +1,29 @@ package org.nuiton.topia.liquibase; +/* + * #%L + * ToPIA :: Liquibase integration service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import liquibase.Contexts; import liquibase.Liquibase; import liquibase.database.Database;
participants (1)
-
bleny@users.nuiton.org