Skip to content

Commit d176ee5

Browse files
author
David Noble
committed
Removed copyrights from searchcommands_template files
Signed-off-by: David Noble <dnoble@splunk.com>
1 parent b12ef77 commit d176ee5

File tree

4 files changed

+0
-43
lines changed

4 files changed

+0
-43
lines changed

examples/searchcommands_template/bin/generate.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright 2011-2014 Splunk, Inc.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"): you may
6-
# not use this file except in compliance with the License. You may obtain
7-
# a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14-
# License for the specific language governing permissions and limitations
15-
# under the License.
162

173
import sys
184
from splunklib.searchcommands import \

examples/searchcommands_template/bin/report.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright 2011-2014 Splunk, Inc.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"): you may
6-
# not use this file except in compliance with the License. You may obtain
7-
# a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14-
# License for the specific language governing permissions and limitations
15-
# under the License.
162

173
import sys
184
from splunklib.searchcommands import \

examples/searchcommands_template/bin/stream.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright 2011-2014 Splunk, Inc.
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"): you may
6-
# not use this file except in compliance with the License. You may obtain
7-
# a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14-
# License for the specific language governing permissions and limitations
15-
# under the License.
162

173
import sys
184
from splunklib.searchcommands import \

examples/searchcommands_template/default/data/ui/nav/default.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- TODO: Templatize this content -->
21
<nav>
32
<view name="flashtimeline" default='true' />
43
<collection label="Dashboards">

0 commit comments

Comments
 (0)