From 0270083f8faf3182753d6389493b1b924c9df2b4 Mon Sep 17 00:00:00 2001 From: nerim Date: Mon, 23 Jun 2025 14:35:12 +0200 Subject: [PATCH] Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files --- doc_theme/config.json | 2 +- examples/example.js | 4 ++-- examples/example.py | 4 ++-- stuff/deploy_maven_central.py | 4 ++-- stuff/push_tag.py | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc_theme/config.json b/doc_theme/config.json index af0b1060..be405c87 100644 --- a/doc_theme/config.json +++ b/doc_theme/config.json @@ -1,5 +1,5 @@ { "name": "Connect Theme", - "author": "Ingram Micro", + "author": "CloudBlue", "parentTheme": "default" } diff --git a/examples/example.js b/examples/example.js index 89751184..82186bce 100644 --- a/examples/example.js +++ b/examples/example.js @@ -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"); diff --git a/examples/example.py b/examples/example.py index 2104ec7b..110098d6 100644 --- a/examples/example.py +++ b/examples/example.py @@ -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 diff --git a/stuff/deploy_maven_central.py b/stuff/deploy_maven_central.py index 8552cdd3..f519cee5 100644 --- a/stuff/deploy_maven_central.py +++ b/stuff/deploy_maven_central.py @@ -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 diff --git a/stuff/push_tag.py b/stuff/push_tag.py index 0158709a..ea41d6d2 100644 --- a/stuff/push_tag.py +++ b/stuff/push_tag.py @@ -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.