bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e25a02fd151f3b1bf797718213767bb472d530d7
parent f46083a40c9a6a9aa92f8883115087e28a806169
Author: Sam Tobin-Hochstadt <samth@indiana.edu>
Date:   Mon,  4 Nov 2019 12:48:39 -0500

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.

Diffstat:
ALICENSE | 10++++++++++
AREADME.md | 24++++++++++++++++++++++++
Dscribble-doc/LICENSE.txt | 11-----------
Dscribble-html-lib/LICENSE.txt | 11-----------
Dscribble-lib/LICENSE.txt | 11-----------
Dscribble-test/LICENSE.txt | 11-----------
Dscribble-text-lib/LICENSE.txt | 11-----------
Dscribble/LICENSE.txt | 11-----------
8 files changed, 34 insertions(+), 66 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,10 @@ +This component of Racket is distributed under the under the Apache 2.0 +and MIT licenses. The user can choose the license under which they +will be using the software. There may be other licenses within the +distribution with which the user must also comply. + +See the files + https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt +and + https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +for the full text of the licenses. diff --git a/README.md b/README.md @@ -0,0 +1,24 @@ +# scribble-text-lib + +This the source for the Racket packages: "scribble", "scribble-doc", "scribble-html-lib", "scribble-lib", "scribble-test", "scribble-text-lib". + +### Contributing + +Contribute to Racket by submitting a [pull request], reporting an +[issue], joining the [development mailing list], or visiting the +IRC or Slack channels. + +### License + +Racket, including these packages, is free software, see [LICENSE] +for more details. + +By making a contribution, you are agreeing that your contribution +is licensed under the [Apache 2.0] license and the [MIT] license. + +[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt +[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt +[pull request]: https://github.com/racket/scribble-text-lib/pulls +[issue]: https://github.com/racket/scribble-text-lib/issues +[development mailing list]: https://lists.racket-lang.org +[LICENSE]: LICENSE diff --git a/scribble-doc/LICENSE.txt b/scribble-doc/LICENSE.txt @@ -1,11 +0,0 @@ -scribble-doc -Copyright (c) 2010-2014 PLT Design Inc. - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/scribble-html-lib/LICENSE.txt b/scribble-html-lib/LICENSE.txt @@ -1,11 +0,0 @@ -scribble-text-lib -Copyright (c) 2010-2014 PLT Design Inc. - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/scribble-lib/LICENSE.txt b/scribble-lib/LICENSE.txt @@ -1,11 +0,0 @@ -scribble-lib -Copyright (c) 2010-2014 PLT Design Inc. - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/scribble-test/LICENSE.txt b/scribble-test/LICENSE.txt @@ -1,11 +0,0 @@ -scribble-test -Copyright (c) 2010-2014 PLT Design Inc. - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/scribble-text-lib/LICENSE.txt b/scribble-text-lib/LICENSE.txt @@ -1,11 +0,0 @@ -scribble-text-lib -Copyright (c) 2010-2014 PLT Design Inc. - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information. diff --git a/scribble/LICENSE.txt b/scribble/LICENSE.txt @@ -1,11 +0,0 @@ -scribble -Copyright (c) 2010-2014 PLT Design Inc. - -This package is distributed under the GNU Lesser General Public -License (LGPL). This means that you can link this package into proprietary -applications, provided you follow the rules stated in the LGPL. You -can also modify this package; if you distribute a modified version, -you must distribute it under the terms of the LGPL, which in -particular means that you must release the source code for the -modified software. See http://www.gnu.org/copyleft/lesser.html -for more information.