Skip to content

Commit cc6662b

Browse files
authored
update copyright to 2020 (amazon-archives#32)
1 parent 2ca45ce commit cc6662b

20 files changed

+197
-197
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Open Distro for Elasticsearch SQL CLI
2-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2019-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ See the [LICENSE](./LICENSE.TXT) file for our project's licensing. We will ask y
7878

7979
## Copyright
8080

81-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
81+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.

odfesql_cli/__init__.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
7-
http://www.apache.org/licenses/LICENSE-2.0
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
87
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
__version__ = "1.7.0.0"

odfesql_cli/conf/clirc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019, Amazon Web Services Inc.
1+
# Copyright 2020, Amazon Web Services Inc.
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

odfesql_cli/config.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import errno
1616
import os

odfesql_cli/esbuffer.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
from __future__ import unicode_literals
1616

odfesql_cli/esconnection.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import boto3
1616
import click

odfesql_cli/esstyle.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
from __future__ import unicode_literals
1616

odfesql_cli/formatter.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import click
1616
import itertools

odfesql_cli/main.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
7-
http://www.apache.org/licenses/LICENSE-2.0
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
87
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
from __future__ import unicode_literals
1616

odfesql_cli/odfesql_cli.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
from __future__ import unicode_literals
1616

odfesql_cli/utils.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
7-
http://www.apache.org/licenses/LICENSE-2.0
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
87
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import sys
1616

setup.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
7-
http://www.apache.org/licenses/LICENSE-2.0
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
87
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import re
1616
import ast

tests/conftest.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515

1616
"""

tests/test_config.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import os
1616
import stat

tests/test_esconnection.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""
2-
Copyright 2019, Amazon Web Services Inc.
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
2+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
"""
1515
import pytest
1616
import mock

0 commit comments

Comments
 (0)