You've already forked lazarus-ccr
Corrected copyright statement and application name in comment headers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,3 +1,38 @@
|
||||
{
|
||||
LazEdit: a text editor with built-in features for HTML editing and
|
||||
Syntax Highlighting for several text formats
|
||||
(html, xml, css, javascript, pascal, c/c++, perl, python, php, bat, ini, diff)
|
||||
|
||||
Copyright (C) 2011, 2012 by Bart Broersma & Flying Sheep Inc. and
|
||||
Felipe Monteiro de Carvalho
|
||||
http://wiki.lazarus.freepascal.org/LazEdit
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
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
|
||||
to copy and distribute the resulting executable under terms of your choice,
|
||||
provided that you also meet, for each linked independent module, the terms
|
||||
and conditions of the license of that module. An independent module is a
|
||||
module which is not derived from or based on this library. If you modify
|
||||
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.
|
||||
}
|
||||
|
||||
unit LazEdit_About;
|
||||
|
||||
{ ************ ExtAboutForm ***********************************
|
||||
|
@ -1,10 +1,11 @@
|
||||
{
|
||||
EPlus: a text editor with built-in features for HTML editing and
|
||||
LazEdit: a text editor with built-in features for HTML editing and
|
||||
Syntax Highlighting for several text formats
|
||||
(html, xml, css, javascript, pascal, c/c++, perl, python, php, bat, ini, diff)
|
||||
|
||||
Copyright (C) 2011 by Bart Broersma & Flying Sheep Inc.
|
||||
http://home.tiscali.nl/~knmg0017/software.htm
|
||||
Copyright (C) 2011, 2012 by Bart Broersma & Flying Sheep Inc. and
|
||||
Felipe Monteiro de Carvalho
|
||||
http://wiki.lazarus.freepascal.org/LazEdit
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by
|
||||
|
@ -1,12 +1,13 @@
|
||||
unit lazedit_constants;
|
||||
|
||||
{
|
||||
EPlus: a text editor with built-in features for HTML editing and
|
||||
LazEdit: a text editor with built-in features for HTML editing and
|
||||
Syntax Highlighting for several text formats
|
||||
(html, xml, css, javascript, pascal, c/c++, perl, python, php, bat, ini, diff)
|
||||
|
||||
Copyright (C) 2011 by Bart Broersma & Flying Sheep Inc.
|
||||
http://home.tiscali.nl/~knmg0017/software.htm
|
||||
Copyright (C) 2011, 2012 by Bart Broersma & Flying Sheep Inc. and
|
||||
Felipe Monteiro de Carvalho
|
||||
http://wiki.lazarus.freepascal.org/LazEdit
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by
|
||||
|
@ -1,3 +1,38 @@
|
||||
{
|
||||
LazEdit: a text editor with built-in features for HTML editing and
|
||||
Syntax Highlighting for several text formats
|
||||
(html, xml, css, javascript, pascal, c/c++, perl, python, php, bat, ini, diff)
|
||||
|
||||
Copyright (C) 2011, 2012 by Bart Broersma & Flying Sheep Inc. and
|
||||
Felipe Monteiro de Carvalho
|
||||
http://wiki.lazarus.freepascal.org/LazEdit
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
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
|
||||
to copy and distribute the resulting executable under terms of your choice,
|
||||
provided that you also meet, for each linked independent module, the terms
|
||||
and conditions of the license of that module. An independent module is a
|
||||
module which is not derived from or based on this library. If you modify
|
||||
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.
|
||||
}
|
||||
|
||||
unit lazedit_translations;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -5,7 +5,7 @@ object LazEditMainForm: TLazEditMainForm
|
||||
Width = 575
|
||||
AllowDropFiles = True
|
||||
Caption = 'Lazarus Text Editor'
|
||||
ClientHeight = 399
|
||||
ClientHeight = 398
|
||||
ClientWidth = 575
|
||||
Menu = MainMenu
|
||||
OnClose = FormClose
|
||||
@ -17,8 +17,8 @@ object LazEditMainForm: TLazEditMainForm
|
||||
LCLVersion = '0.9.31'
|
||||
object StatusBar: TStatusBar
|
||||
Left = 0
|
||||
Height = 20
|
||||
Top = 379
|
||||
Height = 23
|
||||
Top = 375
|
||||
Width = 575
|
||||
Panels = <
|
||||
item
|
||||
|
@ -1,12 +1,13 @@
|
||||
unit main;
|
||||
|
||||
{
|
||||
EPlus: a text editor with built-in features for HTML editing and
|
||||
LazEdit: a text editor with built-in features for HTML editing and
|
||||
Syntax Highlighting for several text formats
|
||||
(html, xml, css, javascript, pascal, c/c++, perl, python, php, bat, ini, diff, po)
|
||||
|
||||
Copyright (C) 2011, 2012 by Bart Broersma & Flying Sheep Inc.
|
||||
http://home.tiscali.nl/~knmg0017/
|
||||
Copyright (C) 2011, 2012 by Bart Broersma & Flying Sheep Inc. and
|
||||
Felipe Monteiro de Carvalho
|
||||
http://wiki.lazarus.freepascal.org/LazEdit
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by
|
||||
|
Reference in New Issue
Block a user