Skip to content

Commit 0df664c

Browse files
committed
Update year in copyright.
No functional changes.
1 parent 78e9e94 commit 0df664c

File tree

336 files changed

+336
-338
lines changed

Some content is hidden

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

336 files changed

+336
-338
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
<java>SLASHSTAR_STYLE</java>
674674
</mapping>
675675
<properties>
676-
<copyright.years>${project.inceptionYear}-2017</copyright.years>
676+
<copyright.years>${project.inceptionYear}-2018</copyright.years>
677677
<author.name>${project.developers[0].name}</author.name>
678678
<author.email>${project.developers[0].email}</author.email>
679679
</properties>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h4 id="error-msg">
6464
<div class="row">
6565
<footer class="col-sm-12 text-right">
6666
<i class="glyphicon glyphicon-envelope"></i>
67-
<a href="mailto:[email protected]" title="Write e-mail">Slava Semushin</a>, 2009-2017
67+
<a href="mailto:[email protected]" title="Write e-mail">Slava Semushin</a>, 2009-2018
6868
</footer>
6969
</div>
7070
</div>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h4 id="error-msg">
6464
<div class="row">
6565
<footer class="col-sm-12 text-right">
6666
<i class="glyphicon glyphicon-envelope"></i>
67-
<a href="mailto:[email protected]" title="Написать письмо">Слава Семушин</a>, 2009-2017
67+
<a href="mailto:[email protected]" title="Написать письмо">Слава Семушин</a>, 2009-2018
6868
</footer>
6969
</div>
7070
</div>

src/main/java/ru/mystamps/web/Db.java

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2017 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2018 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/controller/converter/annotation/Category.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2017 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2018 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/controller/converter/annotation/Country.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2017 Slava Semushin <[email protected]>
2+
* Copyright (C) 2009-2018 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/controller/converter/annotation/CurrentUser.java

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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