Skip to content

Commit 003afb6

Browse files
committed
style: update a year in copyright.
1 parent a7500d3 commit 003afb6

File tree

383 files changed

+383
-386
lines changed

Some content is hidden

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

383 files changed

+383
-386
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
<java>SLASHSTAR_STYLE</java>
695695
</mapping>
696696
<properties>
697-
<copyright.years>${project.inceptionYear}-2019</copyright.years>
697+
<copyright.years>${project.inceptionYear}-2020</copyright.years>
698698
<author.name>${project.developers[0].name}</author.name>
699699
<author.email>${project.developers[0].email}</author.email>
700700
</properties>

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

Lines changed: 1 addition & 1 deletion
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:slava.semushin@gmail.com" title="Write e-mail">Slava Semushin</a>, 2009-2019
67+
<a href="mailto:slava.semushin@gmail.com" title="Write e-mail">Slava Semushin</a>, 2009-2020
6868
</footer>
6969
</div>
7070
</div>

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

Lines changed: 1 addition & 1 deletion
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:slava.semushin@gmail.com" title="Написать письмо">Слава Семушин</a>, 2009-2019
67+
<a href="mailto:slava.semushin@gmail.com" title="Написать письмо">Слава Семушин</a>, 2009-2020
6868
</footer>
6969
</div>
7070
</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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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-2019 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2020 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)