Skip to content

Commit cda7b96

Browse files
committed
- Added Copyright docstring to all the Python files.
1 parent 3fb5af8 commit cda7b96

962 files changed

Lines changed: 5915 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

okta/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.# coding: utf-8
17
# coding: utf-8
28

39
# flake8: noqa

okta/api/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
7+
# coding: utf-8
8+
19
# flake8: noqa
210

311
# import apis into api package

okta/api/agent_pools_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.# coding: utf-8
17
# coding: utf-8
28

39
"""

okta/api/api_service_integrations_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

okta/api/api_token_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

okta/api/application_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

okta/api/application_connections_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

okta/api/application_credentials_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

okta/api/application_features_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

okta/api/application_grants_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# The Okta software accompanied by this notice is provided pursuant to the following terms:
2+
# Copyright © 2025-Present, Okta, Inc.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# See the License for the specific language governing permissions and limitations under the License.
17
# coding: utf-8
28

39
"""

0 commit comments

Comments
 (0)