mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
Remove trailing spaces.
This commit is contained in:
parent
bcbca2ba46
commit
d1ae44f146
@ -8,21 +8,21 @@ comment: \
|
|||||||
[
|
[
|
||||||
{% for page in site.pages %}{% if page.layout == "license" %}
|
{% for page in site.pages %}{% if page.layout == "license" %}
|
||||||
{
|
{
|
||||||
"title": "{{ page.title }}",
|
"title": "{{ page.title }}",
|
||||||
"permalink": "{{ page.permalink }}",
|
"permalink": "{{ page.permalink }}",
|
||||||
"featured": {% if page.featured %}true{% else %}false{% endif %},
|
"featured": {% if page.featured %}true{% else %}false{% endif %},
|
||||||
"description": "{{ page.description | replace: '"', '\"' }}",
|
"description": "{{ page.description | replace: '"', '\"' }}",
|
||||||
"how": "{{ page.how | replace: '"', '\"' }}",
|
"how": "{{ page.how | replace: '"', '\"' }}",
|
||||||
"rules": {
|
"rules": {
|
||||||
{% for category in site.rules %}
|
{% for category in site.rules %}
|
||||||
{% assign cat = category[0] %}
|
{% assign cat = category[0] %}
|
||||||
"{{ cat }}": [
|
"{{ cat }}": [
|
||||||
{% for rule in page[cat] %}
|
{% for rule in page[cat] %}
|
||||||
"{{ rule }}"{% if forloop.rindex0 > 0 %},{% endif %}
|
"{{ rule }}"{% if forloop.rindex0 > 0 %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]{% if forloop.rindex0 > 0 %},{% endif %}
|
]{% if forloop.rindex0 > 0 %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
}{% assign i = i | plus: 1 %}
|
}{% assign i = i | plus: 1 %}
|
||||||
}{% if i < count %},{% endif %}
|
}{% if i < count %},{% endif %}
|
||||||
{% endif %}{% endfor %}
|
{% endif %}{% endfor %}
|
||||||
]
|
]
|
@ -23,6 +23,7 @@ permitted:
|
|||||||
- distribution
|
- distribution
|
||||||
- sublicense
|
- sublicense
|
||||||
- patent-grant
|
- patent-grant
|
||||||
|
|
||||||
- private-use
|
- private-use
|
||||||
|
|
||||||
forbidden:
|
forbidden:
|
||||||
@ -232,4 +233,3 @@ forbidden:
|
|||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
@ -23,9 +23,9 @@ forbidden:
|
|||||||
- no-liability
|
- no-liability
|
||||||
- trademark-use
|
- trademark-use
|
||||||
---
|
---
|
||||||
The Artistic License 2.0
|
The Artistic License 2.0
|
||||||
|
|
||||||
Copyright (c) [year] [fullname]
|
Copyright (c) [year] [fullname]
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
@ -134,15 +134,15 @@ you do at least ONE of the following:
|
|||||||
make the Source form of the Modified Version available to others
|
make the Source form of the Modified Version available to others
|
||||||
under
|
under
|
||||||
|
|
||||||
(i) the Original License or
|
(i) the Original License or
|
||||||
|
|
||||||
(ii) a license that permits the licensee to freely copy,
|
(ii) a license that permits the licensee to freely copy,
|
||||||
modify and redistribute the Modified Version using the same
|
modify and redistribute the Modified Version using the same
|
||||||
licensing terms that apply to the copy that the licensee
|
licensing terms that apply to the copy that the licensee
|
||||||
received, and requires that the Source form of the Modified
|
received, and requires that the Source form of the Modified
|
||||||
Version, and of any works derived from it, be made freely
|
Version, and of any works derived from it, be made freely
|
||||||
available in that license fees are prohibited but Distributor
|
available in that license fees are prohibited but Distributor
|
||||||
Fees are allowed.
|
Fees are allowed.
|
||||||
|
|
||||||
|
|
||||||
Distribution of Compiled Forms of the Standard Version
|
Distribution of Compiled Forms of the Standard Version
|
||||||
@ -224,4 +224,3 @@ LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
|
|||||||
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
|
DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
|
||||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
@ -378,4 +378,3 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice
|
|||||||
This Source Code Form is “Incompatible
|
This Source Code Form is “Incompatible
|
||||||
With Secondary Licenses”, as defined by
|
With Secondary Licenses”, as defined by
|
||||||
the Mozilla Public License, v. 2.0.
|
the Mozilla Public License, v. 2.0.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user