Skip to content

Commit 0d62ec6

Browse files
Use correct license header
1 parent dcc838a commit 0d62ec6

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

modules/flowable-bpmn-converter/src/test/java/org/flowable/editor/language/xml/MultipleCharacterEventsConverterTest.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
/*
2-
* Copyright 2025, Flowable Licences AG.
3-
* This license is based on the software license agreement and terms and conditions in effect between the parties
4-
* at the time of purchase of the Flowable software product.
5-
* Your agreement to these terms and conditions is required to install or use the Flowable software product and/or this file.
6-
* Flowable is a trademark of Flowable AG registered in several countries.
1+
/* Licensed under the Apache License, Version 2.0 (the "License");
2+
* you may not use this file except in compliance with the License.
3+
* You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
712
*/
813
package org.flowable.editor.language.xml;
914

0 commit comments

Comments
 (0)