From 3d2149e77e38ce048d8c25c7e2bf17d6d0b5ca31 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Nov 2021 08:59:56 -0800 Subject: [PATCH] Updating source files with legal boilerplate --- __init__.py | 12 +++++++++++- adldap_connector.py | 16 +++++++++++++--- adldap_view.py | 14 +++++++++++--- 3 files changed, 35 insertions(+), 7 deletions(-) diff --git a/__init__.py b/__init__.py index d00b5d7..8b7a30b 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,14 @@ # File: __init__.py +# # Copyright (c) 2021 Splunk Inc. # -# Licensed under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# 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. See the License for the specific language governing permissions +# and limitations under the License. diff --git a/adldap_connector.py b/adldap_connector.py index d467b94..54288d9 100644 --- a/adldap_connector.py +++ b/adldap_connector.py @@ -1,9 +1,19 @@ # File: adldap_connector.py +# # Copyright (c) 2021 Splunk Inc. # -# Licensed under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# 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. See the License for the specific language governing permissions +# and limitations under the License. +# +# # Phantom App imports import phantom.app as phantom # import json diff --git a/adldap_view.py b/adldap_view.py index 10b8162..1f6bb68 100644 --- a/adldap_view.py +++ b/adldap_view.py @@ -1,9 +1,17 @@ # File: adldap_view.py +# # Copyright (c) 2021 Splunk Inc. # -# Licensed under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) - - +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# 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. See the License for the specific language governing permissions +# and limitations under the License. def get_ctx_result(result): ctx_result = {} param = result.get_param()