From 401eea74ac89c1eb1385a3bbf6fb6ce66740e41b Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 24 Jun 2014 15:36:50 +0000 Subject: [PATCH] examples: license git-svn-id: trunk@45642 - --- examples/designnonlcl/mywidgetdesigner.pas | 5 +---- examples/designnonlcl/mywidgetset.pas | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/designnonlcl/mywidgetdesigner.pas b/examples/designnonlcl/mywidgetdesigner.pas index ef8327f02c..1ca8c330ec 100644 --- a/examples/designnonlcl/mywidgetdesigner.pas +++ b/examples/designnonlcl/mywidgetdesigner.pas @@ -6,7 +6,6 @@ under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version with the following modification: - As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules,and @@ -17,12 +16,10 @@ this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your 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 Library General Public License for more details. - You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -46,7 +43,7 @@ type private FMyForm: TMyForm; public - // needed by the lazarus form editor + // needed by the Lazarus form editor class function CreateMediator(TheOwner, aForm: TComponent): TDesignerMediator; override; class function FormClass: TComponentClass; override; diff --git a/examples/designnonlcl/mywidgetset.pas b/examples/designnonlcl/mywidgetset.pas index 714162cf2e..80ffd939cd 100644 --- a/examples/designnonlcl/mywidgetset.pas +++ b/examples/designnonlcl/mywidgetset.pas @@ -12,7 +12,6 @@ under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version with the following modification: - As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules,and @@ -23,12 +22,10 @@ this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your 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 Library General Public License for more details. - You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.