diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-03-20 12:41:47 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-03-20 12:41:58 +0200 |
commit | 4f7fc2d7b7726340fbafe37b348f47361e392935 (patch) | |
tree | 8085d533d89f6d9d67dedba7fe093ee2c893c42f /uitest/src | |
parent | 60aa66a629081058f96e672633ded9cc73c292e2 (diff) | |
download | vaadin-framework-4f7fc2d7b7726340fbafe37b348f47361e392935.tar.gz vaadin-framework-4f7fc2d7b7726340fbafe37b348f47361e392935.zip |
Fix invalid copyright header
Change-Id: I8957eeb8c087a7a3f6aa8b417eb52689e6c28025
Diffstat (limited to 'uitest/src')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/ui/UIInitTest.java | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/UIInitTest.java b/uitest/src/com/vaadin/tests/components/ui/UIInitTest.java index 8aa2032935..dc88865621 100644 --- a/uitest/src/com/vaadin/tests/components/ui/UIInitTest.java +++ b/uitest/src/com/vaadin/tests/components/ui/UIInitTest.java @@ -1,5 +1,17 @@ /* -@ITMillApache2LicenseForJavaFiles@ + * Copyright 2000-2013 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.ui; |