Skip to content

Commit 28da53d

Browse files
authored
[issue-554] Update HEADER (#583)
Signed-off-by: Fan Yang <[email protected]>
1 parent e32a5b1 commit 28da53d

File tree

129 files changed

+882
-138
lines changed

Some content is hidden

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

129 files changed

+882
-138
lines changed

.codecov.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
#
2-
# Copyright (c) Dell Inc., or its subsidiaries. All Rights Reserved.
2+
# Copyright Pravega Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at
77
#
88
# http://www.apache.org/licenses/LICENSE-2.0
99
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
1016
coverage:
1117
status:
1218
project:

HEADER

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2-
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
1+
Copyright Pravega Authors.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
77
http://www.apache.org/licenses/LICENSE-2.0
8-
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

NOTICE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Copyright (c) 2017-2021 Dell Inc., or its subsidiaries. All Rights Reserved.
1+
Copyright (c) 2021 Pravega Authors.
2+
Copyright (c) 2017-2021 Dell Inc., or its subsidiaries. All Rights Reserved.

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016

1117
# Pravega Flink Connectors

build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
/**
2-
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
* Copyright Pravega Authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1015
*/
1116

1217
buildscript {

checkstyle/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- header -->
1111
<module name="RegexpHeader">
12-
<property name="header" value="/\*\*\n *"/>
12+
<property name="header" value="/\*\*\n * Copyright Pravega Authors\."/>
1313
</module>
1414
<module name="SuppressionFilter">
1515
<property name="file" value="${config_loc}/suppressions.xml"/>

checkstyle/spotbugs-exclude.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<!--
2-
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
* Copyright Pravega Authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
1016
-->
1117
<FindBugsFilter>
1218
<Match> <!-- does not work well with futures -->

checkstyle/spotbugs-include.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<!--
2-
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
* Copyright Pravega Authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1015
-->
1116
<FindBugsFilter>
1217
<!-- Probable bug - an apparent coding mistake resulting in code that was

checkstyle/suppressions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
66

77
<!--~
8-
Copyright (c) 2017 Dell Inc., or its subsidiaries.
8+
Copyright Pravega Authors.
99
-->
1010

1111
<suppressions>

documentation/src/docs/batch.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
# Batch Connector
1117
The Flink Connector library for Pravega makes it possible to use a Pravega Stream as a data source and data sink in a batch program. See the below sections for details.

documentation/src/docs/catalog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016

1117
# Pravega Catalogs

documentation/src/docs/configurations.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016

1117
# Configurations

documentation/src/docs/dev-guide.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
# Flink Connector - Dev Guide
1117
Learn how to build your own applications that using Flink connector for Pravega.

documentation/src/docs/getting-started.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
# Pravega Flink Connectors [![Build Status](https://travis-ci.org/pravega/flink-connectors.svg?branch=master)](https://travis-ci.org/pravega/flink-connectors)
1117

documentation/src/docs/index.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
## Apache Flink Connectors for Pravega
1117

documentation/src/docs/metrics.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016

1117
# Metrics

documentation/src/docs/quickstart.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016

1117
# Getting Started

documentation/src/docs/serialization.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
# Serialization
1117

documentation/src/docs/streaming.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
# Streaming Connector
1117

documentation/src/docs/table-api.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<!--
2-
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
Copyright Pravega Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
88
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
915
-->
1016
# Table Connector
1117
The Flink connector library for Pravega provides a table source and table sink for use with the Flink Table API.

documentation/src/mkdocs.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
1+
# Copyright Pravega Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
814

915
site_name: 'Exploring Pravega Flink Connectors'
1016
site_url: 'http://pravega.io/'

gradle.properties

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
#
2-
# Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
2+
# Copyright Pravega Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at
77
#
88
# http://www.apache.org/licenses/LICENSE-2.0
99
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
1016

1117
# 3rd party Versions.
1218
checkstyleToolVersion=7.1

0 commit comments

Comments
 (0)