Skip to content

Commit 64db0ad

Browse files
authored
Fix copyright header violations (#31)
1 parent 6ad4e03 commit 64db0ad

File tree

89 files changed

+89
-89
lines changed

Some content is hidden

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

89 files changed

+89
-89
lines changed

examples/workflow-test/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/app/workflow-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/activity-node-decision.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/activity-node-fork.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/category.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/edge.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/task-automated.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/task-manual.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/elements/weighted-edge.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

examples/workflow-test/src/graph/workflow.graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2+
* Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

0 commit comments

Comments
 (0)