summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-10-24 10:33:33 +0300
committerLeif Åstrand <leif@vaadin.com>2012-10-24 10:33:33 +0300
commite88ecf6c27815ccf99c19259838938f4a2832a27 (patch)
tree4df40dd21159a7ff0979c027adbfbccd88e88661 /client
parent8e31001c27f47f1bead4f13c4be07615df29993e (diff)
downloadvaadin-framework-e88ecf6c27815ccf99c19259838938f4a2832a27.tar.gz
vaadin-framework-e88ecf6c27815ccf99c19259838938f4a2832a27.zip
Add license to new files (#9524)
Change-Id: Ifcd61b32db696de075918de1429dd75c94b63a29
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/extensions/FileDownloaderConnector.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/extensions/FileDownloaderConnector.java b/client/src/com/vaadin/client/extensions/FileDownloaderConnector.java
index d76efcc046..6308de9c05 100644
--- a/client/src/com/vaadin/client/extensions/FileDownloaderConnector.java
+++ b/client/src/com/vaadin/client/extensions/FileDownloaderConnector.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2012 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
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+
package com.vaadin.client.extensions;
import com.google.gwt.dom.client.Document;