diff options
Diffstat (limited to 'src/com/vaadin/ui/PopupView.java')
-rw-r--r-- | src/com/vaadin/ui/PopupView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/PopupView.java b/src/com/vaadin/ui/PopupView.java index 4e1f387504..fcad727510 100644 --- a/src/com/vaadin/ui/PopupView.java +++ b/src/com/vaadin/ui/PopupView.java @@ -1,5 +1,5 @@ /* -@ITMillApache2LicenseForJavaFiles@ +@VaadinApache2LicenseForJavaFiles@ */ package com.vaadin.ui; @@ -19,7 +19,7 @@ import com.vaadin.terminal.gwt.client.ui.VPopupView; * view is displayed on a popup. The inner class {@link PopupView.Content} is * used to deliver contents to this component. * - * @author IT Mill Ltd. + * @author Vaadin Ltd. */ @SuppressWarnings("serial") @ClientWidget(VPopupView.class) |