From 50e71e641f3f6ed8cacb648d499a8b967833303a Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Fri, 7 Apr 2017 11:17:05 +0900 Subject: [PATCH] change license to apache Change-Id: Ib7d051435646e23ca3899b4da09a5cd3927c92e1 Signed-off-by: sungwook79.park --- doc/smartreply_doc.h | 25 ++++++++++++------------- include/smartreply_service.h | 25 ++++++++++++------------- 2 files changed, 24 insertions(+), 26 deletions(-) diff --git a/doc/smartreply_doc.h b/doc/smartreply_doc.h index 66ac76b..b54eb95 100644 --- a/doc/smartreply_doc.h +++ b/doc/smartreply_doc.h @@ -1,21 +1,20 @@ /* - * Copyright 2000-2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved * - * PROPRIETARY/CONFIDENTIAL + * 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 * - * This software is the confidential and proprietary information of - * SAMSUNG ELECTRONICS ("Confidential Information"). - * You shall not disclose such Confidential Information and shall - * use it only in accordance with the terms of the license agreement - * you entered into with SAMSUNG ELECTRONICS. - * SAMSUNG make no representations or warranties about the suitability - * of the software, either express or implied, including but not - * limited to the implied warranties of merchantability, fitness for - * a particular purpose, or non-infringement. - * SAMSUNG shall not be liable for any damages suffered by licensee as - * a result of using, modifying or distributing this software or its derivatives. + * 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. */ + #ifndef __SMARTREPLY_DOC_H__ #define __SMARTREPLY_DOC_H__ diff --git a/include/smartreply_service.h b/include/smartreply_service.h index 3956ecc..0aabd25 100755 --- a/include/smartreply_service.h +++ b/include/smartreply_service.h @@ -1,22 +1,21 @@ /* - * Copyright 2000-2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved * - * PROPRIETARY/CONFIDENTIAL + * 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 * - * This software is the confidential and proprietary information of - * SAMSUNG ELECTRONICS ("Confidential Information"). - * You shall not disclose such Confidential Information and shall - * use it only in accordance with the terms of the license agreement - * you entered into with SAMSUNG ELECTRONICS. - * SAMSUNG make no representations or warranties about the suitability - * of the software, either express or implied, including but not - * limited to the implied warranties of merchantability, fitness for - * a particular purpose, or non-infringement. - * SAMSUNG shall not be liable for any damages suffered by licensee as - * a result of using, modifying or distributing this software or its derivatives. + * 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. */ + #ifndef __SMARTREPLY_SERVICE_H__ #define __SMARTREPLY_SERVICE_H__ -- 2.7.4