Skip to content

Commit 0270083

Browse files
committed
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent 6ce3095 commit 0270083

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc_theme/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Connect Theme",
3-
"author": "Ingram Micro",
3+
"author": "CloudBlue",
44
"parentTheme": "default"
55
}

examples/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
This file is part of the Ingram Micro CloudBlue Connect SDK.
3-
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
2+
This file is part of the CloudBlue Connect SDK.
3+
Copyright (c) 2025 CloudBlue. All Rights Reserved.
44
*/
55

66
const connect = require("../_build/js/connect");

examples/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file is part of the Ingram Micro CloudBlue Connect SDK.
2-
# Copyright (c) 2019 Ingram Micro. All Rights Reserved.
1+
# This file is part of the CloudBlue Connect SDK.
2+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
33

44
from connect import Env
55
from connect import Flow

stuff/deploy_maven_central.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file is part of the Ingram Micro CloudBlue Connect SDK.
2-
# Copyright (c) 2019 Ingram Micro. All Rights Reserved.
1+
# This file is part of the CloudBlue Connect SDK.
2+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
33

44
# Developed following the instructions here:
55
# https://support.sonatype.com/hc/en-us/articles/213465868?_ga=2.230043868.1594253912.1579542012-1885361292.1578410493

stuff/push_tag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file is part of the Ingram Micro CloudBlue Connect SDK.
2-
# Copyright (c) 2019 Ingram Micro. All Rights Reserved.
1+
# This file is part of the CloudBlue Connect SDK.
2+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
33

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

0 commit comments

Comments
 (0)