r2778 - in trunk/jaxx-demo/src/main/java/jaxx/demo: . component/swing
Author: tchemit Date: 2014-01-31 10:27:15 +0100 (Fri, 31 Jan 2014) New Revision: 2778 Url: http://nuiton.org/projects/jaxx/repository/revisions/2778 Log: fix license headers Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/DemoApplicationContext.java trunk/jaxx-demo/src/main/java/jaxx/demo/DemoHelpBroker.java trunk/jaxx-demo/src/main/java/jaxx/demo/DemoSources.css trunk/jaxx-demo/src/main/java/jaxx/demo/component/swing/JButtonDemo.css Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/DemoApplicationContext.java =================================================================== --- trunk/jaxx-demo/src/main/java/jaxx/demo/DemoApplicationContext.java 2014-01-31 09:26:24 UTC (rev 2777) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/DemoApplicationContext.java 2014-01-31 09:27:15 UTC (rev 2778) @@ -1,5 +1,29 @@ package jaxx.demo; +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2008 - 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 jaxx.runtime.JAXXContext; import jaxx.runtime.JAXXUtil; import jaxx.runtime.context.DefaultApplicationContext; Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/DemoHelpBroker.java =================================================================== --- trunk/jaxx-demo/src/main/java/jaxx/demo/DemoHelpBroker.java 2014-01-31 09:26:24 UTC (rev 2777) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/DemoHelpBroker.java 2014-01-31 09:27:15 UTC (rev 2778) @@ -9,18 +9,18 @@ * Copyright (C) 2012 - 2013 Ifremer * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as + * 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 Public License for more details. + * GNU General Lesser Public License for more details. * - * You should have received a copy of the GNU General Public + * 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/gpl-3.0.html>. + * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/DemoSources.css =================================================================== --- trunk/jaxx-demo/src/main/java/jaxx/demo/DemoSources.css 2014-01-31 09:26:24 UTC (rev 2777) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/DemoSources.css 2014-01-31 09:27:15 UTC (rev 2778) @@ -1,3 +1,26 @@ +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2008 - 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% + */ #editorPaneHeader { _help:{"ui.main.sources.toolbar"}; } Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/swing/JButtonDemo.css =================================================================== --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/swing/JButtonDemo.css 2014-01-31 09:26:24 UTC (rev 2777) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/swing/JButtonDemo.css 2014-01-31 09:27:15 UTC (rev 2778) @@ -1,3 +1,26 @@ +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2008 - 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% + */ #topDemoPanel { _help:{"ui.component.swing.buttons.JButtonDemo"}; }
participants (1)
-
tchemit@users.nuiton.org