diff options
author | Hai Liu <hai.liu@huawei.com> | 2016-05-05 16:04:05 +0800 |
---|---|---|
committer | Hai Liu <hai.liu@huawei.com> | 2016-05-05 16:04:05 +0800 |
commit | 529c271d71ffb958597b5957032271d9c95cdd57 (patch) | |
tree | 8df414fc955292d84d815e5e672f541c50f71b83 /src | |
parent | 554418609baa3098229b8e30ef6e10c8dadc01de (diff) |
Modify license file for modelinterface
JIRA:PREDICTION-60
Change-Id: I38553e9828efa1ae04acc3bc904be17f804e7e8f
Signed-off-by: Hai Liu <hai.liu@huawei.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/model/ModelInterface.java | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/src/model/ModelInterface.java b/src/model/ModelInterface.java index 983183f..314ac46 100644 --- a/src/model/ModelInterface.java +++ b/src/model/ModelInterface.java @@ -1,19 +1,21 @@ -// 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. +/** +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; |