Skip to content

Commit 9e1c6e8

Browse files
committed
Update PDD info in the README.
1 parent b49d211 commit 9e1c6e8

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage devel
2828
enough, be assured we will eventually add you in there.
2929
* Do note that in order for us to merge any non-trivial changes (as a rule
3030
of thumb, additions larger than about 15 lines of code), we need an
31-
explicit [public domain dedication][PDD] on record from you.
31+
explicit [public domain dedication][PDD] on record from you,
32+
which you will be asked to agree to on the first commit to a repo within the organization.
33+
Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
3234

33-
[YARD]: http://yardoc.org/
34-
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
35-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
36-
[pr]: https://github.com/ruby-rdf/ld-patch/compare/
35+
[YARD]: https://yardoc.org/
36+
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
37+
[PDD]: https://unlicense.org/#unlicensing-contributions
38+
[pr]: https://github.com/ruby-rdf/rdf/compare/

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
9494
* Do document every method you add using [YARD][] annotations. Read the [tutorial][YARD-GS] or just look at the existing code for examples.
9595
* Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to change them, do so on your private branch only.
9696
* Do feel free to add yourself to the `CREDITS` file and the corresponding list in the the `README`. Alphabetical order applies.
97-
* Do note that in order for us to merge any non-trivial changes (as a rule of thumb, additions larger than about 15 lines of code), we need an explicit [public domain dedication][PDD] on record from you.
97+
* Do note that in order for us to merge any non-trivial changes (as a rule
98+
of thumb, additions larger than about 15 lines of code), we need an
99+
explicit [public domain dedication][PDD] on record from you,
100+
which you will be asked to agree to on the first commit to a repo within the organization.
101+
Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
98102

99103
## License
100104
This is free and unencumbered public domain software. For more information,
@@ -106,7 +110,7 @@ A copy of the [LD Patch EBNF](file:etc/ld-patch.ebnf) and derived parser files a
106110
[RDF]: http://www.w3.org/RDF/
107111
[YARD]: http://yardoc.org/
108112
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
109-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
113+
[PDD]: https://unlicense.org/#unlicensing-contributions
110114
[RDF.rb]: https://rubygems.org/gems/rdf
111115
[RDF::XSD]: https://rubygems.org/gems/rdf-xsd
112116
[EBNF]: https://rubygems.org/gems/ebnf

0 commit comments

Comments
 (0)