Skip to content

Unsuitable copyright text in some source code files #8

@simos

Description

@simos

The files

  • omxil/include/OMX_Component.h
  • omxil/include/OMX_Component.h
  • omxil/include/OMX_Component.h
  • vencoder/vencoder.c
  • vencoder/EncAdapter.c
  • vencoder/venc_device.c
  • vencoder/BitstreamManager.c
  • vencoder/FrameBufferManager.c
  • vencoder/include/video_enc_reg.h
  • vencoder/include/BitstreamManager.h
  • vencoder/include/EncAdapter.h
  • vencoder/include/FrameBufferManager.h
  • vencoder/include/venc_device.h

contain the text

* This software is confidential and proprietary and may be used
* only as expressly authorized by a licensing agreement from 
* Softwinner Products. 
*
* The entire notice above must be reproduced on all copies 
* and should not be removed. 

which is not suitable for an LGPL library.

According to the other files in the repository, the above text should be replaced with

* This file is part of Cedarx.
*
* Cedarx is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions