-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update licences #57
Merged
Merged
Update licences #57
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
86e5939
Add CHANGELOG
Stephen-Gates 9a603be
Fix CHANGLOG links
Stephen-Gates ede790f
Adjust for missing releases in GitHub
Stephen-Gates 0c252dc
Add Community files
Stephen-Gates 6a7f8ab
Fix broken CONTRIBUTING.md links
Stephen-Gates 6276e81
Fix Readme link in CONTRIBUTING
Stephen-Gates 26614c1
move community files
Stephen-Gates 60a5187
update data package with constraints
Stephen-Gates 1460781
remove quotes from "true" in constraints
Stephen-Gates bba338c
Add Open Government Data License Taiwan 1.0
Stephen-Gates 38def69
add German Government licences
Stephen-Gates d9a1916
add missing commas in German Licences
Stephen-Gates f0c2d68
add non-conformant cc licences
Stephen-Gates 5fdf54a
Add Open License 2.0 (France)
Stephen-Gates 82fc321
Fix missing value and status in Geogratis
Stephen-Gates 0bcc3e2
Add Open Data Commons as maintainer for PDDL and ODbL
Stephen-Gates 00c3a74
add line ending to licenses.csv
Stephen-Gates c80e020
fix broken links in readme
Stephen-Gates 61637bd
Mark OGL-UK-2.0 as "superseded"
Stephen-Gates 371bc7a
adjust LO-FR-2.0
Stephen-Gates d02d8d6
correct spelling
Stephen-Gates fede711
Change superceded spelling to test schema
Stephen-Gates 4cb5564
fix superseded spelling
Stephen-Gates File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Code of Conduct | ||
|
||
We are a worldwide network of people passionate about openness, and we use advocacy, technology and training to unlock information so everyone can benefit from open knowledge. | ||
|
||
Read about [our vision and values](https://okfn.org/about/vision-and-values/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Contributing | ||
|
||
Firstly, thanks for being here. All types of contributions are valued and gratefully received. Please consider how you may be able to contribute: | ||
|
||
- [financial support](#contribute-financial-support) | ||
- [ideas and feature requests](#contribute-ideas-and-feature-requests) | ||
- [issues or bug reports](#contribute-issues) | ||
- [documentation](#contribute-documentation) | ||
- [code](#contribute-code) | ||
|
||
## Contribute Financial Support | ||
|
||
We are grateful to all [our funders][funders]. Would you like to [make a donation][donate]? | ||
|
||
## Contribute Ideas and Feature Requests | ||
|
||
Your idea for a feature addition may already exist on our [issues] backlog. If you find it, join the conversation. | ||
|
||
If the gist of your idea isn't there: | ||
- [add an issue][issues] | ||
- to discuss your idea privately, [contact us][contact_us] | ||
|
||
## Contribute Issues | ||
|
||
If you encounter a problem, please [add an issue][issues]. Make sure it hasn't already be reported. | ||
|
||
In order for us to best respond to the issue, we need as much information about the issue as you can provide. Please provide: | ||
|
||
- as much detail as possible in the issue template. | ||
- a descriptive name for your issue. | ||
|
||
We may add or change labels on your issue to help us manage the issue backlog. | ||
|
||
## Contribute Documentation | ||
|
||
Documentation helps people use and contribute to the work we do. You may like to: | ||
|
||
- improve the [Readme.md][readme] | ||
- add or improve other documentation in this repository | ||
- write a Guide, Blog post or even Tweet | ||
|
||
## Contribute Code | ||
This work is open source, and we are grateful to all our [contributors]. By participating in this project, you agree to abide by our [Code of Conduct][code_of_conduct]. | ||
|
||
Before you start coding, please reach out to us to discuss how you can help. | ||
|
||
If this is your first time contributing code, you will need to [create a fork of this repository](https://help.github.com/articles/fork-a-repo/). | ||
|
||
Follow the [readme instructions][readme] to get your development environment running locally. | ||
|
||
Ensure that all automated tests pass before starting work on your contribution. | ||
|
||
### Code Review Process | ||
|
||
All contributions to the codebase will be reviewed. To increase your chances of your code being accepted please be aware of the following: | ||
|
||
- Write [well formed commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) | ||
- Write tests for all changes (additions or refactors of existing code). | ||
- We may use GitHub integrations to check your contribution. | ||
- Once your Pull Request (PR) is published and passes the above checks a repository administrator will review your contribution. Where appropriate, comments will be provided and amendments suggested before your PR is merged into Master. | ||
|
||
|
||
[code_of_conduct]: CODE_OF_CONDUCT.md | ||
[contact_us]: https://okfn.org/contact/ | ||
[contributors]: https://github.com/okfn/licenses/graphs/contributors | ||
[donate]: https://okfn.org/donate/ | ||
[funders]: https://okfn.org/about/funders/ | ||
[issues]: https://github.com/okfn/licenses/issues | ||
[readme]: ../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
> Please provide a general summary of the issue in the Issue Title above | ||
> fill out the headings below as applicable to the issue you are reporting, | ||
> deleting as appropriate but offering us as much detail as you can to help us resolve the issue | ||
|
||
### Expected Behaviour | ||
> What should happen? | ||
|
||
### Desired Behaviour (for enhancement suggestions only) | ||
> if relevant include images or hyperlinks to other resources that clarify the enhancement you're seeking | ||
|
||
### Current Behaviour (for problems) | ||
> What currently happens that isn't expected behaviour? | ||
|
||
### Steps to Reproduce (for problems) | ||
> Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
### Your Environment | ||
> Include as many relevant details about the environment you experienced the bug in - this will help us resolve the bug more expediently | ||
* Environment name and version (e.g. Chrome 39, node.js 5.4): | ||
* Operating System and version (desktop or mobile): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). The | ||
[project releases](https://github.com/okfn/licenses/releases) will adhere to [semantic versioning](http://semver.org/spec/v2.0.0.html) | ||
|
||
This approach was adopted after release 0.7. | ||
|
||
To see what's planned, see our [milestones](https://github.com/okfn/licenses/milestones) or unreleased changes. | ||
|
||
[Unreleased]: https://github.com/okfn/licenses/compare/0.7...HEAD | ||
## [Unreleased] | ||
|
||
[0.7]: https://github.com/okfn/licenses/compare/0.6.1...0.7 | ||
## [0.7] - 2012-03-18 | ||
|
||
[0.6.1]: https://github.com/okfn/licenses/compare/0.6...0.6.1 | ||
## [0.6.1] - 2011-02-23 | ||
### Changed | ||
- Minor tweak to CC BY-SA license name | ||
|
||
[0.6]: https://github.com/okfn/licenses/compare/0.5...0.6 | ||
## [0.6] - 2011-02-11 | ||
### Changed | ||
- Heavy refactoring and simplification | ||
- Improve and add documentation | ||
|
||
## 0.5 - 2010-05-12 | ||
No GitHub compare between 0.4 and 0.5 available as 0.4 was not tagged as a release in GitHub. | ||
### Added | ||
- Addition of Licenses SoS v2.0 capabilities | ||
|
||
## 0.4 - 2010-03-08 | ||
Release not implemented in GitHub. | ||
### Added | ||
- Addition of Licenses SoS v1.0 capabilities (Specification of Service) | ||
|
||
### Changed | ||
- This module is redesigned to be a web service | ||
|
||
## 0.3 - 2010-03-06 and older | ||
Release 0.3 not implemented in GitHub. | ||
|
||
### Added | ||
- Module is designed to be imported to provide its list of licenses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Purely personal opinion: I'm not a big fan of using
.github
directory for files that aren't GitHub-specific. In this PR,CONTRIBUTING.md
andCODE_OF_CONDUCT.md
aren't, whileISSUE_TEMPLATE.md
is. Put another way, the the first two should be read by someone just browsing, while the last is of no use unless one is filing an issue.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files can go in .github according to GitHub but elsewhere they recommend otherwise. Happy to move.