diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-28 11:13:18 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-02-28 10:03:25 +0000 |
commit | 7b68e8e52104156f04e5a0e69045376a1125a3c7 (patch) | |
tree | 8255c44e3f56762360c75d7463f4878d9ba63880 /buildhelpers | |
parent | 9a88d4d0d8389297c3fa9f0ae5723d97f49e7d7e (diff) | |
download | vaadin-framework-7b68e8e52104156f04e5a0e69045376a1125a3c7.tar.gz vaadin-framework-7b68e8e52104156f04e5a0e69045376a1125a3c7.zip |
Added missing license header
Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad
Diffstat (limited to 'buildhelpers')
-rw-r--r-- | buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java b/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java index 76952bb329..588fe1aba1 100644 --- a/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java +++ b/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.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.buildhelpers; import java.io.IOException; |