Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Apr 18, 2024
1 parent f24c4f7 commit a7ae52f
Show file tree
Hide file tree
Showing 252 changed files with 1,719 additions and 382 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wrapper {
gradleVersion = '8.6'
gradleVersion = '8.7'
}
2 changes: 1 addition & 1 deletion config/common.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# version number (is used for core, runtime and default dependencies in plugin and plugin)
# publication.version = 0.3-SNAPSHOT
publication.version=0.2.8.8-SNAPSHOT
publication.version=0.2.8.8
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ repositories {
}

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'

// compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
// legacyVelocity group: 'eu.mihosoft.ext.velocity.legacy', name: 'velocity-legacy', version: '1.7.4'
// configurations.compile.extendsFrom(configurations.legacyVelocity)
implementation group: 'eu.mihosoft.ext.velocity.legacy', name: 'velocity-legacy', version: '1.7.5'
implementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.60'
implementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.171'
implementation group: 'eu.mihosoft.jcompiler', name: 'jcompiler', version: '0.4'
}

Expand Down
2 changes: 1 addition & 1 deletion core/config/HEADER
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright ${yearSince1}-${yearCurrent} ${author1}. All rights reserved.
Copyright ${yearSince2}-${yearCurrent} ${author2}. All rights reserved.
Copyright ${yearSince2}-2019 ${author2}. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/VMF.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Annotation.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/AnnotationInfo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Annotations.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/CodeGenerator.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/CollectionType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Container.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ContainmentInfo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ContainmentType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Contains.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/DefaultValue.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions core/src/main/java/eu/mihosoft/vmf/core/DelegateTo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -78,7 +78,7 @@
* <p>Created by miho on 21.03.2017.</p>
*
* @author Michael Hoffer <[email protected]>
* @see <a href="https://github.com/miho/VMF-Tutorials/blob/master/VMF-Tutorial-08/README.md">Tutorial on Custom Behavior & Delegation</a>
* @see <a href="https://github.com/miho/VMF-Tutorials/blob/master/VMF-Tutorial-08/README.md">Tutorial on Custom Behavior &amp; Delegation</a>
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/DelegationInfo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Doc.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ExternalType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/GetterOnly.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions core/src/main/java/eu/mihosoft/vmf/core/IgnoreEquals.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -53,7 +53,7 @@
* <p>Created by miho on 08.01.2017.</p>
*
* @author Michael Hoffer <[email protected]>
* @see <a href="https://github.com/miho/VMF-Tutorials/blob/master/VMF-Tutorial-10/README.md#ignoring-properties-for-equals">Tutorial on Equals & HashCode</a>
* @see <a href="https://github.com/miho/VMF-Tutorials/blob/master/VMF-Tutorial-10/README.md#ignoring-properties-for-equals">Tutorial on Equals &amp; HashCode</a>
* <!--see EqualsAndHashCode-->
* @see IgnoreToString
*/
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/IgnoreToString.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Immutable.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Implementation.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Interface.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/InterfaceOnly.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Model.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ModelConfig.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ModelType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ObservableObject.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Prop.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/PropType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/PropertyOrder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/ReferenceInfo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/eu/mihosoft/vmf/core/Refers.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2023 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2023 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2024 Michael Hoffer <[email protected]>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit a7ae52f

Please sign in to comment.