Skip to content

Commit 7f63245

Browse files
authored
Merge pull request #32 from cloudblue/fix/replace-INGRAM-for-cb-texts
Automatic replacement of '202x Ingram Micro' for '2025 CloudBlue'
2 parents 0c321bf + 201cdae commit 7f63245

22 files changed

+22
-22
lines changed

__mocks__/fileMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2023, Ingram Micro
2+
Copyright (c) 2025, CloudBlue
33
All rights reserved.
44
*/
55
module.exports = 'test-file-stub';

__mocks__/styleMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2023, Ingram Micro
2+
Copyright (c) 2025, CloudBlue
33
All rights reserved.
44
*/
55
module.exports = {};

dbaas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2023, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#

dbaas/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2023, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66

dbaas/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2023, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66

dbaas/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2023, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66

dbaas/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2023, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66

dbaas/webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2023, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2023, Ingram Micro
2+
Copyright (c) 2025, CloudBlue
33
All rights reserved.
44
*/
55
module.exports = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cloudblueconnect/eaas-database-extension",
33
"version": "0.4.6",
44
"description": "On-demand provisioning of cloud-based database storages as a service.",
5-
"author": "Ingram Micro",
5+
"author": "CloudBlue",
66
"license": "Apache Software License 2.0",
77
"main": "./ui/app/app.js",
88
"engines": {

0 commit comments

Comments
 (0)