Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pikelang
pike
Commits
4090839d
Commit
4090839d
authored
Oct 19, 2014
by
Martin Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace changes.
parent
e0119247
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
COPYING
COPYING
+3
-3
lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod
lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod
+1
-0
No files found.
COPYING
View file @
4090839d
The Pike source is distributed under GPL (GNU General Public License 2), LGPL
(GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).
These licenses are listed in order below.
The Pike source is distributed under GPL (GNU General Public License 2), LGPL
(GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).
These licenses are listed in order below.
...
...
lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod
View file @
4090839d
...
...
@@ -13,6 +13,7 @@ string get_text() {
"The Pike source is distributed under " +
String.implode_nicely(list) + ". "
"These licenses are listed in order below.");
ret = String.trim_all_whites((ret/"\n")[*])*"\n";
foreach(licenses, string license)
ret += "\n\n\f\n" + Tools.Legal.License[license]->get_text();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment