Code

Add the presentation slides for the intro and gRPC talks.
[go-talk.git] / tex / LICENSE
1 Copyright (c) 2013-2016 Sebastian 'tokkee' Harl <sh@tokkee.org>
2 All rights reserved.
4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions
6 are met:
7 1. Redistributions of source code must retain the above copyright
8    notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright
10    notice, this list of conditions and the following disclaimer in the
11    documentation and/or other materials provided with the distribution.
13 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
14 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
15 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
17 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
20 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
22 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
23 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 -----------------------------------------------------------------------------
27 The Go gopher (gopher.png) was designed by Renee French.
28 (http://reneefrench.blogspot.com/)
30 The design is licensed under the Creative Commons 3.0 Attributions license.
31 Read this article for more details: https://blog.golang.org/gopher
33 You are free:
34 * to share – to copy, distribute and transmit the work
35 * to remix – to adapt the work
37 Under the following conditions:
38 * attribution – You must attribute the work in the manner specified by the
39   author or licensor (but not in any way that suggests that they endorse you
40   or your use of the work).
41 * share alike – If you alter, transform, or build upon this work, you may
42   distribute the resulting work only under the same or similar license to this
43   one.
45 Source: http://golang.org/doc/gopher/
47 -----------------------------------------------------------------------------
49 The gRPC logo (grpc.pdf) is licensed under the 3-clause BSD license:
51 Copyright (c) 2015, grpc
52 All rights reserved.
54 Redistribution and use in source and binary forms, with or without
55 modification, are permitted provided that the following conditions are met:
57 * Redistributions of source code must retain the above copyright notice, this
58   list of conditions and the following disclaimer.
60 * Redistributions in binary form must reproduce the above copyright notice,
61   this list of conditions and the following disclaimer in the documentation
62   and/or other materials provided with the distribution.
64 * Neither the name of grpc.github.io nor the names of its
65   contributors may be used to endorse or promote products derived from
66   this software without specific prior written permission.
68 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
69 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
70 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
71 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
72 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
73 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
74 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
75 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
76 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
77 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
79 Source: https://github.com/grpc/grpc.github.io
81 -----------------------------------------------------------------------------
83 The LaTeX lstlistings language definition for Go (lstlang0.sty) is licensed
84 under the MIT license:
86 The MIT License (MIT)
88 Copyright (c) 2016 Uriel Corfa
90 Permission is hereby granted, free of charge, to any person obtaining a copy
91 of this software and associated documentation files (the "Software"), to deal
92 in the Software without restriction, including without limitation the rights
93 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
94 copies of the Software, and to permit persons to whom the Software is
95 furnished to do so, subject to the following conditions:
97 The above copyright notice and this permission notice shall be included in all
98 copies or substantial portions of the Software.
100 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
101 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
102 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
103 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
104 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
105 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106 SOFTWARE.
108 Source: https://github.com/korfuri/golang-latex-listings/