Skip to content

Commit 68300dc

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 6689694 commit 68300dc

File tree

12 files changed

+104
-33
lines changed

12 files changed

+104
-33
lines changed

LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# drracket
2+
3+
This the source for the Racket packages: "drracket", "drracket-plugin-lib", "drracket-test", "drracket-tool", "drracket-tool-doc", "drracket-tool-lib", "drracket-tool-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/drracket/pulls
22+
[issue]: https://github.com/racket/drracket/issues
23+
[development mailing list]: https://lists.racket-lang.org
24+
[LICENSE]: LICENSE

drracket-plugin-lib/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket-plugin-lib/LICENSE.txt

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

drracket-test/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket-test/LICENSE.txt

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

drracket-tool-doc/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket-tool-lib/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket-tool-test/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket-tool/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

drracket/LICENSE.txt

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

0 commit comments

Comments
 (0)