Added AUTHORS and CONTRIBUTORS and update LICENSE file BUG:24665293 Change-Id: Id6a5eda4288614cd10052d6582acf29994b111cb Reviewed-on: https://weave-review.googlesource.com/1306 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/AUTHORS b/libweave/AUTHORS new file mode 100644 index 0000000..e016204 --- /dev/null +++ b/libweave/AUTHORS
@@ -0,0 +1,7 @@ +# This is the official list of The Weave authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. +# Names should be added to this file as: +# Name or Organization <email address> +# The email address is not required for organizations. +Google Inc.
diff --git a/libweave/CONTRIBUTORS b/libweave/CONTRIBUTORS new file mode 100644 index 0000000..b45bd87 --- /dev/null +++ b/libweave/CONTRIBUTORS
@@ -0,0 +1,28 @@ +# People who have agreed to one of the CLAs and can contribute patches. +# The AUTHORS file lists the copyright holders; this file +# lists people. For example, Google employees are listed here +# but not in AUTHORS, because Google holds the copyright. +# +# https://developers.google.com/open-source/cla/individual +# https://developers.google.com/open-source/cla/corporate +# +# Names should be added to this file as: +# Name <email address> + +Alex Deymo <deymo@google.com> +Alex Vakulenko <avakulenko@google.com> +Anton Muhin <antonm@google.com> +Bertrand Simonnet <bsimonnet@google.com> +Chris Sosa <sosa@google.com> +Christopher Wiley <wiley@google.com> +Daniel Erat <derat@google.com> +David Zeuthen <zeuthen@google.com> +Gene Gutnik <gene@google.com> +Gerry Fan <gfan@google.com> +Johan Euphrosine <proppy@google.com> +Mike Frysinger <vapier@google.com> +Nathan Bullock <nathanbullock@google.com> +Robert Ginda <rginda@google.com> +Stefan Sauer <ensonic@google.com> +Vitaly Buka <vitalybuka@google.com> +Yunlian Jiang <yunlian@google.com>
diff --git a/libweave/LICENSE b/libweave/LICENSE index cc8dd21..474e76e 100644 --- a/libweave/LICENSE +++ b/libweave/LICENSE
@@ -1,28 +1,26 @@ -Copyright 2015, Google Inc. All Rights Reserved. +Copyright (c) 2015, The Weave Authors. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of The Weave Authors nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.