Skip to content

Commit 93bfe32

Browse files
authored
Adjust top-level comments in AI module (#46)
1 parent 86f473d commit 93bfe32

21 files changed

Lines changed: 15 additions & 39 deletions

File tree

splunklib/ai/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/base_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may

splunklib/ai/core/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/core/backend.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/core/backend_registry.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/engines/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/engines/langchain.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

splunklib/ai/messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may

splunklib/ai/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#
2-
# Copyright © 2011-2025 Splunk, Inc.
1+
# Copyright © 2011-2026 Splunk, Inc.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License"): you may
54
# not use this file except in compliance with the License. You may obtain

0 commit comments

Comments
 (0)