diff --git a/dockingcore/src/main/java/fr/soleil/docking/ADockingManager.java b/dockingcore/src/main/java/fr/soleil/docking/ADockingManager.java index 2a728875cc82d3ae3443b85b1f5e842ae3795ca3..6d63133a9c65c03d29965bf49278fa6302db445c 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/ADockingManager.java +++ b/dockingcore/src/main/java/fr/soleil/docking/ADockingManager.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking; diff --git a/dockingcore/src/main/java/fr/soleil/docking/action/ViewAction.java b/dockingcore/src/main/java/fr/soleil/docking/action/ViewAction.java index 29ed6ba3c8549bd6cc48673c3773dbc2fc47732b..7d7981d9c9af430bddad3bc06b1886cd1f49c019 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/action/ViewAction.java +++ b/dockingcore/src/main/java/fr/soleil/docking/action/ViewAction.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.action; diff --git a/dockingcore/src/main/java/fr/soleil/docking/component/PerspectiveMenu.java b/dockingcore/src/main/java/fr/soleil/docking/component/PerspectiveMenu.java index d7b3e4ee89fe35a4c6500c43d6bce1d8880769be..76055acaa42e458efbb31a10125aefa17d18f6b0 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/component/PerspectiveMenu.java +++ b/dockingcore/src/main/java/fr/soleil/docking/component/PerspectiveMenu.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.component; diff --git a/dockingcore/src/main/java/fr/soleil/docking/exception/DockingException.java b/dockingcore/src/main/java/fr/soleil/docking/exception/DockingException.java index 38aaf6d2ad17a26ff769f4500954ec8e5c5d16b1..13a71e2ee3f3ac3e53413136636c616bc30f9e90 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/exception/DockingException.java +++ b/dockingcore/src/main/java/fr/soleil/docking/exception/DockingException.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.exception; diff --git a/dockingcore/src/main/java/fr/soleil/docking/perspective/FilePerspective.java b/dockingcore/src/main/java/fr/soleil/docking/perspective/FilePerspective.java index ec25406bbdd2c59414d1956a03baeb9fc8bdb91e..38102f454948f9524b1bb5d1a5ed3e570f506058 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/perspective/FilePerspective.java +++ b/dockingcore/src/main/java/fr/soleil/docking/perspective/FilePerspective.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.perspective; diff --git a/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspective.java b/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspective.java index 7943ad1b44275b4b5519e1f8986f566f83bca96f..6180245335167a47b490165d4ed96d511a6889d0 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspective.java +++ b/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspective.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.perspective; diff --git a/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspectiveFactory.java b/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspectiveFactory.java index 369aa8f6c58d518c9b55680baccdf30ee286194d..d03950aa3f77ccad54342db3b2e765414c2ca509 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspectiveFactory.java +++ b/dockingcore/src/main/java/fr/soleil/docking/perspective/IPerspectiveFactory.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.perspective; diff --git a/dockingcore/src/main/java/fr/soleil/docking/perspective/PerspectiveFactory.java b/dockingcore/src/main/java/fr/soleil/docking/perspective/PerspectiveFactory.java index 38d4662c47598c36eb4d07b9173ce5b54ccb98d6..8a0b7a4522dad8765eec65da0863530f8cc0447e 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/perspective/PerspectiveFactory.java +++ b/dockingcore/src/main/java/fr/soleil/docking/perspective/PerspectiveFactory.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.perspective; diff --git a/dockingcore/src/main/java/fr/soleil/docking/perspective/ResourcePerspective.java b/dockingcore/src/main/java/fr/soleil/docking/perspective/ResourcePerspective.java index cd2be16fe188c596a69b6c9a7bfd2e63c8ce13c6..4bfc5626e1a6c7517a7985ac872326004a21c8f2 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/perspective/ResourcePerspective.java +++ b/dockingcore/src/main/java/fr/soleil/docking/perspective/ResourcePerspective.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.perspective; diff --git a/dockingcore/src/main/java/fr/soleil/docking/util/DockingUtils.java b/dockingcore/src/main/java/fr/soleil/docking/util/DockingUtils.java index 55b47a327e86e91cc5aeb4f0e4cdbe85fd6e7304..96778e94332f6afe80949919eee37700bd5ca93b 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/util/DockingUtils.java +++ b/dockingcore/src/main/java/fr/soleil/docking/util/DockingUtils.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.util; diff --git a/dockingcore/src/main/java/fr/soleil/docking/view/AbstractViewFactory.java b/dockingcore/src/main/java/fr/soleil/docking/view/AbstractViewFactory.java index 96890b39a9668d6e3a40ecc937ce3aae1efb166f..98114765c99b66a6769ea4bb9676b51c2e3fe735 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/view/AbstractViewFactory.java +++ b/dockingcore/src/main/java/fr/soleil/docking/view/AbstractViewFactory.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.view; diff --git a/dockingcore/src/main/java/fr/soleil/docking/view/IView.java b/dockingcore/src/main/java/fr/soleil/docking/view/IView.java index 136701c0b99fe9061970a27e79239d8a80a288e3..96d04aad76b35970fe27b04a701dff996265d073 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/view/IView.java +++ b/dockingcore/src/main/java/fr/soleil/docking/view/IView.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.view; diff --git a/dockingcore/src/main/java/fr/soleil/docking/view/IViewFactory.java b/dockingcore/src/main/java/fr/soleil/docking/view/IViewFactory.java index e063c007229b07dbc80f65d2fc7f625cd3715f3d..a773969b55bc1bb5f526d9e9bf700db82026c9e3 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/view/IViewFactory.java +++ b/dockingcore/src/main/java/fr/soleil/docking/view/IViewFactory.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.view; diff --git a/dockingcore/src/main/java/fr/soleil/docking/view/IViewListener.java b/dockingcore/src/main/java/fr/soleil/docking/view/IViewListener.java index 46e43df65a3855340cffd283e18bb8ef6885580e..7aba97deec8b8af142b00d8addba1f23a4b8fa59 100644 --- a/dockingcore/src/main/java/fr/soleil/docking/view/IViewListener.java +++ b/dockingcore/src/main/java/fr/soleil/docking/view/IViewListener.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ******************************************************************************/ package fr.soleil.docking.view;