Skip to content
This repository was archived by the owner on Mar 19, 2022. It is now read-only.

Commit ef5a24d

Browse files
committed
update license
1 parent 8594c61 commit ef5a24d

File tree

4 files changed

+40
-9
lines changed

4 files changed

+40
-9
lines changed

putty/LICENCE

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ PuTTY is copyright 1997-2017 Simon Tatham.
33
Portions copyright Robert de Bath, Joris van Rantwijk, Delian
44
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
55
Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus
6-
Kuhn, Colin Watson, Christopher Staite, and CORE SDI S.A.
6+
Kuhn, Colin Watson, Christopher Staite, Lorenz Diener, Christian
7+
Brabandt, Jeff Smith, Pavel Kryukov, Maxim Kuznetsov, Svyatoslav
8+
Kuzmich, and CORE SDI S.A.
79
Portions copyright Lu Dong for the putty-nd's changes.
810
Portions copyright MaysWind for the PuTTY-ng's changes.
911

putty/licence.h

+31-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@
66
*/
77

88
#define LICENCE_TEXT(parsep) \
9-
"PuTTY is copyright 1997-2017 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, Colin Watson, Christopher Staite, and CORE SDI S.A. Portions copyright Lu Dong for the putty-nd's changes. Portions copyright MaysWind for the PuTTY-ng's changes. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
9+
"PuTTY is copyright 1997-2017 Simon Tatham.\r\n\
10+
\r\n\
11+
Portions copyright Robert de Bath, Joris van Rantwijk, Delian \
12+
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, \
13+
Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus \
14+
Kuhn, Colin Watson, Christopher Staite, Lorenz Diener, Christian \
15+
Brabandt, Jeff Smith, Pavel Kryukov, Maxim Kuznetsov, Svyatoslav \
16+
Kuzmich, and CORE SDI S.A.\r\n\
17+
Portions copyright Lu Dong for the putty-nd's changes.\r\n\
18+
Portions copyright MaysWind for the PuTTY-ng's changes.\r\n\
19+
\r\n\
20+
Permission is hereby granted, free of charge, to any person \
21+
obtaining a copy of this software and associated documentation files \
22+
(the \r\n\"Software\"), to deal in the Software without restriction, \
23+
including without limitation the rights to use, copy, modify, merge, \
24+
publish, distribute, sublicense, and/or sell copies of the Software, \
25+
and to permit persons to whom the Software is furnished to do so, \
26+
subject to the following conditions:\r\n\
27+
\r\n\
28+
The above copyright notice and this permission notice shall be \
29+
included in all copies or substantial portions of the Software.\r\n\
30+
\r\n\
31+
THE SOFTWARE IS PROVIDED \r\n\"AS IS\", WITHOUT WARRANTY OF ANY KIND, \
32+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \
33+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND \
34+
NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE \
35+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF \
36+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION \
37+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\
38+
"
1039

11-
#define SHORT_COPYRIGHT_DETAILS "1997-2017 Simon Tatham, 2011-2019 Lu Dong, 2019 MaysWind"
40+
#define SHORT_COPYRIGHT_DETAILS "2019 MaysWind"

putty/windows/version.rc2

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ BEGIN
3838
/* "lang-charset" LLLLCCCC = (UK English, Unicode) */
3939
BLOCK "080904B0"
4040
BEGIN
41-
VALUE "CompanyName", "Simon Tatham" /* required :/ */
42-
VALUE "ProductName", "PuTTY suite"
41+
VALUE "CompanyName", "MaysWind" /* required :/ */
42+
VALUE "ProductName", "PuTTY-ng"
4343
VALUE "FileDescription", APPDESC
4444
VALUE "InternalName", APPNAME
45-
VALUE "OriginalFilename", APPNAME
45+
VALUE "OriginalFilename", "putty-ng.exe"
4646
VALUE "FileVersion", TEXTVER
4747
VALUE "ProductVersion", TEXTVER
4848
VALUE "LegalCopyright", "Copyright \251 " SHORT_COPYRIGHT_DETAILS "."

putty/windows/win_res.rc2

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ BEGIN
7878
END
7979

8080
/* No accelerators used */
81-
IDD_LICENCEBOX DIALOG DISCARDABLE 50, 50, 326, 231
81+
IDD_LICENCEBOX DIALOG DISCARDABLE 50, 50, 326, 251
8282
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
8383
CAPTION "PuTTY Licence"
8484
FONT 8, "MS Shell Dlg"
8585
BEGIN
86-
DEFPUSHBUTTON "OK", IDOK, 148, 211, 44, 14
86+
DEFPUSHBUTTON "OK", IDOK, 148, 231, 44, 14
8787

88-
EDITTEXT IDA_TEXT, 10, 10, 306, 192, ES_READONLY | ES_MULTILINE | ES_LEFT, WS_EX_STATICEDGE
88+
EDITTEXT IDA_TEXT, 10, 10, 306, 212, ES_READONLY | ES_MULTILINE | ES_LEFT, WS_EX_STATICEDGE
8989
END
9090

9191
#include "version.rc2"

0 commit comments

Comments
 (0)