From: <fg...@us...> - 2010-03-19 22:31:01
|
Revision: 2166 http://openutils.svn.sourceforge.net/openutils/?rev=2166&view=rev Author: fgiust Date: 2010-03-19 22:30:55 +0000 (Fri, 19 Mar 2010) Log Message: ----------- license headers Modified Paths: -------------- trunk/openutils-mgnlstripes/pom.xml trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MagnoliaMultipartWrapper.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlActionResolver.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesRequestWrapper.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesResponseWrapper.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesMagnoliaFilter.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesModule.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesParagraphRenderer.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesRenderer.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/annotations/Dialog.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/pages/StripesConfigurationPage.java trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/setup/StripesModuleVersionHandler.java Modified: trunk/openutils-mgnlstripes/pom.xml =================================================================== --- trunk/openutils-mgnlstripes/pom.xml 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/pom.xml 2010-03-19 22:30:55 UTC (rev 2166) @@ -11,6 +11,7 @@ <artifactId>openutils-mgnlstripes</artifactId> <name>Magnolia Stripes module</name> <description>A Magnolia Module that let you use Stripes Framework inside Magnolia</description> + <inceptionYear>2008</inceptionYear> <version>4.0.5-SNAPSHOT</version> <licenses> <license> Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MagnoliaMultipartWrapper.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MagnoliaMultipartWrapper.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MagnoliaMultipartWrapper.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlActionResolver.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlActionResolver.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlActionResolver.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,21 +1,22 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * - * 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 3 of the License, or - * (at your option) any later version. + * 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 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. + * 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, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + package it.openutils.magnoliastripes; import info.magnolia.module.templating.Paragraph; Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesRequestWrapper.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesRequestWrapper.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesRequestWrapper.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesResponseWrapper.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesResponseWrapper.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/MgnlStripesResponseWrapper.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesMagnoliaFilter.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesMagnoliaFilter.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesMagnoliaFilter.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesModule.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesModule.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesModule.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesParagraphRenderer.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesParagraphRenderer.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesParagraphRenderer.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesRenderer.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesRenderer.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/StripesRenderer.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/annotations/Dialog.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/annotations/Dialog.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/annotations/Dialog.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,21 +1,22 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * - * 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 3 of the License, or - * (at your option) any later version. + * 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 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. + * 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, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + package it.openutils.magnoliastripes.annotations; import java.lang.annotation.ElementType; Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/pages/StripesConfigurationPage.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/pages/StripesConfigurationPage.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/pages/StripesConfigurationPage.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,21 +1,22 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * - * 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 3 of the License, or - * (at your option) any later version. + * 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 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. + * 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, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + package it.openutils.magnoliastripes.pages; import info.magnolia.cms.i18n.Messages; Modified: trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/setup/StripesModuleVersionHandler.java =================================================================== --- trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/setup/StripesModuleVersionHandler.java 2010-03-19 22:29:48 UTC (rev 2165) +++ trunk/openutils-mgnlstripes/src/main/java/it/openutils/magnoliastripes/setup/StripesModuleVersionHandler.java 2010-03-19 22:30:55 UTC (rev 2166) @@ -1,7 +1,7 @@ /** * * Magnolia Stripes module (http://www.openmindlab.com/lab/products/mgnlstripes.html) - * Copyright(C) null-2010, Openmind S.r.l. http://www.openmindonline.it + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it * * 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |