From: Leif Åstrand Date: Thu, 22 Dec 2011 10:59:50 +0000 (+0200) Subject: Add license to EagerInit.java X-Git-Tag: 7.0.0.alpha1~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dfb225c4fc65e4c0338fb9138c40872c06487373;p=vaadin-framework.git Add license to EagerInit.java --- 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;