@@ -66,7 +66,31 @@ class FTVHelp
66
66
std::unique_ptr<Private> p;
67
67
};
68
68
69
- extern const char *JAVASCRIPT_LICENSE_TEXT;
69
+ constexpr auto JAVASCRIPT_LICENSE_TEXT = R"LIC( /*
70
+ @licstart The following is the entire license notice for the JavaScript code in this file.
71
+
72
+ The MIT License (MIT)
73
+
74
+ Copyright (C) 1997-2020 by Dimitri van Heesch
75
+
76
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
77
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
78
+ including without limitation the rights to use, copy, modify, merge, publish, distribute,
79
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
80
+ furnished to do so, subject to the following conditions:
81
+
82
+ The above copyright notice and this permission notice shall be included in all copies or
83
+ substantial portions of the Software.
84
+
85
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
86
+ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
87
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
88
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
89
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
90
+
91
+ @licend The above is the entire license notice for the JavaScript code in this file
92
+ */
93
+ )LIC" ;
70
94
71
95
#endif /* FTVHELP_H */
72
96
0 commit comments