Skip to content

Commit 2beebc3

Browse files
committed
Updated license header to year 2021
1 parent 3e88d6c commit 2beebc3

22 files changed

+34
-22
lines changed

.github/workflows/maven.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
#
2+
# Copyright 2021 OmniFaces
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5+
# the License. You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
10+
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11+
# specific language governing permissions and limitations under the License.
12+
#
13+
114
name: Java CI with Maven
215

316
on: [push, pull_request]

license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 OmniFaces
1+
Copyright 2021 OmniFaces
22

33
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
44
the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/Service.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/asynchronous/Asynchronous.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/asynchronous/AsynchronousInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/asynchronous/FutureDelegator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PoolKey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PoolLockTimeoutException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/Pooled.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PooledContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PooledExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PooledScope.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PooledScopeEnabled.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/PooledScopeInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/pooled/UncheckedInterruptedException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/util/AnnotatedMethodWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/java/org/omnifaces/services/util/AnnotatedTypeWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/main/resources/META-INF/beans.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020 OmniFaces
4+
Copyright 2021 OmniFaces
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at

src/test/java/org/omnifaces/test/services/pooled/PooledTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/test/java/org/omnifaces/test/services/pooled/SingleInstancePooledBean.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 OmniFaces
2+
* Copyright 2021 OmniFaces
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

src/test/resources/arquillian.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020 OmniFaces
4+
Copyright 2021 OmniFaces
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at
@@ -13,7 +13,6 @@
1313
specific language governing permissions and limitations under the License.
1414
1515
-->
16-
1716
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/arquillian" xsi:schemaLocation="http://jboss.org/schema/arquillian
1817
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
1918

src/test/resources/server.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<!--
33
4-
Copyright 2020 OmniFaces
4+
Copyright 2021 OmniFaces
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at

0 commit comments

Comments
 (0)