mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-06-11 20:51:02 -04:00
Add license and trademark. Update package.json author information. Resolves GH-473
This commit is contained in:
parent
fca4cd04cf
commit
4be8d81a6d
3 changed files with 9 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2015, Massachusetts Institute of Technology
|
||||
Copyright (c) 2016, Massachusetts Institute of Technology
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
|
7
TRADEMARK
Normal file
7
TRADEMARK
Normal file
|
@ -0,0 +1,7 @@
|
|||
The Scratch trademarks, including the Scratch name, ScratchJr name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Massachusetts Institute of Technology (MIT), and the use of the Marks is governed by this policy.
|
||||
|
||||
You may use the Marks to refer to Scratch and ScratchJr in Substantially Unmodified form.
|
||||
|
||||
"Substantially Unmodified" means the source code provided by MIT, possibly with minor modifications including but not limited to: bug fixes (including security), changing the locations of files for better integration with the host operating system, adding documentation, and changes to the dynamic linking of libraries.
|
||||
|
||||
A version is not "Substantially Unmodified" if it incorporates features not present in a release of Scratch by MIT. If you do make a substantial modification, to avoid confusion with versions of ScratchJr produced by MIT you must remove all Marks from your version of the software and refrain from using any of the Marks to refer to your version.
|
|
@ -6,7 +6,7 @@
|
|||
"lint": "eslint src/**",
|
||||
"build": "webpack"
|
||||
},
|
||||
"author": "MIT Media Lab, Tufts University, Playful Invention Company",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/llk/scratchjr/issues"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue