aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>2011-08-24 12:07:41 +0000
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>2011-08-24 12:07:41 +0000
commit5f90e8036db9c5354bb9671518aa3402dec75854 (patch)
tree9bb7e251e73104bb52c2cde1ff983b8f5af5cb61 /src/com/vaadin/event
parentd9cf0583122640010ca86a42f8a78bf8207043bb (diff)
downloadvaadin-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.java3
-rw-r--r--src/com/vaadin/event/ShortcutListener.java3
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;