Skip to content

Commit 41f4a60

Browse files
committed
Correct some invalid ABOUT files
There are many of the ABOUT files which are not in a valid YAML format. For instace, many ABOUT files do not have a space after the colon for the separation of the key/value and causing a scanner error. Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 65e507d commit 41f4a60

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
about_resource:elasticsearch-0.19.8.zip
1+
about_resource: elasticsearch-0.19.8.zip
22
version: 0.19.8
33
name: ElasticSearch
44

5-
vcs_tool:git
5+
vcs_tool: git
66
vcs_repository: https://code.google.com/p/selenium/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
about_resource:elasticsearch-0.19.8.zip
1+
about_resource: elasticsearch-0.19.8.zip
22
version: 0.19.8
33
name: ElasticSearch
44

5-
vcs_tool:git
5+
vcs_tool: git
66
vcs_repository: https://github.com/elasticsearch/elasticsearch.git

tests/testdata/thirdparty/csv_serialize.py.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ download_url: http://djangosnippets.org/snippets/2240/download/
22
name: csv_serialize
33
version: 2013-01-16
44
home_url: http://djangosnippets.org/snippets/2240/
5-
license_url:http://djangosnippets.org/about/tos/
5+
license_url: http://djangosnippets.org/about/tos/
66
license_text_file: django_snippets.LICENSE
77

88
date-retrieved: 2013-01-16

tests/testdata/thirdparty/django_snippets_2413.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ download_url: http://djangosnippets.org/snippets/2413/download/
55
name: Yet another query string template tag
66
home_url: http://djangosnippets.org/snippets/2413/
77

8-
license_url:http://djangosnippets.org/about/tos/
8+
license_url: http://djangosnippets.org/about/tos/
99
license_text_file: django_snippets.LICENSE
1010
notes: This file was modified to include the line "register = Library()"
1111
without which the template tag is not registered.

tests/testdata/thirdparty/elasticsearch-sources.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
about_resource: elasticsearch-v0.19.8-g7badcde.tar.gz
2-
download_url:https://github.com/elasticsearch/elasticsearch/tarball/v0.19.8
2+
download_url: https://github.com/elasticsearch/elasticsearch/tarball/v0.19.8
33
version: 0.19.8
44
scm_rev: badcdee74acec84da3de6c6ea55c692aee4a6f9
55

@@ -8,10 +8,10 @@ name: ElasticSearch
88

99
home_url: http://www.elasticsearch.org/
1010

11-
scm_tool:git
11+
scm_tool: git
1212
scm_repository: https://github.com/elasticsearch/elasticsearch.git
1313

14-
dje_license:apache-2.0
14+
dje_license: apache-2.0
1515
notice_file: elasticsearch.NOTICE
1616
license_text_file: elasticsearch.LICENSE
1717
copyright: Copyright 2009-2011 ElasticSearch and Shay Banon
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
about_resource: jquery-1.7.2.min.js
2-
download_url:http://code.jquery.com/jquery-1.7.2.js
2+
download_url: http://code.jquery.com/jquery-1.7.2.js
33

4-
version:1.7.2
4+
version: 1.7.2
55
name: jQuery
6-
home_url:http://jquery.com/
6+
home_url: http://jquery.com/
77

88
scm_tool: git
9-
scm_repository:https://github.com/jquery/jquery.git
9+
scm_repository: https://github.com/jquery/jquery.git
1010

11-
license_url:http://jquery.org/license
12-
dje_license:mit
13-
license_text_file:jquery.js.LICENSE
11+
license_url: http://jquery.org/license
12+
dje_license: mit
13+
license_text_file: jquery.js.LICENSE

tests/testdata/thirdparty/jquery.jsPlumb.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: jquery.jsPlumb-1.3.10-all-min.js
22
version: 1.3.10
3-
download_url:http://code.google.com/p/jsplumb/downloads/detail?name=jquery.jsPlumb-1.3.10-all-min.js
3+
download_url: http://code.google.com/p/jsplumb/downloads/detail?name=jquery.jsPlumb-1.3.10-all-min.js
44

55
name: jquery.jsPlumb
66
home_url: http://code.google.com/p/jsplumb/
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
about_resource: underscore.js
2-
download_url:https://raw.github.com/documentcloud/underscore/1.4.2/underscore.js
3-
version:1.4.2
2+
download_url: https://raw.github.com/documentcloud/underscore/1.4.2/underscore.js
3+
version: 1.4.2
44

55
name: underscore.js
66
home_url: http://underscorejs.org/
77

88
scm_tool: git
99
scm_repository: git://github.com/documentcloud/underscore.git
1010

11-
dje_license:mit
11+
dje_license: mit
1212
license_text_file: underscore.js.LICENSE

thirdparty/dev/pytest.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ about_resource: pytest-2.9.0-py2.py3-none-any.whl
33
version: 2.9.0
44

55
name: pytest
6-
description: pytest: simple powerful testing with Python
6+
description: pytest:simple powerful testing with Python
77
homepage: http://pytest.org
88
owner: Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others
99
contact: holger at merlinux.eu

thirdparty/prod/click.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ download_url: https://pypi.python.org/packages/2.7/c/click/click-3.3-py2.py3-non
44
name: click
55
owner: Armin Ronacher
66
7-
homepage:http://click.pocoo.org/
7+
homepage: http://click.pocoo.org/
88
vcs_tool: git
99
vcs_repository: https://github.com/mitsuhiko/click.git
1010
description: A simple wrapper around optparse for

0 commit comments

Comments
 (0)