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:
Solomon Peachy 2017-11-17 13:34:26 -05:00
parent 795da6c451
commit 5b40d2e216
23 changed files with 52 additions and 3 deletions

View File

@ -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
View File

@ -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

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -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>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include "backend_common.h"

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -29,6 +29,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
//#define DNP_ONLY

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -27,6 +27,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -27,6 +27,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -25,6 +25,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -27,6 +27,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -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>

View File

@ -25,6 +25,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -23,6 +23,8 @@
*
* [http://www.gnu.org/licenses/gpl-3.0.html]
*
* SPDX-License-Identifier: GPL-3.0+
*
*/
#include <stdio.h>

View File

@ -38,6 +38,8 @@
[http://www.gnu.org/licenses/gpl-3.0.html]
SPDX-License-Identifier: GPL-3.0+
*/
//#define S6145_UNUSED

View File

@ -44,6 +44,8 @@
[http://www.gnu.org/licenses/gpl-3.0.html]
SPDX-License-Identifier: GPL-3.0+
*/
#define LIB_VERSION "0.7"

View File

@ -44,6 +44,8 @@
[http://www.gnu.org/licenses/gpl-3.0.html]
SPDX-License-Identifier: GPL-3.0+
*/
#ifndef __MITSU_D70_H