Skip to content

Commit 58ef56c

Browse files
committed
upgraded to RAT 0.17
1 parent a95ad18 commit 58ef56c

File tree

2 files changed

+55
-47
lines changed

2 files changed

+55
-47
lines changed

big-query-rat-config.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<rat-config>
2+
<families>
3+
<family id="AvnBQ" name="Aiven BigQuery License" />
4+
</families>
5+
<licenses>
6+
<license family="AvnBQ" id="AvnBQ" name ="Aiven BigQuery License" >
7+
<all>
8+
<copyright owner="Aiven Oy and bigquery-connector-for-apache-kafka project contributors" />
9+
<text>
10+
This software contains code derived from the Confluent BigQuery
11+
Kafka Connector, Copyright Confluent, Inc, which in turn
12+
contains code derived from the WePay BigQuery Kafka Connector,
13+
Copyright WePay, Inc.
14+
15+
Licensed under the Apache License, Version 2.0 (the "License");
16+
you may not use this file except in compliance with the License.
17+
You may obtain a copy of the License at
18+
</text>
19+
<any>
20+
<text>http://www.apache.org/licenses/LICENSE-2.0</text>
21+
<text>https://www.apache.org/licenses/LICENSE-2.0</text>
22+
</any>
23+
<text>
24+
Unless required by applicable law or agreed to in writing,
25+
software distributed under the License is distributed on an
26+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
27+
KIND, either express or implied. See the License for the
28+
specific language governing permissions and limitations
29+
under the License.
30+
</text>
31+
</all>
32+
</license>
33+
</licenses>
34+
<approved>
35+
<family license_ref='AvnBQ' />
36+
</approved>
37+
</rat-config>

pom.xml

Lines changed: 18 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,19 @@
328328
<version>3.3.1</version>
329329
<type>maven-plugin</type>
330330
</dependency>
331+
<dependency>
332+
<groupId>org.apache.rat</groupId>
333+
<artifactId>apache-rat-plugin</artifactId>
334+
<version>0.17</version>
335+
</dependency>
331336
</dependencies>
332337
</dependencyManagement>
333338
<dependencies>
339+
<dependency>
340+
<groupId>org.apache.rat</groupId>
341+
<artifactId>apache-rat-plugin</artifactId>
342+
<version>0.17</version>
343+
</dependency>
334344
<dependency>
335345
<groupId>com.google.cloud</groupId>
336346
<artifactId>google-cloud-bigquerystorage</artifactId>
@@ -362,53 +372,14 @@
362372
</executions>
363373
<configuration>
364374
<excludeSubProjects>false</excludeSubProjects>
365-
<addDefaultLicenses>false</addDefaultLicenses>
366-
<approvedLicenses>aiven</approvedLicenses>
367-
<families>
368-
<family>
369-
<id>aiven</id>
370-
<name>Aiven Oy</name>
371-
</family>
372-
</families>
373-
<licenses>
374-
<license>
375-
<family>aiven</family>
376-
<name>bigquery-connector</name>
377-
<all>
378-
<copyright owner="Aiven Oy and bigquery-connector-for-apache-kafka project contributors" />
379-
<text>
380-
This software contains code derived from the Confluent BigQuery
381-
Kafka Connector, Copyright Confluent, Inc, which in turn
382-
contains code derived from the WePay BigQuery Kafka Connector,
383-
Copyright WePay, Inc.
384-
385-
Licensed under the Apache License, Version 2.0 (the "License");
386-
you may not use this file except in compliance with the License.
387-
You may obtain a copy of the License at
388-
</text>
389-
<any>
390-
<text>http://www.apache.org/licenses/LICENSE-2.0</text>
391-
<text>https://www.apache.org/licenses/LICENSE-2.0</text>
392-
</any>
393-
<text>
394-
Unless required by applicable law or agreed to in writing,
395-
software distributed under the License is distributed on an
396-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
397-
KIND, either express or implied. See the License for the
398-
specific language governing permissions and limitations
399-
under the License.
400-
</text>
401-
</all>
402-
</license>
403-
</licenses>
404-
<excludes>
405-
<exclude>**/*.vm</exclude>
406-
<exclude>**/*.properties</exclude>
407-
<exclude>LICENSE.md</exclude>
408-
<exclude>README.md</exclude>
409-
<exclude>/docs/**</exclude>
410-
<exclude>**/META-INF/services/**</exclude>
411-
</excludes>
375+
<!-- <configurationNoDefaults>true</configurationNoDefaults> -->
376+
<config>big-query-rat-config.xml</config>
377+
<inputExclude>**/*.vm</inputExclude>
378+
<inputExclude>**/*.properties</inputExclude>
379+
<inputExclude>LICENSE.md</inputExclude>
380+
<inputExclude>README.md</inputExclude>
381+
<inputExclude>/docs/**</inputExclude>
382+
<inputExclude>**/META-INF/services/**</inputExclude>
412383
</configuration>
413384
</plugin>
414385
<plugin>

0 commit comments

Comments
 (0)