Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 7e7ad86

Browse files
Swizbizgithub-actions
andauthored
chore: update license year (#495)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 642afee commit 7e7ad86

File tree

213 files changed

+213
-213
lines changed

Some content is hidden

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

213 files changed

+213
-213
lines changed

LICENSE.header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
1+
The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
22
https://github.com/artipie/asto/LICENSE.txt

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020-2022 artipie.com
3+
Copyright (c) 2020-2023 artipie.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

asto-artipie/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
The MIT License (MIT)
44
5-
Copyright (c) 2020-2022 artipie.com
5+
Copyright (c) 2020-2023 artipie.com
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

asto-artipie/src/main/java/com/artipie/asto/ArtipieStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
2+
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
33
* https://github.com/artipie/asto/LICENSE.txt
44
*/
55
package com.artipie.asto;

asto-artipie/src/main/java/com/artipie/asto/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
2+
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
33
* https://github.com/artipie/asto/LICENSE.txt
44
*/
55

asto-artipie/src/test/java/com/artipie/asto/ArtipieStorageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
2+
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
33
* https://github.com/artipie/asto/LICENSE.txt
44
*/
55
package com.artipie.asto;

asto-artipie/src/test/java/com/artipie/asto/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
2+
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
33
* https://github.com/artipie/asto/LICENSE.txt
44
*/
55

asto-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
The MIT License (MIT)
44
5-
Copyright (c) 2020-2022 artipie.com
5+
Copyright (c) 2020-2023 artipie.com
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

asto-core/src/main/java/com/artipie/ArtipieException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
2+
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
33
* https://github.com/artipie/asto/LICENSE.txt
44
*/
55
package com.artipie;

asto-core/src/main/java/com/artipie/asto/ArtipieIOException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* The MIT License (MIT) Copyright (c) 2020-2022 artipie.com
2+
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
33
* https://github.com/artipie/asto/LICENSE.txt
44
*/
55
package com.artipie.asto;

0 commit comments

Comments
 (0)