diff options
author | Hai Liu <hai.liu@huawei.com> | 2016-05-04 06:31:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-04 06:31:17 +0000 |
commit | bd4cd0beb6cf762acbb0fe8a4e45143d5e57074d (patch) | |
tree | 641c1739ba1eeea930d11a3838d2a4092791e043 /src | |
parent | 30ca92912f2e0907d5169100f0864faf43566a31 (diff) | |
parent | f88971f1f1aec934d308a803006491b722d8dca2 (diff) |
Merge "Add license for model JIRA:PREDICTION53"
Diffstat (limited to 'src')
-rw-r--r-- | src/model/Model.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/model/Model.java b/src/model/Model.java index ca9897b..22fa9b3 100644 --- a/src/model/Model.java +++ b/src/model/Model.java @@ -1,3 +1,20 @@ +// Copyright 2016 Huawei Technologies Co. Ltd. +// +// Licensed to the Apache Software Foundation (ASF) under one or more +// contributor license agreements. See the NOTICE file distributed with +// this work for additional information regarding copyright ownership. +// The ASF licenses this file to You 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 model; import java.io.*; |