Copyright date range

This commit is contained in:
Rob Winch
2017-09-18 11:18:46 -05:00
parent 1f4082e754
commit f8ee9944ff
49 changed files with 91 additions and 91 deletions

View File

@@ -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
}
}
}

View File

@@ -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() }
}
}
}

View File

@@ -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') }
}
}
}