Skip to content

Commit 3dda2da

Browse files
committed
Checked and updated license information.
1 parent e5ed2ed commit 3dda2da

File tree

68 files changed

+682
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+682
-3
lines changed

LICENSE.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Copyright (c) 2020-2023
2+
Modelling for Continuous Software Engineering (MCSE) group, Institute of Information Security and Dependability (KASTEL), Karlsruhe Institute of Technology (KIT).
3+
14
Copyright (c) 2006-2014
25
Software Technology Group, Dresden University of Technology
36
DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026
@@ -11,8 +14,8 @@ Contributors:
1114
Software Technology Group - TU Dresden, Germany;
1215
DevBoost GmbH - Berlin, Germany
1316
- initial API and implementation
14-
Martin Armbruster
15-
- Extension for Java 7-13
17+
MCSE, KASTEL, KIT
18+
- Extension for Java 7-15, further independent maintenance
1619

1720
------------------------------------------------------------------------------
1821

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/JavaClasspath.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2015
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Dresden, Amtsgericht Dresden, HRB 34001

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/LogicalJavaURIGenerator.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2012
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/classifiers/InterfaceExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/expressions/ExpressionExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/generics/TypeParameterExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/members/ConstructorExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/members/MethodExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/references/ReferenceExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

jamopp.model/src/main/java/tools/mdsd/jamopp/model/java/extensions/types/TypeReferenceExtension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/*******************************************************************************
2+
* Copyright (c) 2020-2023
3+
* Modelling for Continuous Software Engineering (MCSE) group,
4+
* Institute of Information Security and Dependability (KASTEL),
5+
* Karlsruhe Institute of Technology (KIT).
6+
*
27
* Copyright (c) 2006-2014
38
* Software Technology Group, Dresden University of Technology
49
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026

0 commit comments

Comments
 (0)