From 6f98be1c6f54b1b38af287f7550eca152b247812 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Thu, 12 Oct 2023 10:38:05 +0530 Subject: [PATCH] FIx license headers --- ballerina/configs.bal | 2 +- ballerina/constants.bal | 2 +- ballerina/error.bal | 2 +- ballerina/modules/soap11/error.bal | 2 +- ballerina/modules/soap11/soap11.bal | 2 +- ballerina/modules/soap11/tests/soap11_client_test.bal | 2 +- ballerina/modules/soap12/error.bal | 2 +- ballerina/modules/soap12/soap12.bal | 2 +- ballerina/modules/soap12/tests/soap12_client_test.bal | 2 +- ballerina/modules/wssec/document.bal | 2 +- ballerina/modules/wssec/encryption.bal | 2 +- ballerina/modules/wssec/error.bal | 2 +- ballerina/modules/wssec/init.bal | 2 +- ballerina/modules/wssec/records.bal | 2 +- ballerina/modules/wssec/sec_header.bal | 2 +- ballerina/modules/wssec/signature.bal | 2 +- ballerina/modules/wssec/tests/test_utils.bal | 2 +- ballerina/modules/wssec/tests/ws_security_tests.bal | 2 +- ballerina/modules/wssec/types.bal | 2 +- ballerina/modules/wssec/ws_security.bal | 2 +- ballerina/modules/wssec/ws_security_methods.bal | 2 +- ballerina/soap_utils.bal | 2 +- ballerina/types.bal | 2 +- native/src/main/java/module-info.java | 2 +- native/src/main/java/org/wssec/Constants.java | 2 +- native/src/main/java/org/wssec/DocumentBuilder.java | 2 +- native/src/main/java/org/wssec/Encryption.java | 2 +- native/src/main/java/org/wssec/ModuleUtils.java | 2 +- native/src/main/java/org/wssec/Signature.java | 2 +- native/src/main/java/org/wssec/Utils.java | 2 +- native/src/main/java/org/wssec/WsSecurity.java | 2 +- native/src/main/java/org/wssec/WsSecurityHeader.java | 2 +- native/src/main/java/org/wssec/WsSecurityUtils.java | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/ballerina/configs.bal b/ballerina/configs.bal index 95edb18..fba33bf 100644 --- a/ballerina/configs.bal +++ b/ballerina/configs.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/constants.bal b/ballerina/constants.bal index 92eb34c..198ce0b 100644 --- a/ballerina/constants.bal +++ b/ballerina/constants.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/error.bal b/ballerina/error.bal index 0be7565..9fb3440 100644 --- a/ballerina/error.bal +++ b/ballerina/error.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/soap11/error.bal b/ballerina/modules/soap11/error.bal index 29a6fad..60fa4ed 100644 --- a/ballerina/modules/soap11/error.bal +++ b/ballerina/modules/soap11/error.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/soap11/soap11.bal b/ballerina/modules/soap11/soap11.bal index c07c750..6caae7d 100644 --- a/ballerina/modules/soap11/soap11.bal +++ b/ballerina/modules/soap11/soap11.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/soap11/tests/soap11_client_test.bal b/ballerina/modules/soap11/tests/soap11_client_test.bal index 99ee01f..c17ee7c 100644 --- a/ballerina/modules/soap11/tests/soap11_client_test.bal +++ b/ballerina/modules/soap11/tests/soap11_client_test.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/soap12/error.bal b/ballerina/modules/soap12/error.bal index cbdf10a..d19c1c1 100644 --- a/ballerina/modules/soap12/error.bal +++ b/ballerina/modules/soap12/error.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/soap12/soap12.bal b/ballerina/modules/soap12/soap12.bal index 83b1254..0e8537e 100644 --- a/ballerina/modules/soap12/soap12.bal +++ b/ballerina/modules/soap12/soap12.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/soap12/tests/soap12_client_test.bal b/ballerina/modules/soap12/tests/soap12_client_test.bal index 878c94e..5833f2d 100644 --- a/ballerina/modules/soap12/tests/soap12_client_test.bal +++ b/ballerina/modules/soap12/tests/soap12_client_test.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/document.bal b/ballerina/modules/wssec/document.bal index f467a4a..efb0300 100644 --- a/ballerina/modules/wssec/document.bal +++ b/ballerina/modules/wssec/document.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/encryption.bal b/ballerina/modules/wssec/encryption.bal index b9f2a8c..5e50970 100644 --- a/ballerina/modules/wssec/encryption.bal +++ b/ballerina/modules/wssec/encryption.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/error.bal b/ballerina/modules/wssec/error.bal index 036f086..2c46083 100644 --- a/ballerina/modules/wssec/error.bal +++ b/ballerina/modules/wssec/error.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/init.bal b/ballerina/modules/wssec/init.bal index f2f54b3..fe99617 100644 --- a/ballerina/modules/wssec/init.bal +++ b/ballerina/modules/wssec/init.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/records.bal b/ballerina/modules/wssec/records.bal index 8bea0e9..f0f8f7e 100644 --- a/ballerina/modules/wssec/records.bal +++ b/ballerina/modules/wssec/records.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/sec_header.bal b/ballerina/modules/wssec/sec_header.bal index 92f4deb..76b24ae 100644 --- a/ballerina/modules/wssec/sec_header.bal +++ b/ballerina/modules/wssec/sec_header.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/signature.bal b/ballerina/modules/wssec/signature.bal index 560a36e..5c7b043 100644 --- a/ballerina/modules/wssec/signature.bal +++ b/ballerina/modules/wssec/signature.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/tests/test_utils.bal b/ballerina/modules/wssec/tests/test_utils.bal index e691ef1..9724223 100644 --- a/ballerina/modules/wssec/tests/test_utils.bal +++ b/ballerina/modules/wssec/tests/test_utils.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/tests/ws_security_tests.bal b/ballerina/modules/wssec/tests/ws_security_tests.bal index 055114b..6f03b90 100644 --- a/ballerina/modules/wssec/tests/ws_security_tests.bal +++ b/ballerina/modules/wssec/tests/ws_security_tests.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/types.bal b/ballerina/modules/wssec/types.bal index a7eb41f..9b194e2 100644 --- a/ballerina/modules/wssec/types.bal +++ b/ballerina/modules/wssec/types.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/ws_security.bal b/ballerina/modules/wssec/ws_security.bal index 036ce95..3b97597 100644 --- a/ballerina/modules/wssec/ws_security.bal +++ b/ballerina/modules/wssec/ws_security.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/modules/wssec/ws_security_methods.bal b/ballerina/modules/wssec/ws_security_methods.bal index 843a838..55f32b0 100644 --- a/ballerina/modules/wssec/ws_security_methods.bal +++ b/ballerina/modules/wssec/ws_security_methods.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/soap_utils.bal b/ballerina/soap_utils.bal index ebe39b9..7b07b70 100644 --- a/ballerina/soap_utils.bal +++ b/ballerina/soap_utils.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 LLC. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/ballerina/types.bal b/ballerina/types.bal index 94ac981..187a507 100644 --- a/ballerina/types.bal +++ b/ballerina/types.bal @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/module-info.java b/native/src/main/java/module-info.java index c5c33dc..5ab9e36 100644 --- a/native/src/main/java/module-info.java +++ b/native/src/main/java/module-info.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/Constants.java b/native/src/main/java/org/wssec/Constants.java index c142901..20fffa1 100644 --- a/native/src/main/java/org/wssec/Constants.java +++ b/native/src/main/java/org/wssec/Constants.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/DocumentBuilder.java b/native/src/main/java/org/wssec/DocumentBuilder.java index 4fc4894..c6b15ad 100644 --- a/native/src/main/java/org/wssec/DocumentBuilder.java +++ b/native/src/main/java/org/wssec/DocumentBuilder.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/Encryption.java b/native/src/main/java/org/wssec/Encryption.java index ea61174..421096d 100644 --- a/native/src/main/java/org/wssec/Encryption.java +++ b/native/src/main/java/org/wssec/Encryption.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/ModuleUtils.java b/native/src/main/java/org/wssec/ModuleUtils.java index 16d1cbb..92a71bf 100644 --- a/native/src/main/java/org/wssec/ModuleUtils.java +++ b/native/src/main/java/org/wssec/ModuleUtils.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/Signature.java b/native/src/main/java/org/wssec/Signature.java index c16e86b..e10a566 100644 --- a/native/src/main/java/org/wssec/Signature.java +++ b/native/src/main/java/org/wssec/Signature.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/Utils.java b/native/src/main/java/org/wssec/Utils.java index a18431b..1fbf917 100644 --- a/native/src/main/java/org/wssec/Utils.java +++ b/native/src/main/java/org/wssec/Utils.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/WsSecurity.java b/native/src/main/java/org/wssec/WsSecurity.java index 7df2ba8..6a553a6 100644 --- a/native/src/main/java/org/wssec/WsSecurity.java +++ b/native/src/main/java/org/wssec/WsSecurity.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/WsSecurityHeader.java b/native/src/main/java/org/wssec/WsSecurityHeader.java index 5d4f035..cf01fed 100644 --- a/native/src/main/java/org/wssec/WsSecurityHeader.java +++ b/native/src/main/java/org/wssec/WsSecurityHeader.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/main/java/org/wssec/WsSecurityUtils.java b/native/src/main/java/org/wssec/WsSecurityUtils.java index ab3600c..286bfd8 100644 --- a/native/src/main/java/org/wssec/WsSecurityUtils.java +++ b/native/src/main/java/org/wssec/WsSecurityUtils.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. // // WSO2 Inc. licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file except