Skip to content

Commit

Permalink
https://github.com/miho/VMF/issues/53
Browse files Browse the repository at this point in the history
new impl. seems to work.

tried to get rid of everything that is currently deprecated in gradle.
  • Loading branch information
miho committed Mar 22, 2023
1 parent be64115 commit 4c77d11
Show file tree
Hide file tree
Showing 147 changed files with 940 additions and 309 deletions.
18 changes: 9 additions & 9 deletions build-and-test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ echo "------------------------------------------"
sh ./gradlew clean publishtoMavenLocal --no-daemon || { echo 'building vmf failed' ; exit 1; }
sh ./gradlew test --no-daemon || { echo 'testing vmf failed' ; exit 1; }

echo "------------------------------------------"
echo "BUILDING PLUGIN (MAVEN)..."
echo "------------------------------------------"
#echo "------------------------------------------"
#echo "BUILDING PLUGIN (MAVEN)..."
#echo "------------------------------------------"
cd maven-plugin
sh ./maven.sh clean install || { echo 'building maven plugin failed' ; exit 1; }
#sh ./maven.sh clean install || { echo 'building maven plugin failed' ; exit 1; }

echo "------------------------------------------"
echo "TESTING (1/2, GRADLE)..."
echo "------------------------------------------"
cd ../test-suite
sh ./gradlew clean test --stacktrace --no-daemon || { echo 'building and/or running test-suite failed' ; exit 1; }
sh ./gradlew clean test --stacktrace --no-daemon --warning-mode all || { echo 'building and/or running test-suite failed' ; exit 1; }

echo "------------------------------------------"
echo "TESTING (2/2, MAVEN)..."
echo "------------------------------------------"
sh ./maven.sh clean test || { echo 'building and/or running test-suite failed' ; exit 1; }
#echo "------------------------------------------"
#echo "TESTING (2/2, MAVEN)..."
#echo "------------------------------------------"
#sh ./maven.sh clean test || { echo 'building and/or running test-suite failed' ; exit 1; }
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.6-SNAPSHOT
publication.version=0.2.8.7
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jar {
}

license {
header = rootProject.file('config/HEADER')
header = rootProject.file('core/config/HEADER')
strictCheck = true
ignoreFailures = true
mapping {
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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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/DelegateTo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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/DelegationInfo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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/IgnoreEquals.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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/IgnoreToString.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2017-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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
23 changes: 23 additions & 0 deletions core/src/main/java/eu/mihosoft/vmf/core/ModelConfig.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* If you use this software for scientific research then please cite the following publication(s):
*
* M. Hoffer, C. Poliwoda, & G. Wittum. (2013). Visual reflection library:
* a framework for declarative GUI programming on the Java platform.
* Computing and Visualization in Science, 2013, 16(4),
* 181–192. http://doi.org/10.1007/s00791-014-0230-y
*/
package eu.mihosoft.vmf.core;

import eu.mihosoft.vmf.core.VMFEquals.EqualsType;
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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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-2019 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2019 Goethe Center for Scientific Computing, University Frankfurt. All rights reserved.
* Copyright 2017-2023 Michael Hoffer <info@michaelhoffer.de>. All rights reserved.
* Copyright 2017-2023 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 4c77d11

Please sign in to comment.