Skip to content

[FLINK-34184] Update copyright and license file#3092

Merged
leonardBang merged 3 commits into
apache:masterfrom
ruanhang1993:changeHeader
Mar 6, 2024
Merged

[FLINK-34184] Update copyright and license file#3092
leonardBang merged 3 commits into
apache:masterfrom
ruanhang1993:changeHeader

Conversation

@ruanhang1993

Copy link
Copy Markdown
Contributor

This PR updates copyright for each file and license file.

@Jiabao-Sun

Copy link
Copy Markdown
Contributor

Thanks @ruanhang1993 for this update.

Shall we change the NOTICE and site/NOTICE file as well?

flink-cdc/NOTICE

Lines 1 to 3 in f7fa317

flink-cdc-connectors
Copyright 2023 Ververica Inc.
Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.

Some files in the docs directory, such as Dockerfile, make.bat, site/index.html, appear to be missing a license header.

@ruanhang1993

ruanhang1993 commented Mar 5, 2024

Copy link
Copy Markdown
Contributor Author

Thanks @ruanhang1993 for this update.

Shall we change the NOTICE and site/NOTICE file as well?

flink-cdc/NOTICE

Lines 1 to 3 in f7fa317

flink-cdc-connectors
Copyright 2023 Ververica Inc.
Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.

Some files in the docs directory, such as Dockerfile, make.bat, site/index.html, appear to be missing a license header.

We have a different issue(https://issues.apache.org/jira/browse/FLINK-34183) to change the LICENSE files. I will raise another PR to change it. @Jiabao-Sun

@ruanhang1993

Copy link
Copy Markdown
Contributor Author

@Jiabao-Sun @leonardBang , the header of some files are not changed.

  1. termynal.css and termynal.js have the following header.
/**
 * termynal.js
 *
 * @author Ines Montani <ines@ines.io>
 * @version 0.0.1
 * @license MIT
 */
  1. The classes we copied from the debezium have the following header:
/*
 * Copyright Debezium Authors.
 *
 * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
 */

I am not sure how to change their headers. WDYT?

@leonardBang

Copy link
Copy Markdown
Contributor

@Jiabao-Sun @leonardBang , the header of some files are not changed.

  1. termynal.css and termynal.js have the following header.
/**
 * termynal.js
 *
 * @author Ines Montani <ines@ines.io>
 * @version 0.0.1
 * @license MIT
 */
  1. The classes we copied from the debezium have the following header:
/*
 * Copyright Debezium Authors.
 *
 * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
 */

I am not sure how to change their headers. WDYT?

I think we should keep current header.

@leonardBang leonardBang left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ruanhang1993 for the huge PR, LGTM

@leonardBang leonardBang merged commit a6c1b06 into apache:master Mar 6, 2024
joyCurry30 pushed a commit to joyCurry30/flink-cdc-connectors that referenced this pull request Mar 22, 2024
wuzhenhua01 pushed a commit to wuzhenhua01/flink-cdc-connectors that referenced this pull request Aug 4, 2024
ChaomingZhangCN pushed a commit to ChaomingZhangCN/flink-cdc that referenced this pull request Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment