Skip to content

Commit bc98659

Browse files
committed
fix licence header error
Signed-off-by: dbulahov <[email protected]>
1 parent 61cd955 commit bc98659

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

csdl/model/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/*********************************************************************
4+
* Copyright (c) 2025 Contributors to the Eclipse Foundation.
5+
*
6+
* This program and the accompanying materials are made
7+
* available under the terms of the Eclipse Public License 2.0
8+
* which is available at https://www.eclipse.org/legal/epl-2.0/
9+
*
10+
* SPDX-License-Identifier: EPL-2.0
11+
**********************************************************************/
12+
-->
113
<project xmlns="http://maven.apache.org/POM/4.0.0"
214
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
315
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
/*
2+
* Copyright (c) 2023 Contributors to the Eclipse Foundation.
3+
*
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*
10+
* Contributors:
11+
* SmartCity Jena - initial
12+
* Stefan Bischof (bipolis.org) - initial
13+
*/
114
package org.eclipse.daanse.xmla.server.adapter.soapmessage.execute.converter;

server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage/package-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
* <ul>
2626
* <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.XmlaApiAdapter}
2727
* - Main entry point, routes SOAP requests to appropriate handlers</li>
28-
* <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.Convert} -
29-
* Facade for XML-to-API object conversion methods</li>
3028
* <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.SoapUtil} -
3129
* SOAP message building utilities</li>
3230
* </ul>
@@ -51,7 +49,7 @@
5149
*
5250
* <h2>Subpackages</h2>
5351
* <ul>
54-
* <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.convert} - XML
52+
* <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage} - XML
5553
* parsing utilities</li>
5654
* <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.discover} -
5755
* Discover operation handlers</li>

0 commit comments

Comments
 (0)