From 1fdeb3f4675d34e63dbba1656368858e9d8026a1 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Wed, 28 Mar 2018 16:57:43 +0300 Subject: Remove copyright headers from test code (#10770) --- .../src/test/java/com/vaadin/data/BeanValidationTest.java | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'test/bean-impl-validation') diff --git a/test/bean-impl-validation/src/test/java/com/vaadin/data/BeanValidationTest.java b/test/bean-impl-validation/src/test/java/com/vaadin/data/BeanValidationTest.java index f1bc749aac..fec2bcb1dc 100644 --- a/test/bean-impl-validation/src/test/java/com/vaadin/data/BeanValidationTest.java +++ b/test/bean-impl-validation/src/test/java/com/vaadin/data/BeanValidationTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2018 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.data; import static org.junit.Assert.assertEquals; -- cgit v1.2.3