Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 04f77af

Browse files
authored
Merge pull request #198 from xvanick1/issue-197
[Issue #197]Copyrights pattern match creationYear-modificationYear
2 parents b924d39 + 969dd6d commit 04f77af

Some content is hidden

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

55 files changed

+55
-55
lines changed

tyr-api/src/main/java/org/jboss/tyr/CIOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-api/src/main/java/org/jboss/tyr/Check.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-api/src/main/java/org/jboss/tyr/Command.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-api/src/main/java/org/jboss/tyr/InvalidPayloadException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-core/src/main/java/org/jboss/tyr/JaxRsApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-core/src/main/java/org/jboss/tyr/check/CommitMessagesCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-core/src/main/java/org/jboss/tyr/check/SkipCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-core/src/main/java/org/jboss/tyr/check/TitleCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-core/src/main/java/org/jboss/tyr/ci/CILoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

tyr-core/src/main/java/org/jboss/tyr/ci/ContinuousIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Red Hat, Inc, and individual contributors.
2+
* Copyright 2019-2021 Red Hat, Inc, and individual contributors.
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.

0 commit comments

Comments
 (0)