Skip to content

Commit e9d058d

Browse files
committed
chore: update copyright year
[skip ci]
1 parent 1c8a0c2 commit e9d058d

File tree

406 files changed

+406
-406
lines changed

Some content is hidden

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

406 files changed

+406
-406
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
<java>SLASHSTAR_STYLE</java>
785785
</mapping>
786786
<properties>
787-
<copyright.years>${project.inceptionYear}-2023</copyright.years>
787+
<copyright.years>${project.inceptionYear}-2024</copyright.years>
788788
<author.name>${project.developers[0].name}</author.name>
789789
<author.email>${project.developers[0].email}</author.email>
790790
</properties>

src/main/config/nginx/503.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h4 id="error-msg">
7171
<div class="row">
7272
<footer class="col-sm-12 text-right">
7373
<i class="glyphicon glyphicon-envelope"></i>
74-
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail">Slava Semushin</a>, 2009-2023
74+
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail">Slava Semushin</a>, 2009-2024
7575
</footer>
7676
</div>
7777
</div>

src/main/config/nginx/503.ru.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h4 id="error-msg">
7171
<div class="row">
7272
<footer class="col-sm-12 text-right">
7373
<i class="glyphicon glyphicon-envelope"></i>
74-
<a href="mailto:slava.semushin@gmail.com" title="Написать письмо">Слава Семушин</a>, 2009-2023
74+
<a href="mailto:slava.semushin@gmail.com" title="Написать письмо">Слава Семушин</a>, 2009-2024
7575
</footer>
7676
</div>
7777
</div>

src/main/java/ru/mystamps/web/common/ControllerUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/ru/mystamps/web/common/Currency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/ru/mystamps/web/common/EntityWithParentDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/ru/mystamps/web/common/JdbcUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/ru/mystamps/web/common/LinkEntityDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/ru/mystamps/web/common/LocaleUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/ru/mystamps/web/common/Pager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2023 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2024 Slava Semushin <slava.semushin@gmail.com>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)