Skip to content

Commit ce1275c

Browse files
authored
Merge pull request #302 from digipost/name-update
Oppdater navn og årstall
2 parents 442f83b + 2059a64 commit ce1275c

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Signature API client Java
22

3-
Copyright 2016 Posten Norge AS. All Rights Reserved.
3+
Copyright 2023 Posten Bring AS. All Rights Reserved.
44

5-
This product includes software developed by Posten Norge AS. - https://www.posten.no/
5+
This product includes software developed by Posten Bring AS. - https://www.posten.no/
66
Licensed under Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.html
77

88

bom/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Signature API client Java
22

3-
Copyright 2016 Posten Norge AS. All Rights Reserved.
3+
Copyright 2023 Posten Bring AS. All Rights Reserved.
44

5-
This product includes software developed by Posten Norge AS. - https://www.posten.no/
5+
This product includes software developed by Posten Bring AS. - https://www.posten.no/
66
Licensed under Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.html
77

88

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) Posten Norge AS
4+
Copyright (C) Posten Bring AS
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

lib/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Signature API client Java
22

3-
Copyright 2016 Posten Norge AS. All Rights Reserved.
3+
Copyright 2023 Posten Bring AS. All Rights Reserved.
44

5-
This product includes software developed by Posten Norge AS. - https://www.posten.no/
5+
This product includes software developed by Posten Bring AS. - https://www.posten.no/
66
Licensed under Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.html
77

88

lib/src/main/java/no/digipost/signature/client/ClientConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public Builder addDocumentBundleProcessor(DocumentBundleProcessor processor) {
326326

327327
/**
328328
* Override which organization number which is expected from the server's certificate.
329-
* By default, this is the organization number of Posten Norge AS, and should <em>not</em>
329+
* By default, this is the organization number of Posten Bring AS, and should <em>not</em>
330330
* be overridden unless you have a specific need such as doing testing against your own
331331
* stubbed implementation of the Posten signering API.
332332
*
@@ -340,7 +340,7 @@ public Builder serverOrganizationNumber(String serverOrganizationNumber) {
340340
/**
341341
* Override the validation of the server's certificate. This method is mainly
342342
* intended for tests if you need to override (or even disable) the default
343-
* validation that the server identifies itself as "Posten Norge AS".
343+
* validation that the server identifies itself as "Posten Bring AS".
344344
*
345345
* Calling this method for a production deployment is probably <em>not</em> what you intend to do!
346346
*

lib/src/main/java/no/digipost/signature/client/core/internal/configuration/ApacheHttpClientSslConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ApacheHttpClientSslConfigurer implements Configurer<PoolingHttpClie
2525
public ApacheHttpClientSslConfigurer(KeyStoreConfig keyStoreConfig, ProvidesCertificateResourcePaths trustedCertificates) {
2626
this.keyStoreConfig = keyStoreConfig;
2727
this.trustedCertificates = trustedCertificates;
28-
this.certificateChainValidation = new OrganizationNumberValidation("984661185"); // Posten Norge AS organization number
28+
this.certificateChainValidation = new OrganizationNumberValidation("984661185"); // Posten Bring AS organization number
2929
}
3030

3131
public ApacheHttpClientSslConfigurer trust(ProvidesCertificateResourcePaths certificates) {

lib/src/main/java/no/digipost/signature/client/security/KeyStoreConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) Posten Norge AS
2+
* Copyright (C) Posten Bring AS
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

lib/src/test/resources/junit-platform.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) Posten Norge AS
2+
# Copyright (C) Posten Bring AS
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) Posten Norge AS
4+
Copyright (C) Posten Bring AS
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/NOTICE.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Signature API client Java
22

3-
Copyright 2016 Posten Norge AS. All Rights Reserved.
3+
Copyright 2023 Posten Bring AS. All Rights Reserved.
44

5-
This product includes software developed by Posten Norge AS. - https://www.posten.no/
5+
This product includes software developed by Posten Bring AS. - https://www.posten.no/
66
Licensed under Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.html
77

88

0 commit comments

Comments
 (0)