Skip to content

Commit d2474fa

Browse files
committed
Relicense this repository under the Apache v2 and MIT licenses.
* Add README.md file with license and contributing info.
1 parent efadd94 commit d2474fa

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 fonts distributed under the SIL Open Font
13+
License, Version 1.1. They are found in rcon/2015/fonts.

README README.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# racket-lang-org
2+
3+
This the source for the Racket package: "racket-lang-org".
4+
15
Sources:
26
========
37

@@ -54,3 +58,24 @@ To upload:
5458
don't have AWS credentials, the pages will still build, and look for
5559
"Files so far written to" for the temporary directory that contains
5660
the rendered pages.
61+
62+
### Contributing
63+
64+
Contribute to Racket by submitting a [pull request], reporting an
65+
[issue], joining the [development mailing list], or visiting the
66+
IRC or Slack channels.
67+
68+
### License
69+
70+
Racket, including these packages, is free software, see [LICENSE]
71+
for more details.
72+
73+
By making a contribution, you are agreeing that your contribution
74+
is licensed under the [Apache 2.0] license and the [MIT] license.
75+
76+
[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
77+
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
78+
[pull request]: https://github.com/racket/racket-lang-org/pulls
79+
[issue]: https://github.com/racket/racket-lang-org/issues
80+
[development mailing list]: https://lists.racket-lang.org
81+
[LICENSE]: LICENSE

0 commit comments

Comments
 (0)