diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-08-24 12:07:41 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-08-24 12:07:41 +0000 |
commit | 5f90e8036db9c5354bb9671518aa3402dec75854 (patch) | |
tree | 9bb7e251e73104bb52c2cde1ff983b8f5af5cb61 /src/com/vaadin/event | |
parent | d9cf0583122640010ca86a42f8a78bf8207043bb (diff) | |
download | vaadin-framework-5f90e8036db9c5354bb9671518aa3402dec75854.tar.gz vaadin-framework-5f90e8036db9c5354bb9671518aa3402dec75854.zip |
Made the LicenseInJavaFiles test pass
svn changeset:20616/svn branch:6.7
Diffstat (limited to 'src/com/vaadin/event')
-rw-r--r-- | src/com/vaadin/event/ActionManager.java | 3 | ||||
-rw-r--r-- | src/com/vaadin/event/ShortcutListener.java | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/com/vaadin/event/ActionManager.java b/src/com/vaadin/event/ActionManager.java index e3d579f4ef..46ba235041 100644 --- a/src/com/vaadin/event/ActionManager.java +++ b/src/com/vaadin/event/ActionManager.java @@ -1,3 +1,6 @@ +/* +@ITMillApache2LicenseForJavaFiles@ + */ package com.vaadin.event; import java.util.HashSet; diff --git a/src/com/vaadin/event/ShortcutListener.java b/src/com/vaadin/event/ShortcutListener.java index 7e041de47a..a21dacd730 100644 --- a/src/com/vaadin/event/ShortcutListener.java +++ b/src/com/vaadin/event/ShortcutListener.java @@ -1,3 +1,6 @@ +/* +@ITMillApache2LicenseForJavaFiles@ + */ package com.vaadin.event; import com.vaadin.event.Action.Listener; |