Skip to content

Commit b501f13

Browse files
committed
Update the Silverpeas copyright
1 parent 4e19005 commit b501f13

19 files changed

+22
-19
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@
146146
<version>3.0</version>
147147
<configuration>
148148
<header>silverpeas-license.txt</header>
149+
<mapping>
150+
<java>SLASHSTAR_STYLE</java>
151+
</mapping>
149152
<quiet>true</quiet>
150153
<excludes>
151154
<exclude>**/*.properties</exclude>
@@ -162,7 +165,7 @@
162165
<plugin>
163166
<groupId>org.apache.maven.plugins</groupId>
164167
<artifactId>maven-release-plugin</artifactId>
165-
<version>2.5</version>
168+
<version>2.5.3</version>
166169
<configuration>
167170
<localCheckout>true</localCheckout>
168171
<pushChanges>false</pushChanges>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (C) 2000 - 2017 Silverpeas
33
*
44
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)