Skip to content

Commit 52819fa

Browse files
committed
style: update a year in copyright
This also fixes a build in Travis where license-maven-plugin complained to the LiquibaseSupport.java file that was created in 2022 with a correct year in copyright.
1 parent b0ac8c0 commit 52819fa

File tree

407 files changed

+407
-408
lines changed

Some content is hidden

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

407 files changed

+407
-408
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
<java>SLASHSTAR_STYLE</java>
788788
</mapping>
789789
<properties>
790-
<copyright.years>${project.inceptionYear}-2021</copyright.years>
790+
<copyright.years>${project.inceptionYear}-2022</copyright.years>
791791
<author.name>${project.developers[0].name}</author.name>
792792
<author.email>${project.developers[0].email}</author.email>
793793
</properties>

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

+1-1
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-2021
74+
<a href="mailto:[email protected]" title="Write e-mail">Slava Semushin</a>, 2009-2022
7575
</footer>
7676
</div>
7777
</div>

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

+1-1
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-2021
74+
<a href="mailto:[email protected]" title="Написать письмо">Слава Семушин</a>, 2009-2022
7575
</footer>
7676
</div>
7777
</div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2021 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2022 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/CategoryLinkEntityDtoConverter.java

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