From 03979d71d2a4b4fdda6481095fcdbe792c480713 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Tue, 15 Sep 2020 10:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../android_demo/app/src/main/cpp/ocr_cls_process.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/deploy/android_demo/app/src/main/cpp/ocr_cls_process.h b/deploy/android_demo/app/src/main/cpp/ocr_cls_process.h index 8e37c303..1c30ee10 100644 --- a/deploy/android_demo/app/src/main/cpp/ocr_cls_process.h +++ b/deploy/android_demo/app/src/main/cpp/ocr_cls_process.h @@ -1,6 +1,17 @@ +// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. // -// Created by fujiayi on 2020/7/3. +// 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. + #pragma once #include "common.h" -- GitLab