Skip to content

Commit 8d0c912

Browse files
committed
Update copyright headers (increase year)
1 parent 631e26e commit 8d0c912

File tree

155 files changed

+195
-166
lines changed

Some content is hidden

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

155 files changed

+195
-166
lines changed

HEADER-DERRIVED.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Foundation (ASF) under one or more contributor license agreements.
66
See the NOTICE file distributed with this work for additional
77
information regarding copyright ownership.
88

9-
Modified work: copyright 2013-2017 Valery Silaev (http://vsilaev.com)
9+
Modified work: copyright 2013-2022 Valery Silaev (http://vsilaev.com)
1010

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

HEADER-ORIGINAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2017 Valery Silaev (http://vsilaev.com)
1+
Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.common/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.common/src/main/java/org/apache/commons/javaflow/agent/common/ConfigurableClassFileTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.core/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.core/src/main/java/org/apache/commons/javaflow/agent/core/ContinuableClassBytecodeTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.core/src/main/java/org/apache/commons/javaflow/agent/core/ContinuableClassesInstrumentationAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.proxy/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.proxy/src/main/java/org/apache/commons/javaflow/agent/proxy/ContinuableProxiesInstrumentationAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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.

net.tascalate.javaflow.agent.proxy/src/main/java/org/apache/commons/javaflow/agent/proxy/ContinuableProxyBytecodeTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
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)