From 3e5ce0eeff9261ebe53308a81c4c8fadcd195ace Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Tue, 30 Jun 2020 17:26:42 +0800 Subject: [PATCH] add copyright, test=develop --- lite/demo/cxx/ocr/ocr_db_crnn.cc | 2 +- lite/demo/cxx/ocr/utils/crnn_process.cpp | 12 +++++++++++- lite/demo/cxx/ocr/utils/db_post_process.cpp | 13 ++++++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/lite/demo/cxx/ocr/ocr_db_crnn.cc b/lite/demo/cxx/ocr/ocr_db_crnn.cc index 2164cfc15f..05fd33d2e1 100644 --- a/lite/demo/cxx/ocr/ocr_db_crnn.cc +++ b/lite/demo/cxx/ocr/ocr_db_crnn.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. +// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lite/demo/cxx/ocr/utils/crnn_process.cpp b/lite/demo/cxx/ocr/utils/crnn_process.cpp index a52502e557..c48ab8256e 100644 --- a/lite/demo/cxx/ocr/utils/crnn_process.cpp +++ b/lite/demo/cxx/ocr/utils/crnn_process.cpp @@ -1,6 +1,16 @@ +// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. // -// Created by liuweiwei06 on 2020-06-23. +// 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. #include #include diff --git a/lite/demo/cxx/ocr/utils/db_post_process.cpp b/lite/demo/cxx/ocr/utils/db_post_process.cpp index 5b82f918ab..9f831605d9 100644 --- a/lite/demo/cxx/ocr/utils/db_post_process.cpp +++ b/lite/demo/cxx/ocr/utils/db_post_process.cpp @@ -1,6 +1,17 @@ +// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. // -// Created by liuweiwei06 on 2020-06-16. +// 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. + #include #include #include -- GitLab