Skip to content

Commit ef0c650

Browse files
HNC-766: updated license and copyright headers
1 parent 45052c0 commit ef0c650

209 files changed

Lines changed: 2139 additions & 1835 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.

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pentaho Community Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL).
1+
Pentaho Developer Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL).
22
This project may include third party components that are individually licensed per the terms indicated by their respective copyright owners
33
included in text file or in the source code.
44

@@ -10,7 +10,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
1010
Parameters
1111

1212
Licensor: Hitachi Vantara, LLC.
13-
Licensed Work: Pentaho Community Edition 10.3. The Licensed Work is (c) 2024
13+
Licensed Work: Pentaho Developer Edition 10.3. The Licensed Work is (c) 2024
1414
Hitachi Vantara, LLC.
1515
Additional Use Grant: None
1616
Change Date: Four years from the date the Licensed Work is published.

core/src/main/java/pt/webdetails/cpf/AbstractInterPluginCall.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/IPluginCall.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/PluginEnvironment.java

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved.
1+
/*! ******************************************************************************
32
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
3+
* Pentaho
84
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312
package pt.webdetails.cpf;
1413

1514
import pt.webdetails.cpf.context.api.IUrlProvider;

core/src/main/java/pt/webdetails/cpf/PluginSettings.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/RequestHandler.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/ResponseWrapper.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/RestRequestHandler.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/Router.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

core/src/main/java/pt/webdetails/cpf/Util.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/*!
2-
* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved.
3-
*
4-
* This software was developed by Webdetails and is provided under the terms
5-
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
6-
* this file except in compliance with the license. If you need a copy of the license,
7-
* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails.
8-
*
9-
* Software distributed under the Mozilla Public License is distributed on an "AS IS"
10-
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to
11-
* the license for the specific language governing your rights and limitations.
12-
*/
1+
/*! ******************************************************************************
2+
*
3+
* Pentaho
4+
*
5+
* Copyright (C) 2024 by Hitachi Vantara, LLC : 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: 2028-08-13
11+
******************************************************************************/
1312

1413
package pt.webdetails.cpf;
1514

0 commit comments

Comments
 (0)