Skip to content

Commit 03ea127

Browse files
committed
style: update a year in copyright
1 parent 3f6141f commit 03ea127

File tree

406 files changed

+406
-407
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
-407
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
<java>SLASHSTAR_STYLE</java>
792792
</mapping>
793793
<properties>
794-
<copyright.years>${project.inceptionYear}-2022</copyright.years>
794+
<copyright.years>${project.inceptionYear}-2023</copyright.years>
795795
<author.name>${project.developers[0].name}</author.name>
796796
<author.email>${project.developers[0].email}</author.email>
797797
</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:[email protected]" title="Write e-mail">Slava Semushin</a>, 2009-2022
74+
<a href="mailto:[email protected]" title="Write e-mail">Slava Semushin</a>, 2009-2023
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:[email protected]" title="Написать письмо">Слава Семушин</a>, 2009-2022
74+
<a href="mailto:[email protected]" title="Написать письмо">Слава Семушин</a>, 2009-2023
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/RowMappers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/SitemapInfoDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/SlugUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/config/ApplicationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/config/DaoConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/config/DispatcherServletContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/config/MvcConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/config/ServicesConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/config/TaskExecutorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AccountConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AccountController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AccountDb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AccountUrl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AccountValidation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/ActivateAccountDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/ActivateAccountForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AddUserDbDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/AddUsersActivationDbDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/ExistingActivationKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/ExistingActivationKeyValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/JdbcUserDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/JdbcUsersActivationDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/RegisterAccountDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/RegisterAccountForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/RowMappers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/SendUsersActivationDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UniqueLogin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UniqueLoginValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UserDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UserDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UserService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UserServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UsersActivationDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UsersActivationDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UsersActivationFullDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UsersActivationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/account/UsersActivationServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/AddCategoryDbDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/AddCategoryDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/AddCategoryForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/ApiCategoryService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/Category.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/CategoryConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/CategoryController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/CategoryDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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/feature/category/CategoryDb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2022 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2023 Slava Semushin <[email protected]>
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)