File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
1
+ # racket-lang-org
2
+
3
+ This the source for the Racket package: "racket-lang-org".
4
+
1
5
Sources:
2
6
========
3
7
@@ -54,3 +58,24 @@ To upload:
54
58
don't have AWS credentials, the pages will still build, and look for
55
59
"Files so far written to" for the temporary directory that contains
56
60
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
You can’t perform that action at this time.
0 commit comments