diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-04 00:07:55 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-04 00:07:55 +0100 |
commit | 74b38cd7d6806723145f6183273468996ea7dd57 (patch) | |
tree | 4d50f011cbbd7af1958c83f82d5451a5a4bb22c1 /website/features | |
parent | 2856702d77ce32e8253b8cbcc07a6cce1cbf47b7 (diff) | |
download | lombok-74b38cd7d6806723145f6183273468996ea7dd57.tar.gz lombok-74b38cd7d6806723145f6183273468996ea7dd57.tar.bz2 lombok-74b38cd7d6806723145f6183273468996ea7dd57.zip |
copyright header updates for web docs.
Diffstat (limited to 'website/features')
-rw-r--r-- | website/features/Constructor.html | 2 | ||||
-rw-r--r-- | website/features/NonNull.html | 2 | ||||
-rw-r--r-- | website/features/delombok.html | 2 | ||||
-rw-r--r-- | website/features/experimental/Delegate.html | 2 | ||||
-rw-r--r-- | website/features/val.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/website/features/Constructor.html b/website/features/Constructor.html index 6dbbc0de..cbb76fcf 100644 --- a/website/features/Constructor.html +++ b/website/features/Constructor.html @@ -93,7 +93,7 @@ </div> <div class="footer"> <a href="index.html">Back to features</a> | <a href="EqualsAndHashCode.html">Previous feature (@EqualsAndHashCode)</a> | <a href="Data.html">Next feature (@Data)</a><br /> - <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2010-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> </div> diff --git a/website/features/NonNull.html b/website/features/NonNull.html index aa788dbd..d62441f4 100644 --- a/website/features/NonNull.html +++ b/website/features/NonNull.html @@ -65,7 +65,7 @@ </div> <div class="footer"> <a href="index.html">Back to features</a> | <a href="val.html">Previous feature (val)</a> | <a href="Cleanup.html">Next feature (@Cleanup)</a><br /> - <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> </div> diff --git a/website/features/delombok.html b/website/features/delombok.html index dbd7b51f..c6f2413c 100644 --- a/website/features/delombok.html +++ b/website/features/delombok.html @@ -62,7 +62,7 @@ </div> <div class="footer"> <a href="index.html">Back to features</a><br /> - <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2010-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> </div> diff --git a/website/features/experimental/Delegate.html b/website/features/experimental/Delegate.html index bd4fc393..4912ac40 100644 --- a/website/features/experimental/Delegate.html +++ b/website/features/experimental/Delegate.html @@ -82,7 +82,7 @@ </div> <div class="footer"> <a href="index.html">Back to experimental features</a> | <a href="FieldDefaults.html">Previous feature (@FieldDefaults)</a> | <a href="Wither.html">Next feature (@Wither)</a><br /> - <a href="../../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2010-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + <a href="../../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> </div> diff --git a/website/features/val.html b/website/features/val.html index 84158d27..b0842653 100644 --- a/website/features/val.html +++ b/website/features/val.html @@ -58,7 +58,7 @@ </div> <div class="footer"> <a href="index.html">Back to features</a> | <span class="disabled">Previous feature</span> | <a href="NonNull.html">Next feature (@NonNull)</a><br /> - <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2010-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> </div> |