diff options
Diffstat (limited to 'src/com/vaadin/data/util/ObjectProperty.java')
-rw-r--r-- | src/com/vaadin/data/util/ObjectProperty.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/data/util/ObjectProperty.java b/src/com/vaadin/data/util/ObjectProperty.java index 8286e3c6db..4319ea7716 100644 --- a/src/com/vaadin/data/util/ObjectProperty.java +++ b/src/com/vaadin/data/util/ObjectProperty.java @@ -1,5 +1,5 @@ /* -@ITMillApache2LicenseForJavaFiles@ +@VaadinApache2LicenseForJavaFiles@ */ package com.vaadin.data.util; @@ -13,7 +13,7 @@ import com.vaadin.data.Property; * straightforward implementation of the the {@link com.vaadin.data.Property} * interface. * - * @author IT Mill Ltd. + * @author Vaadin Ltd. * @version * @VERSION@ * @since 3.0 |