diff --git a/license-header.txt b/license-header.txt index 7076ae4..a6f9898 100644 --- a/license-header.txt +++ b/license-header.txt @@ -1,4 +1,4 @@ -Copyright 2011-2018 the original author or authors. +Copyright 2011-2019 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/AbstractLogon.java b/src/main/java/org/appng/application/authentication/AbstractLogon.java index ed809c5..d3cdf62 100644 --- a/src/main/java/org/appng/application/authentication/AbstractLogon.java +++ b/src/main/java/org/appng/application/authentication/AbstractLogon.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/digest/DigestLogin.java b/src/main/java/org/appng/application/authentication/digest/DigestLogin.java index de6c04d..283addb 100644 --- a/src/main/java/org/appng/application/authentication/digest/DigestLogin.java +++ b/src/main/java/org/appng/application/authentication/digest/DigestLogin.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java b/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java index 890e751..afbf49e 100644 --- a/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java +++ b/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/webform/LoginData.java b/src/main/java/org/appng/application/authentication/webform/LoginData.java index 12b8eb2..91938fe 100644 --- a/src/main/java/org/appng/application/authentication/webform/LoginData.java +++ b/src/main/java/org/appng/application/authentication/webform/LoginData.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/webform/LoginForm.java b/src/main/java/org/appng/application/authentication/webform/LoginForm.java index eb047cb..2abd91a 100644 --- a/src/main/java/org/appng/application/authentication/webform/LoginForm.java +++ b/src/main/java/org/appng/application/authentication/webform/LoginForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/webform/LoginUser.java b/src/main/java/org/appng/application/authentication/webform/LoginUser.java index d281540..61d49a9 100644 --- a/src/main/java/org/appng/application/authentication/webform/LoginUser.java +++ b/src/main/java/org/appng/application/authentication/webform/LoginUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/webform/LogoutUser.java b/src/main/java/org/appng/application/authentication/webform/LogoutUser.java index 276e2d6..fd33d9e 100644 --- a/src/main/java/org/appng/application/authentication/webform/LogoutUser.java +++ b/src/main/java/org/appng/application/authentication/webform/LogoutUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/webform/PasswordChange.java b/src/main/java/org/appng/application/authentication/webform/PasswordChange.java index f6cb043..9211cdd 100644 --- a/src/main/java/org/appng/application/authentication/webform/PasswordChange.java +++ b/src/main/java/org/appng/application/authentication/webform/PasswordChange.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/appng/application/authentication/webform/PasswordReset.java b/src/main/java/org/appng/application/authentication/webform/PasswordReset.java index f70514b..00e0716 100644 --- a/src/main/java/org/appng/application/authentication/webform/PasswordReset.java +++ b/src/main/java/org/appng/application/authentication/webform/PasswordReset.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/BaseLoginTest.java b/src/test/java/org/appng/application/authentication/BaseLoginTest.java index 80584c2..a91a453 100644 --- a/src/test/java/org/appng/application/authentication/BaseLoginTest.java +++ b/src/test/java/org/appng/application/authentication/BaseLoginTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/digest/DigestLoginTest.java b/src/test/java/org/appng/application/authentication/digest/DigestLoginTest.java index 4d3ebce..ff09005 100644 --- a/src/test/java/org/appng/application/authentication/digest/DigestLoginTest.java +++ b/src/test/java/org/appng/application/authentication/digest/DigestLoginTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/ntlm/NtlmLoginTest.java b/src/test/java/org/appng/application/authentication/ntlm/NtlmLoginTest.java index 901bda1..480b857 100644 --- a/src/test/java/org/appng/application/authentication/ntlm/NtlmLoginTest.java +++ b/src/test/java/org/appng/application/authentication/ntlm/NtlmLoginTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/webform/AuthenticationTestDataProvider.java b/src/test/java/org/appng/application/authentication/webform/AuthenticationTestDataProvider.java index 3c25fda..ca95cda 100644 --- a/src/test/java/org/appng/application/authentication/webform/AuthenticationTestDataProvider.java +++ b/src/test/java/org/appng/application/authentication/webform/AuthenticationTestDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/webform/LoginFormTest.java b/src/test/java/org/appng/application/authentication/webform/LoginFormTest.java index 87f33d3..44435d5 100644 --- a/src/test/java/org/appng/application/authentication/webform/LoginFormTest.java +++ b/src/test/java/org/appng/application/authentication/webform/LoginFormTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/webform/LoginUserTest.java b/src/test/java/org/appng/application/authentication/webform/LoginUserTest.java index 3e34d16..835d242 100644 --- a/src/test/java/org/appng/application/authentication/webform/LoginUserTest.java +++ b/src/test/java/org/appng/application/authentication/webform/LoginUserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/webform/LogoutUserTest.java b/src/test/java/org/appng/application/authentication/webform/LogoutUserTest.java index 4392727..42489ae 100644 --- a/src/test/java/org/appng/application/authentication/webform/LogoutUserTest.java +++ b/src/test/java/org/appng/application/authentication/webform/LogoutUserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java b/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java index 3061fd8..c480b16 100644 --- a/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java +++ b/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 the original author or authors. + * Copyright 2011-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.