remove licenses in samples

pull/2821/head
dddzg 4 years ago
parent af72ddd320
commit 06f690fc82
  1. 7
      modules/wechat_qrcode/samples/qrcode.py
  2. 7
      modules/wechat_qrcode/samples/qrcode_example.cpp

@ -1,10 +1,3 @@
# This file is part of OpenCV project.
# It is subject to the license terms in the LICENSE file found in the top-level directory
# of this distribution and at http://opencv.org/license.html.
#
# Tencent is pleased to support the open source community by making WeChat QRCode available.
# Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
import cv2
import sys

@ -1,10 +1,3 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
//
// Tencent is pleased to support the open source community by making WeChat QRCode available.
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
#include <iostream>
#include <opencv2/core.hpp>
#include <opencv2/highgui.hpp>

Loading…
Cancel
Save