mirror of https://github.com/grpc/grpc-node.git
Fixed copyright format in some example files
This commit is contained in:
parent
a9fac804ca
commit
c38a6a5362
|
@ -1,31 +1,35 @@
|
||||||
// Copyright 2015, Google Inc.
|
/*
|
||||||
// All rights reserved.
|
*
|
||||||
//
|
* Copyright 2015, Google Inc.
|
||||||
// Redistribution and use in source and binary forms, with or without
|
* All rights reserved.
|
||||||
// modification, are permitted provided that the following conditions are
|
*
|
||||||
// met:
|
* Redistribution and use in source and binary forms, with or without
|
||||||
//
|
* modification, are permitted provided that the following conditions are
|
||||||
// * Redistributions of source code must retain the above copyright
|
* met:
|
||||||
// notice, this list of conditions and the following disclaimer.
|
*
|
||||||
// * Redistributions in binary form must reproduce the above
|
* * Redistributions of source code must retain the above copyright
|
||||||
// copyright notice, this list of conditions and the following disclaimer
|
* notice, this list of conditions and the following disclaimer.
|
||||||
// in the documentation and/or other materials provided with the
|
* * Redistributions in binary form must reproduce the above
|
||||||
// distribution.
|
* copyright notice, this list of conditions and the following disclaimer
|
||||||
// * Neither the name of Google Inc. nor the names of its
|
* in the documentation and/or other materials provided with the
|
||||||
// contributors may be used to endorse or promote products derived from
|
* distribution.
|
||||||
// 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 IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* this software without specific prior written permission.
|
||||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
*
|
||||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,35 @@
|
||||||
// Copyright 2015, Google Inc.
|
/*
|
||||||
// All rights reserved.
|
*
|
||||||
//
|
* Copyright 2015, Google Inc.
|
||||||
// Redistribution and use in source and binary forms, with or without
|
* All rights reserved.
|
||||||
// modification, are permitted provided that the following conditions are
|
*
|
||||||
// met:
|
* Redistribution and use in source and binary forms, with or without
|
||||||
//
|
* modification, are permitted provided that the following conditions are
|
||||||
// * Redistributions of source code must retain the above copyright
|
* met:
|
||||||
// notice, this list of conditions and the following disclaimer.
|
*
|
||||||
// * Redistributions in binary form must reproduce the above
|
* * Redistributions of source code must retain the above copyright
|
||||||
// copyright notice, this list of conditions and the following disclaimer
|
* notice, this list of conditions and the following disclaimer.
|
||||||
// in the documentation and/or other materials provided with the
|
* * Redistributions in binary form must reproduce the above
|
||||||
// distribution.
|
* copyright notice, this list of conditions and the following disclaimer
|
||||||
// * Neither the name of Google Inc. nor the names of its
|
* in the documentation and/or other materials provided with the
|
||||||
// contributors may be used to endorse or promote products derived from
|
* distribution.
|
||||||
// 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 IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* this software without specific prior written permission.
|
||||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
*
|
||||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
|
@ -1,31 +1,35 @@
|
||||||
// Copyright 2015, Google Inc.
|
/*
|
||||||
// All rights reserved.
|
*
|
||||||
//
|
* Copyright 2015, Google Inc.
|
||||||
// Redistribution and use in source and binary forms, with or without
|
* All rights reserved.
|
||||||
// modification, are permitted provided that the following conditions are
|
*
|
||||||
// met:
|
* Redistribution and use in source and binary forms, with or without
|
||||||
//
|
* modification, are permitted provided that the following conditions are
|
||||||
// * Redistributions of source code must retain the above copyright
|
* met:
|
||||||
// notice, this list of conditions and the following disclaimer.
|
*
|
||||||
// * Redistributions in binary form must reproduce the above
|
* * Redistributions of source code must retain the above copyright
|
||||||
// copyright notice, this list of conditions and the following disclaimer
|
* notice, this list of conditions and the following disclaimer.
|
||||||
// in the documentation and/or other materials provided with the
|
* * Redistributions in binary form must reproduce the above
|
||||||
// distribution.
|
* copyright notice, this list of conditions and the following disclaimer
|
||||||
// * Neither the name of Google Inc. nor the names of its
|
* in the documentation and/or other materials provided with the
|
||||||
// contributors may be used to endorse or promote products derived from
|
* distribution.
|
||||||
// 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 IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* this software without specific prior written permission.
|
||||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
*
|
||||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue