Skip to content

Commit 3bdf270

Browse files
authored
chore: update license header (#202)
## Description chore: update license header Fixes: #201 ## Checklist - [x] I have followed this repository's contributing guidelines. - [x] I will adhere to the project's code of conduct.
1 parent f25f276 commit 3bdf270

File tree

74 files changed

+223
-149
lines changed

Some content is hidden

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

74 files changed

+223
-149
lines changed

license-header

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © $YEAR Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<version>${license-maven-plugin.version}</version>
337337
<configuration>
338338
<properties>
339-
<owner>Red Hat, Inc.</owner>
339+
<owner>Trustify Dependency Analytics Authors</owner>
340340
</properties>
341341
<licenseSets>
342342
<licenseSet>
@@ -356,17 +356,18 @@
356356
<include>src/it/**/src/test/**</include>
357357
</includes>
358358
<!--suppress UnresolvedMavenProperty -->
359-
<inlineHeader><![CDATA[Copyright © ${year} ${owner}
359+
<inlineHeader><![CDATA[Copyright 2023-2025 Trustify Dependency Analytics Authors
360360
361361
Licensed under the Apache License, Version 2.0 (the "License");
362362
you may not use this file except in compliance with the License.
363363
You may obtain a copy of the License at
364364
365-
http://www.apache.org/licenses/LICENSE-2.0
365+
http://www.apache.org/licenses/LICENSE-2.0
366366
367367
Unless required by applicable law or agreed to in writing, software
368368
distributed under the License is distributed on an "AS IS" BASIS,
369369
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
370+
370371
See the License for the specific language governing permissions and
371372
limitations under the License.]]>
372373
</inlineHeader>

src/main/java/com/redhat/exhort/Api.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/Provider.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/cli/App.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/cli/AppUtils.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/cli/CliArgs.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/cli/Command.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/cli/OutputFormat.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

src/main/java/com/redhat/exhort/exception/PackageNotInstalledException.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/*
2-
* Copyright © 2023 Red Hat, Inc.
2+
* Copyright 2023-2025 Trustify Dependency Analytics 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
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
*
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/

0 commit comments

Comments
 (0)