File tree 20 files changed +197
-197
lines changed
20 files changed +197
-197
lines changed Original file line number Diff line number Diff line change 1
1
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.
Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ See the [LICENSE](./LICENSE.TXT) file for our project's licensing. We will ask y
78
78
79
79
## Copyright
80
80
81
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
81
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Original file line number Diff line number Diff line change 1
1
"""
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.
6
3
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
8
7
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.
14
14
"""
15
15
__version__ = "1.7.0.0"
Original file line number Diff line number Diff line change 1
- # Copyright 2019 , Amazon Web Services Inc.
1
+ # Copyright 2020 , Amazon Web Services Inc.
2
2
# Licensed under the Apache License, Version 2.0 (the "License");
3
3
# you may not use this file except in compliance with the License.
4
4
# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
import errno
16
16
import os
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
from __future__ import unicode_literals
16
16
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
import boto3
16
16
import click
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
from __future__ import unicode_literals
16
16
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
import click
16
16
import itertools
Original file line number Diff line number Diff line change 1
1
"""
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.
6
3
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
8
7
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.
14
14
"""
15
15
from __future__ import unicode_literals
16
16
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
from __future__ import unicode_literals
16
16
Original file line number Diff line number Diff line change 1
1
"""
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.
6
3
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
8
7
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.
14
14
"""
15
15
import sys
16
16
Original file line number Diff line number Diff line change 1
1
"""
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.
6
3
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
8
7
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.
14
14
"""
15
15
import re
16
16
import ast
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
16
16
"""
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
import os
16
16
import stat
Original file line number Diff line number Diff line change 1
1
"""
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.
14
14
"""
15
15
import pytest
16
16
import mock
You can’t perform that action at this time.
0 commit comments