Skip to content

Commit 3544f49

Browse files
committed
*/src/ : updated comments
1 parent 6e0d5e3 commit 3544f49

File tree

27 files changed

+27
-27
lines changed

27 files changed

+27
-27
lines changed

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/Image.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/Url.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/dao/ImageDAO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/dao/UrlDAO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/factory/ImageFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/factory/UrlFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/service/ImageDataService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/entity/service/UrlDataService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/imageconverter/utils/ConvertImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/service/SnapshotCreationResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/service/SnapshotCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-api/src/main/java/org/asqatasun/websnapshot/urlmanager/utils/UrlUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/ImageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/NotCreatedImageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/UrlImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/factory/ImageFactoryImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/factory/UrlFactoryImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/service/ImageDataServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-impl/src/main/java/org/asqatasun/websnapshot/entity/service/UrlDataServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-persistence/src/main/java/org/asqatasun/websnapshot/entity/dao/ImageDAOImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-persistence/src/main/java/org/asqatasun/websnapshot/entity/dao/UrlDAOImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-persistence/src/test/java/org/asqatasun/websnapshot/entity/dao/ImageDAOImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-persistence/src/test/java/org/asqatasun/websnapshot/utils/AbstractDaoTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-service/src/main/java/org/asqatasun/websnapshot/service/SnapshotCreationResponseImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-service/src/main/java/org/asqatasun/websnapshot/service/SnapshotCreatorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-webapp/src/main/java/org/asqatasun/websnapshot/webapp/controller/IndexController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

websnapshot-webapp/src/main/java/org/asqatasun/websnapshot/webapp/controller/JsonImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Web-Snapshot
3-
* Copyright (C) 2008-2016 Asqatasun.org
3+
* Copyright (C) 2008-2017 Asqatasun.org
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as

0 commit comments

Comments
 (0)