Skip to content

Commit 56e74cb

Browse files
martinvonzstepancheg
authored andcommitted
add Google license to protobuf-parse LICENSE file
The license from `protobuf-parse/src/proto/google/protobuf/` should be mentioned in the LICENSE file.
1 parent 1ac73f0 commit 56e74cb

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

protobuf-parse/LICENSE.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,40 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1717
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1818
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1919
OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
-----
22+
23+
The following applies to src/proto/google/
24+
25+
Copyright 2008 Google Inc. All rights reserved.
26+
27+
Redistribution and use in source and binary forms, with or without
28+
modification, are permitted provided that the following conditions are
29+
met:
30+
31+
* Redistributions of source code must retain the above copyright
32+
notice, this list of conditions and the following disclaimer.
33+
* Redistributions in binary form must reproduce the above
34+
copyright notice, this list of conditions and the following disclaimer
35+
in the documentation and/or other materials provided with the
36+
distribution.
37+
* Neither the name of Google Inc. nor the names of its
38+
contributors may be used to endorse or promote products derived from
39+
this software without specific prior written permission.
40+
41+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
42+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
43+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
44+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
45+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
46+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
49+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
50+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52+
53+
Code generated by the Protocol Buffer compiler is owned by the owner
54+
of the input file used when generating it. This code is not
55+
standalone and requires a support library to be linked with it. This
56+
support library is itself covered by the above license.

0 commit comments

Comments
 (0)