Skip to content

Commit ba6b42f

Browse files
committed
DEVO-14154: updated copyright headers
1 parent 3e77267 commit ba6b42f

68 files changed

Lines changed: 269 additions & 136 deletions

File tree

Some content is hidden

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

assemblies/client/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- ******************************************************************************
3+
*
4+
* Pentaho
5+
*
6+
* Copyright (C) 2026 by Pentaho Canada Inc. : http://www.pentaho.com
7+
*
8+
* Use of this software is governed by the Business Source License included
9+
* in the LICENSE.TXT file.
10+
*
11+
* Change Date: 2030-06-15
12+
******************************************************************************* -->
213
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
314
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
415
<modelVersion>4.0.0</modelVersion>

assemblies/client/src/main/feature/feature.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!-- ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2026 by Pentaho Canada Inc. : http://www.pentaho.com
6+
*
7+
* Use of this software is governed by the Business Source License included
8+
* in the LICENSE.TXT file.
9+
*
10+
* Change Date: 2030-06-15
11+
******************************************************************************* -->
112
<features name="${project.artifactId}-repo" xmlns="http://karaf.apache.org/xmlns/features/v1.2.1">
213
<feature name="${project.artifactId}" version="${project.version}">
314

assemblies/driver/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- ******************************************************************************
3+
*
4+
* Pentaho
5+
*
6+
* Copyright (C) 2026 by Pentaho Canada Inc. : http://www.pentaho.com
7+
*
8+
* Use of this software is governed by the Business Source License included
9+
* in the LICENSE.TXT file.
10+
*
11+
* Change Date: 2030-06-15
12+
******************************************************************************* -->
213
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
314
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
415
<modelVersion>4.0.0</modelVersion>

assemblies/driver/src/assembly/assembly.xml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
<!--
2-
~ This program is free software; you can redistribute it and/or modify it under the
3-
~ terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
4-
~ Foundation.
5-
~
6-
~ You should have received a copy of the GNU Lesser General Public License along with this
7-
~ program; if not, you can obtain a copy at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
8-
~ or from the Free Software Foundation, Inc.,
9-
~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
10-
~
11-
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
12-
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13-
~ See the GNU Lesser General Public License for more details.
14-
~
15-
~ Copyright 2015 - 2018 Hitachi Vantara. All rights reserved.
16-
-->
1+
<!-- ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2015 - 2026 by Pentaho Canada Inc. : http://www.pentaho.com
6+
*
7+
* Use of this software is governed by the Business Source License included
8+
* in the LICENSE.TXT file.
9+
*
10+
* Change Date: 2030-06-15
11+
******************************************************************************* -->
12+
1713

1814
<assembly>
1915
<id>package</id>

assemblies/driver/src/resources/kettle-password-encoder-plugins.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!-- ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2026 by Pentaho Canada Inc. : http://www.pentaho.com
6+
*
7+
* Use of this software is governed by the Business Source License included
8+
* in the LICENSE.TXT file.
9+
*
10+
* Change Date: 2030-06-15
11+
******************************************************************************* -->
112
<password-encoder-plugins>
213

314
<password-encoder-plugin id="Kettle">

assemblies/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- ******************************************************************************
3+
*
4+
* Pentaho
5+
*
6+
* Copyright (C) 2026 by Pentaho Canada Inc. : http://www.pentaho.com
7+
*
8+
* Use of this software is governed by the Business Source License included
9+
* in the LICENSE.TXT file.
10+
*
11+
* Change Date: 2030-06-15
12+
******************************************************************************* -->
213
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
314
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
415
<modelVersion>4.0.0</modelVersion>

pdi-dataservice-client-api/src/main/java/org/pentaho/di/trans/dataservice/client/api/IDataServiceClientService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
*
33
* Pentaho
44
*
5-
* Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com
5+
* Copyright (C) 2024 - 2026 by Pentaho Canada Inc. : http://www.pentaho.com
66
*
77
* Use of this software is governed by the Business Source License included
88
* in the LICENSE.TXT file.
99
*
10-
* Change Date: 2029-07-20
10+
* Change Date: 2030-06-15
1111
******************************************************************************/
1212

1313

14+
1415
package org.pentaho.di.trans.dataservice.client.api;
1516

1617
import io.reactivex.Observer;

pdi-dataservice-client-api/src/main/java/org/pentaho/di/trans/dataservice/jdbc/api/IThinPreparedStatement.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
*
33
* Pentaho
44
*
5-
* Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com
5+
* Copyright (C) 2024 - 2026 by Pentaho Canada Inc. : http://www.pentaho.com
66
*
77
* Use of this software is governed by the Business Source License included
88
* in the LICENSE.TXT file.
99
*
10-
* Change Date: 2029-07-20
10+
* Change Date: 2030-06-15
1111
******************************************************************************/
1212

1313

14+
1415
package org.pentaho.di.trans.dataservice.jdbc.api;
1516

1617
import io.reactivex.Observer;

pdi-dataservice-client-api/src/main/java/org/pentaho/di/trans/dataservice/jdbc/api/IThinServiceInformation.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
*
33
* Pentaho
44
*
5-
* Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com
5+
* Copyright (C) 2024 - 2026 by Pentaho Canada Inc. : http://www.pentaho.com
66
*
77
* Use of this software is governed by the Business Source License included
88
* in the LICENSE.TXT file.
99
*
10-
* Change Date: 2029-07-20
10+
* Change Date: 2030-06-15
1111
******************************************************************************/
1212

1313

14+
1415
package org.pentaho.di.trans.dataservice.jdbc.api;
1516

1617
import org.pentaho.di.core.row.RowMetaInterface;

pdi-dataservice-client-api/src/main/java/org/pentaho/di/trans/dataservice/jdbc/api/IThinStatement.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
*
33
* Pentaho
44
*
5-
* Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com
5+
* Copyright (C) 2024 - 2026 by Pentaho Canada Inc. : http://www.pentaho.com
66
*
77
* Use of this software is governed by the Business Source License included
88
* in the LICENSE.TXT file.
99
*
10-
* Change Date: 2029-07-20
10+
* Change Date: 2030-06-15
1111
******************************************************************************/
1212

1313

14+
1415
package org.pentaho.di.trans.dataservice.jdbc.api;
1516

1617
import io.reactivex.Observer;

0 commit comments

Comments
 (0)