diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-04 11:08:56 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-04 12:26:29 +0200 |
commit | fb68bd53035fdd9cf0448623d5f6867fe17bab64 (patch) | |
tree | b42aadb2d95ec0b6e945d80ba97ed3fb26eeac33 /server/src/com/vaadin/ui/BrowserFrame.java | |
parent | bcc7fda715e689f6611f904d52e3fa41a331e63d (diff) | |
download | vaadin-framework-fb68bd53035fdd9cf0448623d5f6867fe17bab64.tar.gz vaadin-framework-fb68bd53035fdd9cf0448623d5f6867fe17bab64.zip |
Updated copyright notices and added missing license headers
Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
Diffstat (limited to 'server/src/com/vaadin/ui/BrowserFrame.java')
-rw-r--r-- | server/src/com/vaadin/ui/BrowserFrame.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/server/src/com/vaadin/ui/BrowserFrame.java b/server/src/com/vaadin/ui/BrowserFrame.java index e79e03c2dd..e6167706ec 100644 --- a/server/src/com/vaadin/ui/BrowserFrame.java +++ b/server/src/com/vaadin/ui/BrowserFrame.java @@ -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.ui; import com.vaadin.server.Resource; |