diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2016-12-09 09:04:17 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-09 09:39:00 +0200 |
commit | e652bbefe691b03a60a1619c78a0cde94a6afd25 (patch) | |
tree | c69d531dff8799ba09db815d309cbba3e8b66ca0 | |
parent | 29e07bc0783646ba83f3a2f0d35432dc81a5f238 (diff) | |
download | vaadin-framework-e652bbefe691b03a60a1619c78a0cde94a6afd25.tar.gz vaadin-framework-e652bbefe691b03a60a1619c78a0cde94a6afd25.zip |
Fix license header
Change-Id: I4f91be6d0e9d706c00ad5907c54c56e39292a95d
-rw-r--r-- | client/src/main/java/com/vaadin/client/ui/UnknownExtensionConnector.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/main/java/com/vaadin/client/ui/UnknownExtensionConnector.java b/client/src/main/java/com/vaadin/client/ui/UnknownExtensionConnector.java index e032dffbd4..742a5869c3 100644 --- a/client/src/main/java/com/vaadin/client/ui/UnknownExtensionConnector.java +++ b/client/src/main/java/com/vaadin/client/ui/UnknownExtensionConnector.java @@ -1,12 +1,12 @@ /* - * Copyright 2000-2014 Vaadin Ltd. - * + * Copyright 2000-2016 Vaadin Ltd. + * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the @@ -21,7 +21,7 @@ import com.vaadin.client.extensions.AbstractExtensionConnector; /** * Connector used as a placeholder for extensions that are not present in the * widgetset. - * + * * @since 7.7.4 * @author Vaadin Ltd */ |