Skip to content

Commit a6a4504

Browse files
committed
Renamed LICENSE.md to LICENSE following review (PR #768)
Also some minor tweakage of text. In particular examples/vcf/simple.vcf is from VCFv3.1.tex and / or VCFtools, but there is no evidence which came first and they both have differing copyright statements. (All we can do is state what is known and unknown.)
1 parent 6d166e7 commit a6a4504

File tree

8 files changed

+19
-18
lines changed

8 files changed

+19
-18
lines changed

examples/vcf/simple.vcf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
20 17330 . T A 3 q10 NS=3;DP=11;AF=0.017 GT:GQ:DP:HQ 0|0:49:3:58,50 0|1:3:5:65,3 0/0:41:3
2222
20 1110696 rs6040355 A G,T 67 PASS NS=2;DP=10;AF=0.333,0.667;AA=T;DB GT:GQ:DP:HQ 1|2:21:6:23,27 2|1:2:0:18,2 2/2:35:4
2323
20 1230237 . T . 47 PASS NS=3;DP=13;AA=T GT:GQ:DP:HQ 0|0:54:7:56,60 0|0:48:4:51,51 0/0:61:2
24-
20 1234567 microsat1 GTC G,GTCT 50 PASS NS=3;DP=9;AA=G GT:GQ:DP 0/1:35:4 0/2:17:2 1/1:40:3
24+
20 1234567 microsat1 GTC G,GTCT 50 PASS NS=3;DP=9;AA=G GT:GQ:DP 0/1:35:4 0/2:17:2 1/1:40:3
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/sam/LICENSE.md renamed to test/sam/LICENSE

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ submitted the tests. A generic wildcard assignment is for Genome
33
Reseatch Limited as this constitutes the vast bulk of the data, with
44
exceptions listed below.
55

6-
- `*/*.sam`:
6+
- */*.sam:
77

88
Copyright (C) 2021 Genome Research Ltd.
99

10-
- `failed/hdr.SQ14.sam`:
10+
- failed/hdr.SQ14.sam:
1111

1212
Copyright (C) 2021 John Marshall
1313

14-
However all files have the same Apache 2.0 license irrespective of
15-
copyright holder. A copy of this license can be found in the GA4GH
16-
Copyright Policy at https://www.ga4gh.org/copyright-policy/ and
14+
All files have the same Apache 2.0 license irrespective of copyright
15+
holder. A copy of this license can be found in the GA4GH Copyright
16+
Policy at https://www.ga4gh.org/copyright-policy/ and
1717
https://www.apache.org/licenses/LICENSE-2.0.
1818

1919
Note: some files may also contain their own individual copyright
2020
and/or license notices, which take precedence over anything listed
2121
here. (See compare_sam.pl as an example)
22-

test/vcf/LICENSE.md renamed to test/vcf/LICENSE

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Copyright and licensing for the different files here varies by host
22
institution that submitted the tests.
33

4-
- `test/vcf/*.vcf`:
4+
- test/vcf/*.vcf:
55

66
The vast bulk of the test files originated from European
77
Bioinformatics Institute's vcf-validator:
@@ -10,7 +10,7 @@ institution that submitted the tests.
1010
These are Copyright EBI and the project is Apache 2.0 licensed.
1111
See https://www.apache.org/licenses/LICENSE-2.0
1212

13-
- `test/vcf/4.*/passed/complexfile_passed_000.vcf`:
13+
- test/vcf/4.*/passed/complexfile_passed_000.vcf:
1414

1515
Also present in the EBI vcf-validator, however this data looks to
1616
be a subset of the 1000 Genomes project so it may be covered by
@@ -19,29 +19,31 @@ institution that submitted the tests.
1919
See https://www.internationalgenome.org/IGSR_disclaimer
2020
and https://www.internationalgenome.org/category/data-access/
2121

22-
- `examples/vcf/simple.vcf`:
22+
- examples/vcf/simple.vcf:
2323

24-
Part of commit 7aeed5b, but not from the vcf-validator.
25-
Unknown copyright / license, but assumed to be 1000 Genomes.
24+
Copied from the VCF TeX document. The example also appears in VCFtools
25+
(https://sourceforge.net/p/vcftools/code/HEAD/tree/trunk/) which
26+
is LGPLv3, but it is unknown if it was copied to there from the
27+
original spec or vice versa.
2628

27-
- `examples/vcf/sv44.vcf`:
29+
- examples/vcf/sv44.vcf:
2830

2931
Copyright Daniel Cameron, 2022.
3032
Apache 2.0 license.
3133

32-
- `test/vcf/4.3/failed/failed_body_format_007.vcf`:
34+
- test/vcf/4.3/failed/failed_body_format_007.vcf:
3335

3436
Copyright Daniel Cameron, 2023.
3537
Apache 2.0 license.
3638

37-
- `test/vcf/4.3/failed/failed_body_info_integer_overflow.vcf`:
38-
- `test/vcf/4.3/failed/failed_body_info_integer_reserved.vcf`:
39-
- `test/vcf/4.3/failed/failed_body_info_integer_underflow.vcf`:
39+
- test/vcf/4.3/failed/failed_body_info_integer_overflow.vcf:
40+
- test/vcf/4.3/failed/failed_body_info_integer_reserved.vcf:
41+
- test/vcf/4.3/failed/failed_body_info_integer_underflow.vcf:
4042

4143
Copyright Daniel Cameron, 2024.
4244
Apache 2.0 license.
4345

44-
- `test/vcf/4.5/passed/zero_length_LAA.vcf`:
46+
- test/vcf/4.5/passed/zero_length_LAA.vcf:
4547

4648
Copyright Daniel Cameron, 2024.
4749
Apache 2.0 license.

0 commit comments

Comments
 (0)