Skip to content
Merged
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 connect_ext_datalake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro - Rahul Mondal
# Copyright (c) 2025, CloudBlue - Rahul Mondal
# All rights reserved.
#
2 changes: 1 addition & 1 deletion connect_ext_datalake/events.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro - Rahul Mondal
# Copyright (c) 2025, CloudBlue - Rahul Mondal
# All rights reserved.
#
from connect.eaas.core.extension import EventsApplicationBase
Expand Down
2 changes: 1 addition & 1 deletion connect_ext_datalake/services/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro - Rahul Mondal
# Copyright (c) 2025, CloudBlue - Rahul Mondal
# All rights reserved.
#
import json
Expand Down
2 changes: 1 addition & 1 deletion connect_ext_datalake/services/payloads.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion connect_ext_datalake/services/publish.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro - Rahul Mondal
# Copyright (c) 2025, CloudBlue - Rahul Mondal
# All rights reserved.
#
from connect.client import ConnectClient, R
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro - Rahul Mondal
Copyright (c) 2025, CloudBlue - Rahul Mondal
All rights reserved.
*/
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:fix": "npm run lint -- --fix",
"test": "NODE_ENV=test jest --no-cache"
},
"author": "Ingram Micro - Rahul Mondal ",
"author": "CloudBlue ",
"license": "Apache Software License 2.0",
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^28",
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro - Rahul Mondal
# Copyright (c) 2025, CloudBlue - Rahul Mondal
# All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Ingram Micro - Rahul Mondal
# Copyright (c) 2025, CloudBlue - Rahul Mondal
# All rights reserved.
#
import json
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2023, Ingram Micro - Rahul Mondal
Copyright (c) 2025, CloudBlue - Rahul Mondal
All rights reserved.
*/
const path = require('path');
Expand Down