mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Implement the suggestions of Mike: The "in whole or in part" is important mostly because it removes ambiguity, but also because there may be code that is responsible for the generation of the JavaScript/CoffeeScript code. If a file generates non-trivial JavaScript, then that JavaScript code must be free; but it can't be free in and of itself, because it does not appear in the source code. You can otherwise:
This commit is contained in:
@@ -6,12 +6,13 @@ used with a valid GitLab subscription for the correct number of users. You are
|
||||
free to modify this Software and publish patches. It is forbidden to copy,
|
||||
merge, publish, distribute, sublicense, and/or sell copies of the Software.
|
||||
|
||||
The above copyright notice applies only to the part of this Software that is
|
||||
not distributed as part of GitLab Community Edition (CE) and that is not
|
||||
client side javascript. Any part of this Software distributed as part of
|
||||
GitLab CE or that is client side javascript is copyrighted under the MIT Expat
|
||||
license. The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
The above copyright notices applies only to the part of this Software that is
|
||||
not distributed as part of GitLab Community Edition (CE), and that is not a
|
||||
file that produces client-side JavaScript, in whole or in part. Any part of
|
||||
this Software distributed as part of GitLab CE or that is not a file that
|
||||
produces client-side JavaScript, in whole or in part, is copyrighted under the
|
||||
MIT Expat license. The above copyright notice and this permission notice shall
|
||||
be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
|
||||
Reference in New Issue
Block a user