Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc_theme/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Connect Theme",
"author": "Ingram Micro",
"author": "CloudBlue",
"parentTheme": "default"
}
4 changes: 2 additions & 2 deletions examples/example.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the Ingram Micro CloudBlue Connect SDK.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is part of the CloudBlue Connect SDK.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const connect = require("../_build/js/connect");
Expand Down
4 changes: 2 additions & 2 deletions examples/example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of the Ingram Micro CloudBlue Connect SDK.
# Copyright (c) 2019 Ingram Micro. All Rights Reserved.
# This file is part of the CloudBlue Connect SDK.
# Copyright (c) 2025 CloudBlue. All Rights Reserved.

from connect import Env
from connect import Flow
Expand Down
4 changes: 2 additions & 2 deletions stuff/deploy_maven_central.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of the Ingram Micro CloudBlue Connect SDK.
# Copyright (c) 2019 Ingram Micro. All Rights Reserved.
# This file is part of the CloudBlue Connect SDK.
# Copyright (c) 2025 CloudBlue. All Rights Reserved.

# Developed following the instructions here:
# https://support.sonatype.com/hc/en-us/articles/213465868?_ga=2.230043868.1594253912.1579542012-1885361292.1578410493
Expand Down
4 changes: 2 additions & 2 deletions stuff/push_tag.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of the Ingram Micro CloudBlue Connect SDK.
# Copyright (c) 2019 Ingram Micro. All Rights Reserved.
# This file is part of the CloudBlue Connect SDK.
# Copyright (c) 2025 CloudBlue. All Rights Reserved.

# This script will push a tag to the main repository whenever a push to master has been made
# and the value in the VERSION file does not match any tag in the repository.
Expand Down
Loading