From a2b2db560d52070331916db6ec53fa99f7e01492 Mon Sep 17 00:00:00 2001 From: Jonathan Barnard Date: Sat, 24 Oct 2009 16:55:34 +0100 Subject: [PATCH] WineLauncher: Fixed an error in the license headers. --- Form/DebugConfig/UnitDebugConfig.pas | 3 ++- Form/Settings/UnitSettings.pas | 3 ++- Frame/About/UnitAbout.lfm | 6 ++++-- Frame/About/UnitAbout.pas | 3 ++- Frame/CreatePrefix/UnitCreatePrefix.pas | 3 ++- Functions/CommandLine/UnitCommandLine.pas | 3 ++- Functions/Initialization/UnitInitialization.pas | 7 ++++--- Functions/MainBackend/UnitMainBackend.pas | 3 ++- Functions/Misc/UnitMisc.pas | 3 ++- Functions/ProgramsList/UnitProgramsList.pas | 3 ++- UnitMain.pas | 3 ++- WineLauncher.lpr | 3 ++- 12 files changed, 28 insertions(+), 15 deletions(-) diff --git a/Form/DebugConfig/UnitDebugConfig.pas b/Form/DebugConfig/UnitDebugConfig.pas index 3eeb433..929e2fe 100644 --- a/Form/DebugConfig/UnitDebugConfig.pas +++ b/Form/DebugConfig/UnitDebugConfig.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Form/Settings/UnitSettings.pas b/Form/Settings/UnitSettings.pas index af2f109..fde08d2 100644 --- a/Form/Settings/UnitSettings.pas +++ b/Form/Settings/UnitSettings.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Frame/About/UnitAbout.lfm b/Frame/About/UnitAbout.lfm index 7623046..59a2300 100644 --- a/Frame/About/UnitAbout.lfm +++ b/Frame/About/UnitAbout.lfm @@ -19,7 +19,8 @@ object FrameAbout: TFrameAbout Lines.Strings = ( 'WineLauncher 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, version 3 of the License.' + 'the Free Software Foundation, either version 3 of the License, or' + '(at your option) any later version.' '' 'WineLauncher is distributed in the hope that it will be useful,' 'but WITHOUT ANY WARRANTY; without even the implied warranty of' @@ -29,8 +30,9 @@ object FrameAbout: TFrameAbout 'You should have received a copy of the GNU General Public License' 'along with WineLauncher. If not, see .' '' + '' 'COPYRIGHT Jonathan Barnard (winelauncher.jonathan@googlemail.com) ' - 'Year 2008-2009' + 'Years 2008 2009.' ) ReadOnly = True TabOrder = 0 diff --git a/Frame/About/UnitAbout.pas b/Frame/About/UnitAbout.pas index 9de55bf..25745a0 100644 --- a/Frame/About/UnitAbout.pas +++ b/Frame/About/UnitAbout.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Frame/CreatePrefix/UnitCreatePrefix.pas b/Frame/CreatePrefix/UnitCreatePrefix.pas index a01cb24..a31e4b6 100644 --- a/Frame/CreatePrefix/UnitCreatePrefix.pas +++ b/Frame/CreatePrefix/UnitCreatePrefix.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Functions/CommandLine/UnitCommandLine.pas b/Functions/CommandLine/UnitCommandLine.pas index 628f544..7edc4ad 100644 --- a/Functions/CommandLine/UnitCommandLine.pas +++ b/Functions/CommandLine/UnitCommandLine.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Functions/Initialization/UnitInitialization.pas b/Functions/Initialization/UnitInitialization.pas index 254659d..5b6a391 100644 --- a/Functions/Initialization/UnitInitialization.pas +++ b/Functions/Initialization/UnitInitialization.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -11,8 +12,8 @@ You should have received a copy of the GNU General Public License along with WineLauncher. If not, see . - - +} +{ WineLanchers folder layout: $home/.local/ wine/ diff --git a/Functions/MainBackend/UnitMainBackend.pas b/Functions/MainBackend/UnitMainBackend.pas index a7dd535..ecba718 100644 --- a/Functions/MainBackend/UnitMainBackend.pas +++ b/Functions/MainBackend/UnitMainBackend.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Functions/Misc/UnitMisc.pas b/Functions/Misc/UnitMisc.pas index 1aac391..37ebf85 100644 --- a/Functions/Misc/UnitMisc.pas +++ b/Functions/Misc/UnitMisc.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Functions/ProgramsList/UnitProgramsList.pas b/Functions/ProgramsList/UnitProgramsList.pas index 6b7c5e9..e030e85 100644 --- a/Functions/ProgramsList/UnitProgramsList.pas +++ b/Functions/ProgramsList/UnitProgramsList.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/UnitMain.pas b/UnitMain.pas index 9be397a..d37ff07 100644 --- a/UnitMain.pas +++ b/UnitMain.pas @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/WineLauncher.lpr b/WineLauncher.lpr index 37ce68d..6daad9f 100644 --- a/WineLauncher.lpr +++ b/WineLauncher.lpr @@ -2,7 +2,8 @@ WineLauncher 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, version 3 of the License. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. WineLauncher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.11.4.GIT