From a4731c6cc575950aba6d5b39f7add4860ced0d6d Mon Sep 17 00:00:00 2001 From: Martina Summer-Kutmon Date: Tue, 5 May 2015 22:32:04 +0200 Subject: [PATCH] add license header --- src/msk/drugbank4/DrugBankParser.java | 14 ++++++++++++++ src/msk/drugbank4/DrugModel.java | 14 ++++++++++++++ src/msk/drugbank4/TargetModel.java | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/src/msk/drugbank4/DrugBankParser.java b/src/msk/drugbank4/DrugBankParser.java index 0027b3c..25f12cf 100644 --- a/src/msk/drugbank4/DrugBankParser.java +++ b/src/msk/drugbank4/DrugBankParser.java @@ -1,3 +1,17 @@ +// Copyright 2015 mkutmon +// +// 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 msk.drugbank4; diff --git a/src/msk/drugbank4/DrugModel.java b/src/msk/drugbank4/DrugModel.java index 10bf21b..8e99e74 100644 --- a/src/msk/drugbank4/DrugModel.java +++ b/src/msk/drugbank4/DrugModel.java @@ -1,3 +1,17 @@ +// Copyright 2015 mkutmon +// +// 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 msk.drugbank4; diff --git a/src/msk/drugbank4/TargetModel.java b/src/msk/drugbank4/TargetModel.java index 7910f8e..deea861 100644 --- a/src/msk/drugbank4/TargetModel.java +++ b/src/msk/drugbank4/TargetModel.java @@ -1,3 +1,17 @@ +// Copyright 2015 mkutmon +// +// 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 msk.drugbank4;