Skip to content

Commit 33a07c4

Browse files
committed
Fixed copyright years in comments with license.
Done by running `mvn license:format` No functional changes.
1 parent cd1e09c commit 33a07c4

File tree

70 files changed

+70
-140
lines changed

Some content is hidden

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

70 files changed

+70
-140
lines changed

src/main/java/ru/mystamps/web/config/ApplicationContext.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import org.springframework.context.annotation.ComponentScan;

src/main/java/ru/mystamps/web/config/DbConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import java.util.HashMap;

src/main/java/ru/mystamps/web/config/DevDataSource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import javax.inject.Inject;

src/main/java/ru/mystamps/web/config/DispatcherServletContext.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import org.springframework.context.annotation.Configuration;

src/main/java/ru/mystamps/web/config/MvcConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import java.util.List;

src/main/java/ru/mystamps/web/config/SecurityConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import org.springframework.context.annotation.Bean;

src/main/java/ru/mystamps/web/config/TestDataSource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.config;
2019

2120
import javax.sql.DataSource;

src/main/java/ru/mystamps/web/controller/ImageController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.controller;
2019

2120
import java.io.IOException;

src/main/java/ru/mystamps/web/controller/InfoCountryController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.controller;
2019

2120
import java.io.IOException;

src/main/java/ru/mystamps/web/controller/InfoSeriesController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.controller;
2019

2120
import java.io.IOException;

src/main/java/ru/mystamps/web/dao/CountryDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/dao/GibbonsCatalogDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/dao/ImageDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/dao/MichelCatalogDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/dao/ScottCatalogDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/dao/SeriesDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/dao/YvertCatalogDao.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.dao;
2019

2120
import org.springframework.data.repository.CrudRepository;

src/main/java/ru/mystamps/web/entity/Country.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import java.util.Date;

src/main/java/ru/mystamps/web/entity/GibbonsCatalog.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import javax.persistence.Column;

src/main/java/ru/mystamps/web/entity/Image.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import javax.persistence.Basic;

src/main/java/ru/mystamps/web/entity/MichelCatalog.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import javax.persistence.Column;

src/main/java/ru/mystamps/web/entity/ScottCatalog.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import javax.persistence.Column;

src/main/java/ru/mystamps/web/entity/Series.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import java.util.Date;

src/main/java/ru/mystamps/web/entity/StampsCatalog.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
public interface StampsCatalog {

src/main/java/ru/mystamps/web/entity/YvertCatalog.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.entity;
2019

2120
import javax.persistence.Column;

src/main/java/ru/mystamps/web/service/CountryService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2009-2012 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
@@ -15,7 +15,6 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
1918
package ru.mystamps.web.service;
2019

2120
import javax.inject.Inject;

0 commit comments

Comments
 (0)