Copyright update.
This commit is contained in:
parent
6c3afa54e0
commit
42ce43ad46
5 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Constants.java
|
* Constants.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2018, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2016-2019, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Version.java
|
* Version.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2018, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2016-2019, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -81,4 +81,4 @@ public @interface Version {
|
||||||
String type() default Constants.DEFAULT_JAVA_TYPE;
|
String type() default Constants.DEFAULT_JAVA_TYPE;
|
||||||
|
|
||||||
String keysPrefix() default Constants.DEFAULT_KEYS_PREFIX;
|
String keysPrefix() default Constants.DEFAULT_KEYS_PREFIX;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* VersionInfo.java
|
* VersionInfo.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2018, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2016-2019, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -259,4 +259,4 @@ public class VersionInfo {
|
||||||
+ (preRelease.length() > 0 ? '-' + preRelease : "")
|
+ (preRelease.length() > 0 ? '-' + preRelease : "")
|
||||||
+ (buildMeta.length() > 0 ? '+' + buildMeta : "");
|
+ (buildMeta.length() > 0 ? '+' + buildMeta : "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* VersionProcessor.java
|
* VersionProcessor.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2018, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2016-2019, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* VersionInfoTest.java
|
* VersionInfoTest.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2018, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2016-2019, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -252,4 +252,4 @@ class VersionTest implements Version {
|
||||||
public String type() {
|
public String type() {
|
||||||
return "kt";
|
return "kt";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue