Skip to content

Commit 4d3b5c6

Browse files
committed
Add copyright and license info to many files that were missing it.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e350d34 commit 4d3b5c6

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# Copyright (c) 2022 Greg Kroah-Hartman <[email protected]>
13
*.gz
24
*.o
35
*~

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# Copyright (c) 2022 Greg Kroah-Hartman <[email protected]>
3+
#
14
## Process this file with automake to produce Makefile.in
25

36
AM_CPPFLAGS = $(GTK_CFLAGS)

README

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- README for USBView - a USB device viewer
2+
-- SPDX-License-Identifier: GPL-2.0-only
23
-- Copyright (c) 1999-2012, 2021-2022 by Greg Kroah-Hartman, [email protected]
34
--
45
-- This program is free software; you can redistribute it and/or modify

configure.ac

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# Copyright (c) 2022 Greg Kroah-Hartman <[email protected]>
13
dnl Process this file with autoconf to produce a configure script.
24

35
# Prologue.

usbview.8

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.\" Hey, EMACS: -*- nroff -*-
1+
.\"SPDX-License-Identifier: GPL-2.0-only
2+
.\"Copyright (c) 1999-2012, 2021-2022 by Greg Kroah-Hartman <[email protected]>
23
.TH USBVIEW 8 "July 2002"
34
.SH NAME
45
usbview \- display information on USB devices

0 commit comments

Comments
 (0)