diff options
author | Roel Spilker <r.spilker@gmail.com> | 2016-05-11 21:26:37 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2016-05-11 21:26:37 +0200 |
commit | 3372b5f442110e004a3b1e1cd5116ecabf5f239e (patch) | |
tree | 33ff02b0533cea4b1d5eaaeb0e5c1ae5415844be /src/core/lombok/extern/jbosslog/JBossLog.java | |
parent | c0a2eecb2f6a647d9b9862681c0407043e515b51 (diff) | |
download | lombok-3372b5f442110e004a3b1e1cd5116ecabf5f239e.tar.gz lombok-3372b5f442110e004a3b1e1cd5116ecabf5f239e.tar.bz2 lombok-3372b5f442110e004a3b1e1cd5116ecabf5f239e.zip |
Integrate JBossLog code
- fix jboss-logging.jar name
- add copyright notice to new source files
- add cross-references from other @Log annotations
- update feature page
Diffstat (limited to 'src/core/lombok/extern/jbosslog/JBossLog.java')
-rw-r--r-- | src/core/lombok/extern/jbosslog/JBossLog.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/core/lombok/extern/jbosslog/JBossLog.java b/src/core/lombok/extern/jbosslog/JBossLog.java index 4dd587aa..2735290c 100644 --- a/src/core/lombok/extern/jbosslog/JBossLog.java +++ b/src/core/lombok/extern/jbosslog/JBossLog.java @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2016 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.extern.jbosslog; import java.lang.annotation.ElementType; |