]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add missing license header
authorArtur Signell <artur@vaadin.com>
Thu, 13 Jun 2013 17:25:47 +0000 (20:25 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 13 Jun 2013 17:29:44 +0000 (17:29 +0000)
Change-Id: I3af5965a38499f7cf4bc924746fd5c918cc24d5b

client/src/com/vaadin/client/debug/internal/ProfilerSection.java

index f9d401de882bfc966176160d012b98fa26988cc8..aa40e8ff174ae8abb5af99d86176179fb4c1d8b8 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * 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.client.debug.internal;
 
 import java.util.Collection;