Skip to content

Commit 8469bec

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 886d7c3 commit 8469bec

File tree

5 files changed

+29
-238
lines changed

5 files changed

+29
-238
lines changed

CONTRIBUTING.md

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

LICENSE.txt renamed to LICENSE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ and MIT licenses. The user can choose the license under which they
33
will be using the software. There may be other licenses within the
44
distribution with which the user must also comply.
55

6-
See the files LICENSE-APACHE.txt and LICENSE-MIT.txt for the full text
7-
of the licenses.
8-
9-
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.

LICENSE-APACHE.txt

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

LICENSE-MIT.txt

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

README.md

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

0 commit comments

Comments
 (0)