Skip to content

Commit 162d732

Browse files
committed
Update license headers
1 parent 089972b commit 162d732

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

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

55 files changed

+55
-55
lines changed

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/Author.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/AuthorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/Book.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/BookService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/MemcachedAssertions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/MemcachedAutoConfigurationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/integration-test/java/io/sixhours/memcached/cache/MemcachedCacheIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/main/java/io/sixhours/memcached/cache/AppEngineMemcachedCacheAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/main/java/io/sixhours/memcached/cache/AppEngineMemcachedCacheManagerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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.

memcached-spring-boot-autoconfigure/src/main/java/io/sixhours/memcached/cache/AppEngineMemcachedClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Sixhours
2+
* Copyright 2016-2023 Sixhours
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)