Skip to content

Commit

Permalink
Updating source files with legal boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and pzhou-splunk committed Nov 9, 2021
1 parent 79ad96b commit 3d2149e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
12 changes: 11 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 13 additions & 3 deletions adldap_connector.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 11 additions & 3 deletions adldap_view.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 3d2149e

Please sign in to comment.