diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-26 11:34:38 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-26 11:36:36 +0300 |
commit | 6b9eb2683f8d155c8d1e147e4a1ba2a5b5a488cc (patch) | |
tree | ead8419ccbe2d868e983a938cbaf62ca5a74840b /server | |
parent | 0c8f57d60aba5f4dbad10cf818ae98dc9cb8d47a (diff) | |
download | vaadin-framework-6b9eb2683f8d155c8d1e147e4a1ba2a5b5a488cc.tar.gz vaadin-framework-6b9eb2683f8d155c8d1e147e4a1ba2a5b5a488cc.zip |
Add missing header
Change-Id: Ibb3b19bb19296cfd0777bb7d1c5852aa6f926fb1
Diffstat (limited to 'server')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/ProgressBar.java | 15 |
1 files changed, 15 insertions, 0 deletions
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; |