remove unnecessary utf-8 header in .py files (#615)

* remove unnecessary utf-8 header in .py files

Signed-off-by: samuel orji <awesomeorji@gmail.com>

* review feedback: add link to changelog

Signed-off-by: samuel orji <awesomeorji@gmail.com>

---------

Signed-off-by: samuel orji <awesomeorji@gmail.com>
This commit is contained in:
Samuel Orji
2023-11-24 21:19:50 +00:00
committed by GitHub
parent 5b28423f71
commit 6f26eb3e8e
224 changed files with 1 additions and 223 deletions
+1
View File
@@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Changed ### Changed
### Deprecated ### Deprecated
### Removed ### Removed
- Removed unnecessary `# -*- coding: utf-8 -*-` headers from .py files ([#615](https://github.com/opensearch-project/opensearch-py/pull/615))
### Fixed ### Fixed
### Security ### Security
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# The OpenSearch Contributors require contributions made to # The OpenSearch Contributors require contributions made to

Some files were not shown because too many files have changed in this diff Show More