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.
@@ -33,4 +33,4 @@ class HelloInsecureTests extends GebReportingSpec {
and: 'We can see the message'
message == 'We would like to secure this page'
}
}
}

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.
@@ -28,4 +28,4 @@ class HomePage extends Page {
static content = {
message { $('p').text() }
}
}
}