Skip to content

Commit 1e77e28

Browse files
committed
fix ci issues
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 2991417 commit 1e77e28

File tree

7 files changed

+212
-309
lines changed

7 files changed

+212
-309
lines changed

api/src/main/java/org/eclipse/daanse/xmla/api/PropertyDefinition.java

Lines changed: 140 additions & 269 deletions
Large diffs are not rendered by default.

api/src/main/java/org/eclipse/daanse/xmla/api/RowsetDefinitionType.java

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
/*
2-
// This software is subject to the terms of the Eclipse Public License v1.0
3-
// Agreement, available at the following URL:
4-
// http://www.eclipse.org/legal/epl-v10.html.
5-
// You must accept the terms of that agreement to use this software.
6-
//
7-
// Copyright (C) 2003-2005 Julian Hyde
8-
// Copyright (C) 2005-2018 Hitachi Vantara
9-
// Copyright (C) 2019 Topsoft
10-
// Copyright (C) 2020 - 2022 Sergei Semenkov
11-
// All Rights Reserved.
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+
* Stefan Bischof (bipolis.org)
12+
* Copyright (C) 2003-2005 Julian Hyde
13+
* Copyright (C) 2005-2017 Hitachi Vantara
14+
* Copyright (C) 2019 Topsoft
15+
* Copyright (C) 2020 - 2022 Sergei Semenkov
16+
* All Rights Reserved.
1217
*/
1318

1419
package org.eclipse.daanse.xmla.api;

api/src/main/java/org/eclipse/daanse/xmla/api/XmlaConstant.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
/*
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+
* Stefan Bischof (bipolis.org)
212
// Licensed to Julian Hyde under one or more contributor license
313
// agreements. See the NOTICE file distributed with this work for
414
// additional information regarding copyright ownership.

api/src/main/java/org/eclipse/daanse/xmla/api/XmlaConstants.java

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
/*
2-
// Licensed to Julian Hyde under one or more contributor license
3-
// agreements. See the NOTICE file distributed with this work for
4-
// additional information regarding copyright ownership.
5-
//
6-
// Julian Hyde licenses this file to you under the Apache License,
7-
// Version 2.0 (the "License"); you may not use this file except in
8-
// compliance with the License. You may obtain a copy of the License at:
9-
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
11-
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
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+
* Stefan Bischof (bipolis.org)
12+
* Licensed to Julian Hyde under one or more contributor license
13+
* agreements. See the NOTICE file distributed with this work for
14+
* additional information regarding copyright ownership.
15+
*
16+
* Julian Hyde licenses this file to you under the Apache License,
17+
* Version 2.0 (the "License"); you may not use this file except in
18+
* compliance with the License. You may obtain a copy of the License at:
19+
*
20+
* http://www.apache.org/licenses/LICENSE-2.0
21+
*
22+
* Unless required by applicable law or agreed to in writing, software
23+
* distributed under the License is distributed on an "AS IS" BASIS,
24+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25+
* See the License for the specific language governing permissions and
26+
* limitations under the License.
1727
*/
1828
package org.eclipse.daanse.xmla.api;
1929

api/src/main/java/org/eclipse/daanse/xmla/api/XmlaException.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
/*
2-
* This software is subject to the terms of the Eclipse Public License v1.0
3-
* Agreement, available at the following URL:
4-
* http://www.eclipse.org/legal/epl-v10.html.
5-
* You must accept the terms of that agreement to use this software.
1+
/*/*
2+
* Copyright (c) 2023 Contributors to the Eclipse Foundation.
63
*
7-
* Copyright (c) 2002-2017 Hitachi Vantara.. All rights reserved.
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
813
*/
914

1015
package org.eclipse.daanse.xmla.api;

api/src/main/java/org/eclipse/daanse/xmla/api/XmlaUtil.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
/*
2-
// This software is subject to the terms of the Eclipse Public License v1.0
3-
// Agreement, available at the following URL:
4-
// http://www.eclipse.org/legal/epl-v10.html.
5-
// You must accept the terms of that agreement to use this software.
6-
//
7-
// Copyright (C) 2003-2005 Julian Hyde
8-
// Copyright (C) 2005-2017 Hitachi Vantara
9-
// All Rights Reserved.
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
1013
*/
1114
package org.eclipse.daanse.xmla.api;
1215

client/soapmessage/test.bndrun

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ port : 17290
116116
org.mockito.mockito-core;version='[4.9.0,4.9.1)',\
117117
org.objenesis;version='[3.3.0,3.3.1)',\
118118
org.opentest4j;version='[1.2.0,1.2.1)',\
119-
org.osgi.service.cm;version='[1.6.1,1.6.2)',\
120119
org.osgi.service.component;version='[1.5.1,1.5.2)',\
121120
org.osgi.test.common;version='[1.3.0,1.3.1)',\
122121
org.osgi.test.junit5;version='[1.3.0,1.3.1)',\

0 commit comments

Comments
 (0)