Skip to content

Commit 513f14e

Browse files
committed
Updated year in copyright.
No functional changes.
1 parent eff5f00 commit 513f14e

File tree

74 files changed

+74
-74
lines changed

Some content is hidden

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

74 files changed

+74
-74
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<java>SLASHSTAR_STYLE</java>
390390
</mapping>
391391
<properties>
392-
<copyright.years>${project.inceptionYear}-2011</copyright.years>
392+
<copyright.years>${project.inceptionYear}-2012</copyright.years>
393393
<author.name>${project.developers[0].name}</author.name>
394394
<author.email>${project.developers[0].email}</author.email>
395395
</properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/dao/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-2011 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

src/main/java/ru/mystamps/web/dao/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-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/filter/MaintenanceFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/model/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-2011 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

src/main/java/ru/mystamps/web/model/AddCountryForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/model/AddStampsForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/model/AuthAccountForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/model/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-2011 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/service/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-2011 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

src/main/java/ru/mystamps/web/validation/ActivateAccountValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/validation/AddCountryValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/validation/AuthAccountValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/validation/RegisterAccountValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/main/java/ru/mystamps/web/validation/ValidationRules.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div id="footer">
22
&copy;
3-
<a href="mailto:<spring:message code="t_site_author_email" />" title="<spring:message code="t_write_email" />"><spring:message code="t_site_author_name" /></a>, 2009-2011
3+
<a href="mailto:<spring:message code="t_site_author_email" />" title="<spring:message code="t_write_email" />"><spring:message code="t_site_author_name" /></a>, 2009-2012
44
</div>

src/test/java/ru/mystamps/web/service/CountryServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

src/test/java/ru/mystamps/web/service/SiteServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

src/test/java/ru/mystamps/web/service/UserServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Slava Semushin <slava.semushin@gmail.com>
2+
* Copyright (C) 2011-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

src/test/java/ru/mystamps/web/tests/TranslationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/WebDriverFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/WebElementUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/ITTestSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenAuthenticatedUserRegisterAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenAuthenticatedUserTryToAuthenticates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenSiteOnMaintenance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserActivateAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserAddCountry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserAddStamps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserAtAnyPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserAtAnyPageWithForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserAtIndexPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserAuthenticates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

src/test/java/ru/mystamps/web/tests/cases/WhenUserLogsOut.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2009-2011 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

0 commit comments

Comments
 (0)