From 7b68e8e52104156f04e5a0e69045376a1125a3c7 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 28 Feb 2013 11:13:18 +0200 Subject: Added missing license header Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad --- .../com/vaadin/buildhelpers/FetchReleaseNotesTickets.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'buildhelpers/src') 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; -- cgit v1.2.3