Skip to content

Commit 00bf54e

Browse files
committed
Update license header
1 parent bcc3dc0 commit 00bf54e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+57
-40
lines changed

HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019-2020 Alex Stockinger
1+
Copyright 2019-2021 Alex Stockinger
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

cautils/src/main/java/com/dajudge/proxybase/ca/Helpers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

cautils/src/main/java/com/dajudge/proxybase/ca/selfsign/CertificateAuthority.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

cautils/src/main/java/com/dajudge/proxybase/ca/selfsign/SelfSignConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

proxybase/src/main/java/com/dajudge/proxybase/AbstractChunkedMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

proxybase/src/main/java/com/dajudge/proxybase/AbstractChunkedMessageStreamInboundHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

proxybase/src/main/java/com/dajudge/proxybase/AbstractChunkedMessageStreamOutboundHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

proxybase/src/main/java/com/dajudge/proxybase/AbstractSingleChunkedMessageInboundHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

proxybase/src/main/java/com/dajudge/proxybase/ChunkedMessageCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

proxybase/src/main/java/com/dajudge/proxybase/DownstreamChannelFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2020 Alex Stockinger
2+
* Copyright 2019-2021 Alex Stockinger
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.

0 commit comments

Comments
 (0)