All: Add 'SPDX-License-Identifier' headers to all source files.
(GPL-3.0+ for everything but the S6145 backend, which is GPL-3.0+ with an additional permission)
This commit is contained in:
parent
795da6c451
commit
5b40d2e216
5
Makefile
5
Makefile
|
@ -1,3 +1,8 @@
|
|||
### Makefile for selphy_print and family
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0+
|
||||
#
|
||||
|
||||
# Basic stuff
|
||||
EXEC_NAME ?= dyesub_backend
|
||||
#NO_GUTENPRINT = 1
|
||||
|
|
6
README
6
README
|
@ -4,8 +4,10 @@
|
|||
|
||||
Copyright (c) 2007-2017 Solomon Peachy <pizza@shaftnet.org>
|
||||
|
||||
This free software comes with ABSOLUTELY NO WARRANTY!
|
||||
Licensed under the GNU GPL, see the 'COPYING' file for more details.
|
||||
This free software comes with ABSOLUTELY NO WARRANTY and is licensed under
|
||||
the GNU GPL (v3 or later); see the 'COPYING' file for more details.
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0+
|
||||
|
||||
The latest version can be found at
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Canon SELPHY CPneo series CUPS backend -- libusb-1.0 version
|
||||
*
|
||||
* (c) 2016 Solomon Peachy <pizza@shaftnet.org>
|
||||
* (c) 2016-2017 Solomon Peachy <pizza@shaftnet.org>
|
||||
*
|
||||
* The latest version of this program can be found at:
|
||||
*
|
||||
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include "backend_common.h"
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
//#define DNP_ONLY
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
* You must still adhere to all other terms of the license to this program
|
||||
* (ie GPLv3) and the license of the libS6145ImageProcess library.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+ with special exception
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
* [http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
[http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0+
|
||||
|
||||
*/
|
||||
|
||||
//#define S6145_UNUSED
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
|
||||
[http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0+
|
||||
|
||||
*/
|
||||
|
||||
#define LIB_VERSION "0.7"
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
|
||||
[http://www.gnu.org/licenses/gpl-3.0.html]
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0+
|
||||
|
||||
*/
|
||||
|
||||
#ifndef __MITSU_D70_H
|
||||
|
|
Loading…
Reference in a new issue