Skip to content

Commit 3815517

Browse files
committed
change copyright year range
1 parent 97ce1e1 commit 3815517

19 files changed

+19
-19
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2000 - 2018 Silverpeas
4+
Copyright (C) 2000 - 2019 Silverpeas
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU Affero General Public License as

silverpeas-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2000 - 2017 Silverpeas
1+
Copyright (C) 2000 - 2019 Silverpeas
22

33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/JcrProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/AbstractAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/Authentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/AuthenticationException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/AuthenticationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/SQLSimpleAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/SilverpeasUser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/TokenAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/encryption/PasswordEncryption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/encryption/PasswordEncryptionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/encryption/UnixDESEncryption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/encryption/UnixMD5Encryption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/auth/encryption/UnixSHA512Encryption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/jaas/SilverpeasAccessManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/jaas/SilverpeasJcrLoginModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/jaas/SilverpeasJcrSystemPrincipal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

src/main/java/org/silverpeas/jcr/jaas/SilverpeasUserPrincipal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2000 - 2017 Silverpeas
2+
* Copyright (C) 2000 - 2019 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as

0 commit comments

Comments
 (0)