uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing the file headers

uwerat opened this issue · comments

commented

All QSkinny files should start with the following header:

/******************************************************************************

  • QSkinny - Copyright (C) 2016 The Authors
  •       SPDX-License-Identifier: BSD-3-Clause
    

*****************************************************************************/

The specific information about Copyrights should be provided by referencing to the revision history in
source control system. Credits can be listed in an AUTHORS file located in the project root directory

Done