diff options
author | Roel Spilker <r.spilker@gmail.com> | 2013-09-25 23:04:04 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2013-09-25 23:04:04 +0200 |
commit | 728dddbc81d9f9bfbbd3f8217b8c94f3f201c83d (patch) | |
tree | 0b9d9b2bd0ec50e37ed5a82a748b936123fa847b /src/utils/lombok/javac/java7/CommentCollectingParser.java | |
parent | 00a8b08226aa0daa2061d171607bf0d5369ed292 (diff) | |
download | lombok-728dddbc81d9f9bfbbd3f8217b8c94f3f201c83d.tar.gz lombok-728dddbc81d9f9bfbbd3f8217b8c94f3f201c83d.tar.bz2 lombok-728dddbc81d9f9bfbbd3f8217b8c94f3f201c83d.zip |
[jdk8support] ... and javadoc copying support is back for javac8. Also fixed some copyright headers.
Diffstat (limited to 'src/utils/lombok/javac/java7/CommentCollectingParser.java')
-rw-r--r-- | src/utils/lombok/javac/java7/CommentCollectingParser.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/utils/lombok/javac/java7/CommentCollectingParser.java b/src/utils/lombok/javac/java7/CommentCollectingParser.java index 82f19c42..0e8a4ef6 100644 --- a/src/utils/lombok/javac/java7/CommentCollectingParser.java +++ b/src/utils/lombok/javac/java7/CommentCollectingParser.java @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2013 The Project Lombok Authors. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ package lombok.javac.java7; import java.util.List; |