You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/flowable-bpmn-converter/src/test/java/org/flowable/editor/language/xml/MultipleCharacterEventsConverterTest.java
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff 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
0 commit comments