From: <dom...@us...> - 2015-12-26 21:40:56
|
Revision: 823 http://sourceforge.net/p/fvwm-crystal/code/823 Author: dominique_libre Date: 2015-12-26 21:40:53 +0000 (Sat, 26 Dec 2015) Log Message: ----------- Updated Fvwm-Crystal license to GPL v3+ Modified Paths: -------------- COPYING ChangeLog addons/make.pot bin/fvwm-crystal.apps bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.videomodeswitch+ bin/fvwm-crystal.videomodeswitch- fvwm/components/apps/DesktopIcons fvwm/components/functions/BlingBling fvwm/components/functions/CheckForFiles fvwm/components/functions/Feedback fvwm/components/functions/Fvwm-Crystal-Menu fvwm/components/functions/LoadCommonStuffs fvwm/components/functions/Panel-Display fvwm/scripts/DesktopActions fvwm/scripts/FileEditors/FileEditWithHelp fvwm/scripts/FontSelector/FontSelector fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor fvwm/scripts/PrefVars/PrefVars fvwm/scripts/SetTranslucency fvwm/scripts/XDG-Menu templates/header Modified: COPYING =================================================================== --- COPYING 2015-12-26 21:29:14 UTC (rev 822) +++ COPYING 2015-12-26 21:40:53 UTC (rev 823) @@ -1,9 +1,10 @@ FVWM-Crystal -Copyright (c) 2003, 2004, 2005, 2006 fvwm-crystal development team. +Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012, 2013, 2014, 2015 fvwm-crystal development team. 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 2 of the License, or +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, Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-26 21:29:14 UTC (rev 822) +++ ChangeLog 2015-12-26 21:40:53 UTC (rev 823) @@ -17,6 +17,7 @@ from amixer. functions/Preferences-Mixer: fix loading of mixer control. various files: fix the license of files having GPL v2 to v2+. + various files: updated the license of files having GPL v2+ to v3+. mercredi 23 décembre 2015 functions/Preferences-Menu: fix DesktopIcons helper script shut down. Modified: addons/make.pot =================================================================== --- addons/make.pot 2015-12-26 21:29:14 UTC (rev 822) +++ addons/make.pot 2015-12-26 21:40:53 UTC (rev 823) @@ -3,7 +3,7 @@ # POT file creator (or PO file updater) for FVWM-Crystal # # Version: 3.4.0 (rev. 800) -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Alwin <tra...@zi...> # Modified: bin/fvwm-crystal.apps =================================================================== --- bin/fvwm-crystal.apps 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.apps 2015-12-26 21:40:53 UTC (rev 823) @@ -6,7 +6,7 @@ # # 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 2 of the License, or +# 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, @@ -28,7 +28,7 @@ __name__ = "fvwm-crystal panels and menus generator" __author__ = "Rafal Bisingier <ra...@ma...>" __version__ = "2.0.1" -__license__= "GNU GPL v2+" +__license__= "GNU GPL v3+" database=['~/.fvwm/Applications'] Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.generate-menu 2015-12-26 21:40:53 UTC (rev 823) @@ -5,7 +5,7 @@ # Author: Dominique Michel <dom...@us...>, 2007-2014 # # Provided as it without any garanty of any kind. -# Released under the GPL version 2+ license. +# Released under the GPL version 3+ license. # # Usage: # fvwm-crystal.generate-menu : will search for all the desktop files in the system and Modified: bin/fvwm-crystal.infoline =================================================================== --- bin/fvwm-crystal.infoline 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.infoline 2015-12-26 21:40:53 UTC (rev 823) @@ -4,7 +4,7 @@ # in FVWM-Crystal desktop # --------------------------------------------------------------------------- # Author: Maciej Delmanowski <ha...@li...> -# License: GPLv2+ +# License: GPLv3+ # --------------------------------------------------------------------------- # Here are some sample commands you can combine Modified: bin/fvwm-crystal.videomodeswitch+ =================================================================== --- bin/fvwm-crystal.videomodeswitch+ 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.videomodeswitch+ 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # xrandr wrapper for FVWM-Crystal # Dominique Michel <dom...@us...> 2013 -# Released under the GNU/GPL license version 2 or any later version +# Released under the GNU/GPL license version 3 or any later version LC_ALL=C Modified: bin/fvwm-crystal.videomodeswitch- =================================================================== --- bin/fvwm-crystal.videomodeswitch- 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.videomodeswitch- 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # xrandr wrapper for FVWM-Crystal # Dominique Michel <dom...@us...> 2013 -# Released under the GNU/GPL license version 2 or any later version +# Released under the GNU/GPL license version 3 or any later version LC_ALL=C Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/apps/DesktopIcons 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Desktop icons for Fvwm-Crystal. Support any file manager. # # Version: 2.1.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Written by Dominique Michel <dom...@us...>, 2010-2015 # for Fvwm-Crystal. Modified: fvwm/components/functions/BlingBling =================================================================== --- fvwm/components/functions/BlingBling 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/BlingBling 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Function Bling bling for FVWM-Crystal # # Version: 0.9.1 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/CheckForFiles =================================================================== --- fvwm/components/functions/CheckForFiles 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/CheckForFiles 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Function CheckForFiles for FVWM-Crystal # # Version: 1.1.1 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Feedback =================================================================== --- fvwm/components/functions/Feedback 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/Feedback 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # User feedback for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # /Fvwm-Crystal menu FVWM-Crystal # # Version: 2.0.1 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/LoadCommonStuffs =================================================================== --- fvwm/components/functions/LoadCommonStuffs 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/LoadCommonStuffs 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # LoadCommonStuffs function for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Panel-Display =================================================================== --- fvwm/components/functions/Panel-Display 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/Panel-Display 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Panels control for FVWM-Crystal # # Version 1.0 -# License GPL 2+ +# License GPL 3+ # Author: Jorge Daniel Sampayo Vargas # # This file provide basic functions to control the display of the Panels Modified: fvwm/scripts/DesktopActions =================================================================== --- fvwm/scripts/DesktopActions 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/DesktopActions 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # Helper script DesktopActions for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/FileEditors/FileEditWithHelp =================================================================== --- fvwm/scripts/FileEditors/FileEditWithHelp 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/FileEditors/FileEditWithHelp 2015-12-26 21:40:53 UTC (rev 823) @@ -1,6 +1,6 @@ # FvwmScript File Editor with Help for Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2014 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Usage: SetEnv FileEditWithHelp <file_name> # Include scripts/FileEditors/<file_name>-Help Modified: fvwm/scripts/FontSelector/FontSelector =================================================================== --- fvwm/scripts/FontSelector/FontSelector 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/FontSelector/FontSelector 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # FvwmScript Font Selector # A Font Selector for Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2013 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Header ̣{{{1 UseGettext {$FVWM_USERDIR/locale;fvwm-crystal-script:$FVWM_SYSTEMDIR/locale;fvwm-crystal-script:+} Modified: fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor =================================================================== --- fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # FvwmScript Keyboard Modifiers Editor # A keyboard nodifiers for Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2013 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Usage: Script scripts/BindingsEditor/KeyboardModifiersEditor Modified: fvwm/scripts/PrefVars/PrefVars =================================================================== --- fvwm/scripts/PrefVars/PrefVars 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/PrefVars/PrefVars 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # FvwmScript Preferences Variable Editor # A Variables Editor Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2013 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Usage: Script scripts/PrefVars/PrefVars Modified: fvwm/scripts/SetTranslucency =================================================================== --- fvwm/scripts/SetTranslucency 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/SetTranslucency 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # E17-Bling helper script for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/XDG-Menu =================================================================== --- fvwm/scripts/XDG-Menu 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/XDG-Menu 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # XDG applicaions menu FVWM-Crystal # # Version: 1.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: <name> <email-address> # Modified: templates/header =================================================================== --- templates/header 2015-12-26 21:29:14 UTC (rev 822) +++ templates/header 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Function xyz for FVWM-Crystal # # Version: <major>.<minor>.<fix> -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: <name> <email-address> # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |