Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit d02d1e6

Browse files
Merge pull request #29 from datatogether/fix-readme-links
Move license in readme and fixes #27
2 parents 0824ca1 + 28f52f1 commit d02d1e6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ This code repo provides the JSON back-end: [`https://api.archivers.co/coverage`]
1313
The [`datatogether/webapp` repo](https://github.com/datatogether/webapp) provides the visual front-end: [`https://archivers.co/coverage`](https://archivers.co/coverage)
1414

1515

16+
## License & Copyright
17+
18+
Copyright (C) 2017 Data Together
19+
20+
This program is free software: you can redistribute it and/or modify it under
21+
the terms of the GNU Affero General Public License as published by the Free Software
22+
Foundation, version 3.0.
23+
24+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
25+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
26+
PARTICULAR PURPOSE.
27+
28+
See the [`LICENSE`](./LICENSE) file for details.
29+
30+
1631
## Current Data Repositories
1732

1833
Actual source datasets can be found in each [`/repositories/*` directory](/repositories). It currently includes the following:
@@ -51,7 +66,7 @@ The output is cached in [`cache.json`](cache.json). Because this is a large file
5166

5267
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our [Contributing Guidelines](./github/CONTRIBUTING.md).
5368

54-
We use GitHub issues for [tracking bugs and feature requests](./issues) and Pull Requests (PRs) for [submitting changes](./pulls)
69+
We use GitHub issues for [tracking bugs and feature requests](https://github.com/datatogether/coverage/issues) and Pull Requests (PRs) for [submitting changes](https://github.com/datatogether/coverage/pulls)
5570

5671

5772
## Installation
@@ -107,17 +122,3 @@ Barring any changes, you may now visit a JSON endpoint at: `http://localhost:808
107122
Please follow the install instructions above! Inclusion of tests are appreciated!
108123

109124
For a list of all availabe helper commands, just type `make`.
110-
111-
112-
## License & Copyright
113-
114-
Copyright (C) 2017 Data Together
115-
This program is free software: you can redistribute it and/or modify it under
116-
the terms of the GNU Affero General Public License as published by the Free Software
117-
Foundation, version 3.0.
118-
119-
This program is distributed in the hope that it will be useful, but WITHOUT ANY
120-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
121-
PARTICULAR PURPOSE.
122-
123-
See the [`LICENSE`](./LICENSE) file for details.

0 commit comments

Comments
 (0)