Skip to content

Commit f27fb98

Browse files
committed
Relicense this repository under the Apache v2 and MIT licenses.
* Move licensing information to the top level of the repo. * Add README.md file with license and contributing info.
1 parent 6b08872 commit f27fb98

File tree

6 files changed

+46
-44
lines changed

6 files changed

+46
-44
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This component of Racket is distributed under the under the Apache 2.0
2+
and MIT licenses. The user can choose the license under which they
3+
will be using the software. There may be other licenses within the
4+
distribution with which the user must also comply.
5+
6+
See the files
7+
https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt
8+
and
9+
https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
10+
for the full text of the licenses.
11+
12+
This repository contains the text of the R6RS standard, in
13+
r6rs-doc/r6rs/scribblings/r6rs-{lib-std,std}/. That document is
14+
distributed with the following license:
15+
16+
We intend this report to belong to the entire Scheme community,
17+
and so we grant permission to copy it in whole or in part without
18+
fee. In particular, we encourage implementors of Scheme to use
19+
this report as a starting point for manuals and other
20+
documentation, modifying it as necessary.
21+
22+

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# r6rs
2+
3+
This the source for the Racket packages: "r6rs", "r6rs-doc", "r6rs-lib", "r6rs-test".
4+
5+
### Contributing
6+
7+
Contribute to Racket by submitting a [pull request], reporting an
8+
[issue], joining the [development mailing list], or visiting the
9+
IRC or Slack channels.
10+
11+
### License
12+
13+
Racket, including these packages, is free software, see [LICENSE]
14+
for more details.
15+
16+
By making a contribution, you are agreeing that your contribution
17+
is licensed under the [Apache 2.0] license and the [MIT] license.
18+
19+
[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
20+
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
21+
[pull request]: https://github.com/racket/r6rs/pulls
22+
[issue]: https://github.com/racket/r6rs/issues
23+
[development mailing list]: https://lists.racket-lang.org
24+
[LICENSE]: LICENSE

r6rs-doc/LICENSE.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

r6rs-lib/LICENSE.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

r6rs-test/LICENSE.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

r6rs/LICENSE.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)