From 6b9eb2683f8d155c8d1e147e4a1ba2a5b5a488cc Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 26 Aug 2016 11:34:38 +0300 Subject: [PATCH] Add missing header Change-Id: Ibb3b19bb19296cfd0777bb7d1c5852aa6f926fb1 --- .../src/main/java/com/vaadin/ui/ProgressBar.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/server/src/main/java/com/vaadin/ui/ProgressBar.java b/server/src/main/java/com/vaadin/ui/ProgressBar.java index f06170f677..7df0fc5f83 100644 --- a/server/src/main/java/com/vaadin/ui/ProgressBar.java +++ b/server/src/main/java/com/vaadin/ui/ProgressBar.java @@ -1,3 +1,18 @@ +/* + * 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 + * License for the specific language governing permissions and limitations under + * the License. + */ package com.vaadin.ui; import org.jsoup.nodes.Element; -- 2.39.5