Skip to content

Commit 33b78cc

Browse files
SoManyHsallisaurus
authored andcommitted
Update licenses
1 parent a3af916 commit 33b78cc

File tree

4 files changed

+121
-0
lines changed

4 files changed

+121
-0
lines changed

ecs-cli/modules/cli/compose/adapter/convert.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
// Copyright 2015-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License"). You may
4+
// not use this file except in compliance with the License. A copy of the
5+
// License is located at
6+
//
7+
// http://aws.amazon.com/apache2.0/
8+
//
9+
// or in the "license" file accompanying this file. This file is distributed
10+
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11+
// express or implied. See the License for the specific language governing
12+
// permissions and limitations under the License.
13+
114
package adapter
215

316
import (

ecs-cli/modules/cli/compose/adapter/convert_test.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
// Copyright 2015-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License"). You may
4+
// not use this file except in compliance with the License. A copy of the
5+
// License is located at
6+
//
7+
// http://aws.amazon.com/apache2.0/
8+
//
9+
// or in the "license" file accompanying this file. This file is distributed
10+
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11+
// express or implied. See the License for the specific language governing
12+
// permissions and limitations under the License.
13+
114
package adapter
215

316
import (

ecs-cli/modules/cli/compose/adapter/volumes.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
// Copyright 2015-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License"). You may
4+
// not use this file except in compliance with the License. A copy of the
5+
// License is located at
6+
//
7+
// http://aws.amazon.com/apache2.0/
8+
//
9+
// or in the "license" file accompanying this file. This file is distributed
10+
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11+
// express or implied. See the License for the specific language governing
12+
// permissions and limitations under the License.
13+
114
package adapter
215

316
import (

ecs-cli/modules/cli/license/license.go

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,38 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
26802680
With Secondary Licenses", as defined by
26812681
the Mozilla Public License, v. 2.0.
26822682
2683+
***
2684+
./../../../vendor/github.com/imdario/mergo
2685+
2686+
Copyright (c) 2013 Dario Castañé. All rights reserved.
2687+
Copyright (c) 2012 The Go Authors. All rights reserved.
2688+
2689+
Redistribution and use in source and binary forms, with or without
2690+
modification, are permitted provided that the following conditions are
2691+
met:
2692+
2693+
* Redistributions of source code must retain the above copyright
2694+
notice, this list of conditions and the following disclaimer.
2695+
* Redistributions in binary form must reproduce the above
2696+
copyright notice, this list of conditions and the following disclaimer
2697+
in the documentation and/or other materials provided with the
2698+
distribution.
2699+
* Neither the name of Google Inc. nor the names of its
2700+
contributors may be used to endorse or promote products derived from
2701+
this software without specific prior written permission.
2702+
2703+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2704+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2705+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2706+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2707+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2708+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2709+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2710+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2711+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2712+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2713+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2714+
26832715
***
26842716
./../../../vendor/github.com/jmespath/go-jmespath
26852717
@@ -2697,6 +2729,31 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26972729
See the License for the specific language governing permissions and
26982730
limitations under the License.
26992731
2732+
***
2733+
./../../../vendor/github.com/mattn/go-shellwords
2734+
2735+
The MIT License (MIT)
2736+
2737+
Copyright (c) 2017 Yasuhiro Matsumoto
2738+
2739+
Permission is hereby granted, free of charge, to any person obtaining a copy
2740+
of this software and associated documentation files (the "Software"), to deal
2741+
in the Software without restriction, including without limitation the rights
2742+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2743+
copies of the Software, and to permit persons to whom the Software is
2744+
furnished to do so, subject to the following conditions:
2745+
2746+
The above copyright notice and this permission notice shall be included in all
2747+
copies or substantial portions of the Software.
2748+
2749+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2750+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2751+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2752+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2753+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2754+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2755+
SOFTWARE.
2756+
27002757
***
27012758
./../../../vendor/github.com/mitchellh/go-homedir
27022759
@@ -2722,6 +2779,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27222779
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27232780
THE SOFTWARE.
27242781
2782+
***
2783+
./../../../vendor/github.com/mitchellh/mapstructure
2784+
2785+
The MIT License (MIT)
2786+
2787+
Copyright (c) 2013 Mitchell Hashimoto
2788+
2789+
Permission is hereby granted, free of charge, to any person obtaining a copy
2790+
of this software and associated documentation files (the "Software"), to deal
2791+
in the Software without restriction, including without limitation the rights
2792+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2793+
copies of the Software, and to permit persons to whom the Software is
2794+
furnished to do so, subject to the following conditions:
2795+
2796+
The above copyright notice and this permission notice shall be included in
2797+
all copies or substantial portions of the Software.
2798+
2799+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2800+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2801+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2802+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2803+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2804+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2805+
THE SOFTWARE.
2806+
27252807
***
27262808
./../../../vendor/github.com/opencontainers/go-digest
27272809

0 commit comments

Comments
 (0)