diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-12-22 12:59:50 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-12-22 13:00:08 +0200 |
commit | dfb225c4fc65e4c0338fb9138c40872c06487373 (patch) | |
tree | de91c4cf9f2578eab57c44ceafc4994b31d79911 /src/com/vaadin/annotations | |
parent | 29d701264725864662cabe39ea8ff8eee17a0830 (diff) | |
download | vaadin-framework-dfb225c4fc65e4c0338fb9138c40872c06487373.tar.gz vaadin-framework-dfb225c4fc65e4c0338fb9138c40872c06487373.zip |
Add license to EagerInit.java
Diffstat (limited to 'src/com/vaadin/annotations')
-rw-r--r-- | src/com/vaadin/annotations/EagerInit.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/vaadin/annotations/EagerInit.java b/src/com/vaadin/annotations/EagerInit.java index 0e9fbdb314..c7c2702d2a 100644 --- a/src/com/vaadin/annotations/EagerInit.java +++ b/src/com/vaadin/annotations/EagerInit.java @@ -1,3 +1,6 @@ +/* +@VaadinApache2LicenseForJavaFiles@ + */ package com.vaadin.annotations; import java.lang.annotation.ElementType; |