|
1 |
| -// this file is part of Notepad++ |
2 |
| -// Copyright (C)2005 Jens Lorenz <[email protected]> |
3 |
| -// |
4 |
| -// This program is free software; you can redistribute it and/or |
5 |
| -// modify it under the terms of the GNU General Public License |
6 |
| -// as published by the Free Software Foundation; either |
7 |
| -// version 2 of the License, or (at your option) any later version. |
8 |
| -// |
9 |
| -// // Note that the GPL places important restrictions on "derived works", yet |
10 |
| -// it does not provide a detailed definition of that term. To avoid |
11 |
| -// misunderstandings, we consider an application to constitute a |
12 |
| -// "derivative work" for the purpose of this license if it does any of the |
13 |
| -// following: |
14 |
| -// 1. Integrates source code from Notepad++. |
15 |
| -// 2. Integrates/includes/aggregates Notepad++ into a proprietary executable |
16 |
| -// installer, such as those produced by InstallShield. |
17 |
| -// 3. Links to a library or executes a program that does any of the above. |
| 1 | +// This file is part of Notepad++ project |
| 2 | +// Copyright (C)2021 Don HO <[email protected]> |
| 3 | + |
| 4 | +// This program is free software: you can redistribute it and/or modify |
| 5 | +// it under the terms of the GNU General Public License as published by |
| 6 | +// the Free Software Foundation, either version 3 of the License, or |
| 7 | +// at your option any later version. |
18 | 8 | //
|
19 | 9 | // This program is distributed in the hope that it will be useful,
|
20 | 10 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21 | 11 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22 | 12 | // GNU General Public License for more details.
|
23 | 13 | //
|
24 | 14 | // You should have received a copy of the GNU General Public License
|
25 |
| -// along with this program; if not, write to the Free Software |
26 |
| -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 15 | +// along with this program. If not, see <https://www.gnu.org/licenses/>. |
27 | 16 |
|
28 | 17 |
|
29 | 18 | #pragma once
|
@@ -82,3 +71,4 @@ typedef struct {
|
82 | 71 |
|
83 | 72 | #define HIT_TEST_THICKNESS 20
|
84 | 73 | #define SPLITTER_WIDTH 4
|
| 74 | + |
0 commit comments