From f8ee9944ff3cadbe26ac931518c0d854d6acef01 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 18 Sep 2017 11:18:46 -0500 Subject: [PATCH] Copyright date range --- .../web/server/AbstractServerWebExchangeMatcherRegistry.java | 2 +- .../org/springframework/security/config/doc/Attribute.groovy | 2 +- .../org/springframework/security/config/doc/Element.groovy | 2 +- .../security/config/doc/SpringSecurityXsdParser.groovy | 2 +- .../org/springframework/security/samples/FormJcTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../springframework/security/samples/HelloWorldJcTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../org/springframework/security/samples/JdbcJcTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../org/springframework/security/samples/LdapJcTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../security/samples/cas/AbstractCasTests.groovy | 2 +- .../security/samples/cas/CasSampleProxyTests.groovy | 4 ++-- .../security/samples/cas/CasSampleTests.groovy | 4 ++-- .../security/samples/cas/JettyCasService.groovy | 2 +- .../security/samples/cas/modules/NavModule.groovy | 4 ++-- .../security/samples/cas/pages/AccessDeniedPage.groovy | 4 ++-- .../security/samples/cas/pages/ExtremelySecurePage.groovy | 4 ++-- .../security/samples/cas/pages/HomePage.groovy | 4 ++-- .../security/samples/cas/pages/LocalLogoutPage.groovy | 2 +- .../security/samples/cas/pages/LoginPage.groovy | 4 ++-- .../security/samples/cas/pages/ProxyTicketSamplePage.groovy | 4 ++-- .../security/samples/cas/pages/SecurePage.groovy | 4 ++-- .../org/springframework/security/samples/ContactsTests.groovy | 4 ++-- .../org/springframework/security/samples/pages/AddPage.groovy | 4 ++-- .../security/samples/pages/ContactsPage.groovy | 4 ++-- .../security/samples/pages/DeleteConfirmPage.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../security/samples/HelloWorldXmlTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../security/samples/HelloInsecureTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../org/springframework/security/samples/JaasXmlTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../springframework/security/samples/pages/LogoutPage.groovy | 4 ++-- .../springframework/security/samples/pages/SecurePage.groovy | 4 ++-- .../org/springframework/security/samples/LdapXmlTests.groovy | 4 ++-- .../springframework/security/samples/pages/HomePage.groovy | 4 ++-- .../springframework/security/samples/pages/LoginPage.groovy | 4 ++-- .../springframework/security/samples/pages/LogoutPage.groovy | 4 ++-- .../springframework/security/samples/pages/SecurePage.groovy | 4 ++-- 49 files changed, 91 insertions(+), 91 deletions(-) diff --git a/config/src/main/java/org/springframework/security/config/web/server/AbstractServerWebExchangeMatcherRegistry.java b/config/src/main/java/org/springframework/security/config/web/server/AbstractServerWebExchangeMatcherRegistry.java index 1b9d6faf87..30c651fab9 100644 --- a/config/src/main/java/org/springframework/security/config/web/server/AbstractServerWebExchangeMatcherRegistry.java +++ b/config/src/main/java/org/springframework/security/config/web/server/AbstractServerWebExchangeMatcherRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2002-2017 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/config/src/test/groovy/org/springframework/security/config/doc/Attribute.groovy b/config/src/test/groovy/org/springframework/security/config/doc/Attribute.groovy index 3dd3eb552f..a419d45bf7 100644 --- a/config/src/test/groovy/org/springframework/security/config/doc/Attribute.groovy +++ b/config/src/test/groovy/org/springframework/security/config/doc/Attribute.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. You may obtain a copy of diff --git a/config/src/test/groovy/org/springframework/security/config/doc/Element.groovy b/config/src/test/groovy/org/springframework/security/config/doc/Element.groovy index f62ee0f381..b7d877f809 100644 --- a/config/src/test/groovy/org/springframework/security/config/doc/Element.groovy +++ b/config/src/test/groovy/org/springframework/security/config/doc/Element.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. You may obtain a copy of diff --git a/config/src/test/groovy/org/springframework/security/config/doc/SpringSecurityXsdParser.groovy b/config/src/test/groovy/org/springframework/security/config/doc/SpringSecurityXsdParser.groovy index d6d3b4e233..cb25182675 100644 --- a/config/src/test/groovy/org/springframework/security/config/doc/SpringSecurityXsdParser.groovy +++ b/config/src/test/groovy/org/springframework/security/config/doc/SpringSecurityXsdParser.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. You may obtain a copy of diff --git a/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/FormJcTests.groovy b/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/FormJcTests.groovy index 7ba86e8dff..abec1a6ccc 100644 --- a/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/FormJcTests.groovy +++ b/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/FormJcTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -53,4 +53,4 @@ class FormJcTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index bfcb9cb63f..97af93f383 100644 --- a/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class HomePage extends Page { user { $('p.navbar-text').text() } logout { $('input', type: 'submit').click() } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index 9e29cc8a51..d28a5676f6 100644 --- a/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/javaconfig/form/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('button', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldJcTests.groovy b/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldJcTests.groovy index 341679e4d0..b8f33ef708 100644 --- a/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldJcTests.groovy +++ b/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldJcTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -53,4 +53,4 @@ class HelloWorldJcTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index 9168ceb0e0..0e7320a9c4 100644 --- a/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class HomePage extends Page { message { $('p').text() } logout { $('input', type: 'submit').click() } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index a227f98a05..f67f9547f2 100644 --- a/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/javaconfig/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/JdbcJcTests.groovy b/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/JdbcJcTests.groovy index 02269b00ee..ae4e493dde 100644 --- a/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/JdbcJcTests.groovy +++ b/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/JdbcJcTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -53,4 +53,4 @@ class JdbcJcTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index 7846ab488c..d1918e13ad 100644 --- a/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class HomePage extends Page { user { $('p.navbar-text').text() } logout { $('input', type: 'submit').click() } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index 41486d5085..89a4b92cc7 100644 --- a/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/javaconfig/jdbc/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapJcTests.groovy b/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapJcTests.groovy index ca868df254..54e97832cc 100644 --- a/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapJcTests.groovy +++ b/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapJcTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -53,4 +53,4 @@ class LdapJcTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index bfcb9cb63f..97af93f383 100644 --- a/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class HomePage extends Page { user { $('p.navbar-text').text() } logout { $('input', type: 'submit').click() } } -} \ No newline at end of file +} diff --git a/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index 41486d5085..89a4b92cc7 100644 --- a/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/javaconfig/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/AbstractCasTests.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/AbstractCasTests.groovy index e55244802c..e102798f70 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/AbstractCasTests.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/AbstractCasTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleProxyTests.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleProxyTests.groovy index 5fd34836fd..bac395aca5 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleProxyTests.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleProxyTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -119,4 +119,4 @@ class CasSampleProxyTests extends AbstractCasTests { pt = retriever.getProxyTicketIdFor(service.pgt, targetService) pt } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleTests.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleTests.groovy index 088ee27490..1183116a3a 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleTests.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -132,4 +132,4 @@ class CasSampleTests extends AbstractCasTests { then: 'user is logged out of the CAS Service' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/JettyCasService.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/JettyCasService.groovy index 2e3f961edd..7faa97db52 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/JettyCasService.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/JettyCasService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/modules/NavModule.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/modules/NavModule.groovy index 064763feb4..2390bc58fb 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/modules/NavModule.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/modules/NavModule.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -28,4 +28,4 @@ class NavModule extends Module { home(to: HomePage) { $("a", text: "Home") } logout(to: LocalLogoutPage) { $("a", text: "Logout") } } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/AccessDeniedPage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/AccessDeniedPage.groovy index 9207893c55..8a27a9aaf7 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/AccessDeniedPage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/AccessDeniedPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -24,4 +24,4 @@ import geb.* */ class AccessDeniedPage extends Page { static at = { $("*",text: iContains(~/.*?403.*/)) } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ExtremelySecurePage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ExtremelySecurePage.groovy index e3d7ffd5aa..3bcdcc8877 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ExtremelySecurePage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ExtremelySecurePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class ExtremelySecurePage extends Page { static content = { navModule { module NavModule } } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/HomePage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/HomePage.groovy index c80ffad74a..86c7e22544 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/HomePage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class HomePage extends Page { securePage { $('a',text: 'Secure page') } extremelySecurePage { $('a',text: 'Extremely secure page') } } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LocalLogoutPage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LocalLogoutPage.groovy index be9d321a56..8f73ac139a 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LocalLogoutPage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LocalLogoutPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy index bd9c8ea16e..410a02f8b0 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -43,4 +43,4 @@ class LoginPage extends Page { def host = System.getProperty('cas.server.host', 'localhost:9443') "https://${host}/cas/login" } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ProxyTicketSamplePage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ProxyTicketSamplePage.groovy index 04357f47b7..cc0404930a 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ProxyTicketSamplePage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/ProxyTicketSamplePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -30,4 +30,4 @@ class ProxyTicketSamplePage extends Page { static content = { navModule { module NavModule } } -} \ No newline at end of file +} diff --git a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/SecurePage.groovy b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/SecurePage.groovy index 9ca5322d9e..0c8daa5425 100644 --- a/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/SecurePage.groovy +++ b/samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/pages/SecurePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -30,4 +30,4 @@ class SecurePage extends Page { static content = { navModule { module NavModule } } -} \ No newline at end of file +} diff --git a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/ContactsTests.groovy b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/ContactsTests.groovy index 42779a79c8..33092c64ed 100644 --- a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/ContactsTests.groovy +++ b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/ContactsTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -84,4 +84,4 @@ class ContactsTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/AddPage.groovy b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/AddPage.groovy index 735f4bdfdc..2988d4ac42 100644 --- a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/AddPage.groovy +++ b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/AddPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class AddPage extends Page { addForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/ContactsPage.groovy b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/ContactsPage.groovy index faf9926b3b..607bd99073 100644 --- a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/ContactsPage.groovy +++ b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/ContactsPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -41,4 +41,4 @@ class Contact extends Module { delete { cell(3).$('a').click() } adminPermission { cell(4).$('a') } } -} \ No newline at end of file +} diff --git a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/DeleteConfirmPage.groovy b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/DeleteConfirmPage.groovy index dadd169138..ded6ea964a 100644 --- a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/DeleteConfirmPage.groovy +++ b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/DeleteConfirmPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -27,4 +27,4 @@ class DeleteConfirmPage extends Page { static content = { manage(to: ContactsPage) { $('a', text: 'Manage') } } -} \ No newline at end of file +} diff --git a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index 76cb9699fc..cf26ec895b 100644 --- a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -30,4 +30,4 @@ class HomePage extends Page { debug { $('a', text: 'Debug').click() } frames { $('a', text: 'Frames').click() } } -} \ No newline at end of file +} diff --git a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index 55c1e69340..609ccce10a 100644 --- a/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/xml/contacts/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldXmlTests.groovy b/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldXmlTests.groovy index 5444063f26..b3669fad4f 100644 --- a/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldXmlTests.groovy +++ b/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/HelloWorldXmlTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -54,4 +54,4 @@ class HelloWorldXmlTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index beb1d580d1..657c704bec 100644 --- a/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class HomePage extends Page { message { $('p').text() } logout { $('input', type: 'submit').click() } } -} \ No newline at end of file +} diff --git a/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index a227f98a05..f67f9547f2 100644 --- a/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/xml/helloworld/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/HelloInsecureTests.groovy b/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/HelloInsecureTests.groovy index 7ccdbd4265..a7d0d3101d 100644 --- a/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/HelloInsecureTests.groovy +++ b/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/HelloInsecureTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -33,4 +33,4 @@ class HelloInsecureTests extends GebReportingSpec { and: 'We can see the message' message == 'We would like to secure this page' } -} \ No newline at end of file +} diff --git a/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index 5f034d1319..afdb5eb7d6 100644 --- a/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/xml/insecure/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -28,4 +28,4 @@ class HomePage extends Page { static content = { message { $('p').text() } } -} \ No newline at end of file +} diff --git a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/JaasXmlTests.groovy b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/JaasXmlTests.groovy index 1b92a7bbf8..0b3d146dba 100644 --- a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/JaasXmlTests.groovy +++ b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/JaasXmlTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -58,4 +58,4 @@ class JaasXmlTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index a6411d6fb8..ee8fa083a9 100644 --- a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -28,4 +28,4 @@ class HomePage extends Page { static content = { securePage(to: [SecurePage,LoginPage]) { $('a').click() } } -} \ No newline at end of file +} diff --git a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index a448b34ddd..ae36a84064 100644 --- a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy index eb15b51d11..2dcc4e8b9a 100644 --- a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy +++ b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -25,4 +25,4 @@ import geb.Page class LogoutPage extends LoginPage { static url = 'login' static at = { assert driver.title == 'Login Page' && $('p').text() == 'You have been logged out'; true} -} \ No newline at end of file +} diff --git a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy index fdab6febc6..2d724fa12c 100644 --- a/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy +++ b/samples/xml/jaas/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -29,4 +29,4 @@ class SecurePage extends Page { message { $('p').text() } logout { $('input', type: 'submit').click() } } -} \ No newline at end of file +} diff --git a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapXmlTests.groovy b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapXmlTests.groovy index 80bee7f293..8cf2fec760 100644 --- a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapXmlTests.groovy +++ b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/LdapXmlTests.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -57,4 +57,4 @@ class LdapXmlTests extends GebReportingSpec { then: 'The login page is displayed' at LoginPage } -} \ No newline at end of file +} diff --git a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy index 0f2be21ffc..9505292b28 100644 --- a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy +++ b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -28,4 +28,4 @@ class HomePage extends Page { static content = { secure(to: [SecurePage,LoginPage]) { $('a', text: 'Secure page') } } -} \ No newline at end of file +} diff --git a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy index 7223c3a221..8e56afcb02 100644 --- a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy +++ b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -34,4 +34,4 @@ class LoginPage extends Page { loginForm { $('form') } submit { $('input', type: 'submit') } } -} \ No newline at end of file +} diff --git a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy index 593a6abef7..4b14b4a625 100644 --- a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy +++ b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/LogoutPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -22,4 +22,4 @@ package org.springframework.security.samples.pages class LogoutPage extends LoginPage { static url = 'login' static at = { assert driver.title == 'Login Page' && $('p').text() == 'You have been logged out'; true} -} \ No newline at end of file +} diff --git a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy index 17a1aee7d8..5ba6cafab0 100644 --- a/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy +++ b/samples/xml/ldap/src/integration-test/groovy/org/springframework/security/samples/pages/SecurePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2011 the original author or authors. + * Copyright 2002-2011 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. @@ -28,4 +28,4 @@ class SecurePage extends Page { static content = { logout { $("input[type=submit]", value: "Logoff") } } -} \ No newline at end of file +}