Remove remaining 'Copyright Google' messages git-svn-id: https://svn.apache.org/repos/asf/incubator/wave/branches/wave-0.4-release@1517934 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/1c50b848 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/1c50b848 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/1c50b848 Branch: refs/heads/master Commit: 1c50b848cb46a945fc63511882667dd1b3bb8f37 Parents: af7e45a Author: Ali Lown <[email protected]> Authored: Tue Aug 27 19:20:58 2013 +0000 Committer: Ali Lown <[email protected]> Committed: Tue Aug 27 19:20:58 2013 +0000 ---------------------------------------------------------------------- LICENSE | 33 ++++++++++++++++++++ .../box/webclient/search/mock/search.html | 4 --- src/org/waveprotocol/protobuf/build.xml | 5 --- src/org/waveprotocol/wave/client/build.xml | 5 --- .../waveprotocol/wave/client/common/build.xml | 5 --- .../wave/client/scheduler/build.xml | 5 --- src/org/waveprotocol/wave/common/build.xml | 5 --- .../waveprotocol/wave/communication/build.xml | 5 --- .../wave/concurrencycontrol/build.xml | 5 --- src/org/waveprotocol/wave/crypto/build.xml | 5 --- src/org/waveprotocol/wave/diff/build.xml | 5 --- src/org/waveprotocol/wave/federation/build.xml | 5 --- src/org/waveprotocol/wave/media/build.xml | 5 --- src/org/waveprotocol/wave/model/build.xml | 5 --- src/org/waveprotocol/wave/testing/build.xml | 5 --- src/org/waveprotocol/wave/util/build.xml | 4 --- 16 files changed, 33 insertions(+), 73 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index d37eaa3..32dfbfe 100644 --- a/LICENSE +++ b/LICENSE @@ -330,3 +330,36 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +***THE FOLLOWING LICENSE APPLIES TO*** +-Protobuf Descriptors located at /src/google/protobuf/descriptor.proto + +Protocol Buffers - Google's data interchange format +Copyright 2008 Google Inc. All rights reserved. +http://code.google.com/p/protobuf/ + +Redistribution and use in source and binary forms, with or without +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. + * 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 http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/box/webclient/search/mock/search.html ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/box/webclient/search/mock/search.html b/src/org/waveprotocol/box/webclient/search/mock/search.html index 7111c87..a3aa998 100644 --- a/src/org/waveprotocol/box/webclient/search/mock/search.html +++ b/src/org/waveprotocol/box/webclient/search/mock/search.html @@ -18,10 +18,6 @@ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<!-- -Copyright (C) 2011 Google Inc. -See COPYING for license. ---> <html> <head> <title>Title</title> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/protobuf/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/protobuf/build.xml b/src/org/waveprotocol/protobuf/build.xml index dc87002..8280506 100644 --- a/src/org/waveprotocol/protobuf/build.xml +++ b/src/org/waveprotocol/protobuf/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="extensions"> <import file="${build.common.path}"/> <property name="libname" value="extensions"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/client/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/client/build.xml b/src/org/waveprotocol/wave/client/build.xml index b16a613..8ebfe87 100644 --- a/src/org/waveprotocol/wave/client/build.xml +++ b/src/org/waveprotocol/wave/client/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="client"> <import file="${build.common.path}"/> <property name="libname" value="client"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/client/common/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/client/common/build.xml b/src/org/waveprotocol/wave/client/common/build.xml index a7ab992..e7bdc84 100644 --- a/src/org/waveprotocol/wave/client/common/build.xml +++ b/src/org/waveprotocol/wave/client/common/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="client-common"> <import file="${build.common.path}"/> <property name="libname" value="client-common"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/client/scheduler/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/client/scheduler/build.xml b/src/org/waveprotocol/wave/client/scheduler/build.xml index 56c6955..d48e367 100644 --- a/src/org/waveprotocol/wave/client/scheduler/build.xml +++ b/src/org/waveprotocol/wave/client/scheduler/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="client-scheduler"> <import file="${build.common.path}"/> <property name="libname" value="client-scheduler"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/common/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/common/build.xml b/src/org/waveprotocol/wave/common/build.xml index 5625f67..38aa5a5 100644 --- a/src/org/waveprotocol/wave/common/build.xml +++ b/src/org/waveprotocol/wave/common/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="common"> <import file="${build.common.path}"/> <property name="libname" value="common"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/communication/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/communication/build.xml b/src/org/waveprotocol/wave/communication/build.xml index f94cc4c..4fce3e5 100644 --- a/src/org/waveprotocol/wave/communication/build.xml +++ b/src/org/waveprotocol/wave/communication/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="communication"> <import file="${build.common.path}"/> <property name="libname" value="communication"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/concurrencycontrol/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/concurrencycontrol/build.xml b/src/org/waveprotocol/wave/concurrencycontrol/build.xml index 1dcb63f..a2f0305 100644 --- a/src/org/waveprotocol/wave/concurrencycontrol/build.xml +++ b/src/org/waveprotocol/wave/concurrencycontrol/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="concurrencycontrol"> <import file="${build.common.path}"/> <property name="libname" value="concurrencycontrol"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/crypto/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/crypto/build.xml b/src/org/waveprotocol/wave/crypto/build.xml index 5a6c965..5b38367 100644 --- a/src/org/waveprotocol/wave/crypto/build.xml +++ b/src/org/waveprotocol/wave/crypto/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="crypto"> <import file="${build.common.path}"/> <property name="libname" value="crypto"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/diff/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/diff/build.xml b/src/org/waveprotocol/wave/diff/build.xml index df63821..0b2ffc0 100644 --- a/src/org/waveprotocol/wave/diff/build.xml +++ b/src/org/waveprotocol/wave/diff/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="diff"> <import file="${build.common.path}"/> <property name="libname" value="diff"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/federation/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/federation/build.xml b/src/org/waveprotocol/wave/federation/build.xml index 457ac2d..69a986c 100644 --- a/src/org/waveprotocol/wave/federation/build.xml +++ b/src/org/waveprotocol/wave/federation/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="federation"> <import file="${build.common.path}"/> <property name="libname" value="federation"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/media/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/media/build.xml b/src/org/waveprotocol/wave/media/build.xml index 7eaa86c..547ce8d 100644 --- a/src/org/waveprotocol/wave/media/build.xml +++ b/src/org/waveprotocol/wave/media/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="media"> <import file="${build.common.path}"/> <property name="libname" value="media"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/model/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/model/build.xml b/src/org/waveprotocol/wave/model/build.xml index cdadb81..7fbdbc1 100644 --- a/src/org/waveprotocol/wave/model/build.xml +++ b/src/org/waveprotocol/wave/model/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="model"> <import file="${build.common.path}"/> <property name="libname" value="model"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/testing/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/testing/build.xml b/src/org/waveprotocol/wave/testing/build.xml index c18dd81..2d2008b 100644 --- a/src/org/waveprotocol/wave/testing/build.xml +++ b/src/org/waveprotocol/wave/testing/build.xml @@ -19,11 +19,6 @@ under the License. --> - -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="testing"> <import file="${build.common.path}"/> <property name="libname" value="testing"/> http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1c50b848/src/org/waveprotocol/wave/util/build.xml ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/wave/util/build.xml b/src/org/waveprotocol/wave/util/build.xml index 7076a42..e258d77 100644 --- a/src/org/waveprotocol/wave/util/build.xml +++ b/src/org/waveprotocol/wave/util/build.xml @@ -20,10 +20,6 @@ --> -<!-- -Copyright (C) 2010 Google Inc. -See COPYING for license. ---> <project name="util"> <import file="${build.common.path}"/> <property name="libname" value="util"/>
