Browse Source

Update copyright headers

pull/30074/head
Sam Brannen 2 years ago
parent
commit
74f6725a37
  1. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/ClassFile.java
  2. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/ClassFiles.java
  3. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/CompileWithForkedClassLoaderClassLoader.java
  4. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicClassLoader.java
  5. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFile.java
  6. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFileAssert.java
  7. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFiles.java
  8. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicJavaFileManager.java
  9. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFile.java
  10. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFileAssert.java
  11. 2
      spring-core-test/src/main/java/org/springframework/core/test/tools/SourceFile.java
  12. 2
      spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperator.java
  13. 2
      spring-tx/src/test/java/org/springframework/transaction/reactive/TransactionalOperatorTests.java

2
spring-core-test/src/main/java/org/springframework/core/test/tools/ClassFile.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/ClassFiles.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/CompileWithForkedClassLoaderClassLoader.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicClassLoader.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFile.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFileAssert.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicFiles.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/DynamicJavaFileManager.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFile.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/ResourceFileAssert.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-core-test/src/main/java/org/springframework/core/test/tools/SourceFile.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperator.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2021 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
spring-tx/src/test/java/org/springframework/transaction/reactive/TransactionalOperatorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2021 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save