diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-10-24 10:33:33 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-10-24 10:33:33 +0300 |
commit | e88ecf6c27815ccf99c19259838938f4a2832a27 (patch) | |
tree | 4df40dd21159a7ff0979c027adbfbccd88e88661 /uitest | |
parent | 8e31001c27f47f1bead4f13c4be07615df29993e (diff) | |
download | vaadin-framework-e88ecf6c27815ccf99c19259838938f4a2832a27.tar.gz vaadin-framework-e88ecf6c27815ccf99c19259838938f4a2832a27.zip |
Add license to new files (#9524)
Change-Id: Ifcd61b32db696de075918de1429dd75c94b63a29
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/FileDownloaderTest.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/FileDownloaderTest.java b/uitest/src/com/vaadin/tests/components/FileDownloaderTest.java index d5f447c7c3..e773c8c75b 100644 --- a/uitest/src/com/vaadin/tests/components/FileDownloaderTest.java +++ b/uitest/src/com/vaadin/tests/components/FileDownloaderTest.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.tests.components; import java.awt.image.BufferedImage; |