diff --git a/javascripts/app.js b/javascripts/app.js
index e5a7025..518eeac 100644
--- a/javascripts/app.js
+++ b/javascripts/app.js
@@ -4,7 +4,8 @@ var annotations = {
'modifications' : 'This software may be modified.',
'distribution' : 'You may distribute this software.',
'sublicense' : 'You may grant a sublicense to modify and distribute this software to third parties not included in the license.',
- 'warranty' : 'You may place a warranty on the software.'
+ 'warranty' : 'You may place a warranty on the software.',
+ 'private-use' : 'You may use and modify the software without distributing it.'
},
forbidden: {
@@ -19,7 +20,8 @@ var annotations = {
'include-license' : 'Include the full text of the license with the code.',
'document-changes' : 'Indicate significant changes made to the code.',
'disclose-source' : 'Source code must be made available when distributing the software.',
- 'nonstatic-linkage' : 'The library must be linked in a way that allows it to be replaced with a similar library.'
+ 'nonstatic-linkage' : 'The library must be linked in a way that allows it to be replaced with a similar library.',
+ 'rename' : 'You must change the name of the software if you modify it.'
}
}
diff --git a/licenses/index.html b/licenses/index.html
index 773d07b..937eb07 100644
--- a/licenses/index.html
+++ b/licenses/index.html
@@ -77,7 +77,7 @@
- Copyright inclusion
- License inclusion
- - Include header
+ - State Changes
@@ -103,54 +103,96 @@
-
-
-
- GPL v2/v3
- |
-
- GPL is the most widely used free software license and is fully reciprocal. Derived
- works must be distributed under the same license.
- View full license »
- |
-
-
- Required |
-
-
- - Copyright inclusion
- - State changes
- - Disclose Source
-
- |
-
-
- Permitted |
-
-
- - Commercial use
- - Modification
- - Distribution
- - Warranty
-
- |
-
-
- Forbidden |
-
-
- - Liability
- - Sublicensing
-
- |
-
-
+
+
+
+ GPL v2/v3
+ |
+
+ GPL is the most widely used free software license and is fully reciprocal. Derived
+ works must be distributed under the same license.
+ View full license »
+ |
+
+
+ Required |
+
+
+ - Copyright inclusion
+ - State changes
+ - Disclose Source
+
+ |
+
+
+ Permitted |
+
+
+ - Commercial use
+ - Modification
+ - Distribution
+ - Warranty
+
+ |
+
+
+ Forbidden |
+
+
+ - Liability
+ - Sublicensing
+
+ |
+
+
- Other licenses
-
- Some communities tend to have specific licenses preferred by the
- community. For example, PERL developers often choose the artistic license.
-
+ Other licenses
+
+ Some communities tend to have specific licenses preferred by the
+ community. For example, PERL developers often choose the artistic license.
+
+
+
+
+ Artistic
+ |
+
+ A license that’s heavily favored by the PERL community.
+ View full license »
+ |
+
+
+ Required |
+
+
+ - Copyright inclusion
+ - State changes
+ - Disclose source
+
+ |
+
+
+ Permitted |
+
+
+ - Commercial use
+ - Modification
+ - Distribution
+ - Sublicensing
+ - Private Use
+
+ |
+
+
+ Forbidden |
+
+
+ - Liability
+ - Use Trademark (3-clause)
+
+ |
+
+
@@ -187,7 +229,7 @@
- Liability
- - Use Trademark (3-clause)
+ - Use Trademark (3-clause)
|