diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
| commit | 718cf2ccb9956613756ab15d7a0e28f2c8e91cab (patch) | |
| tree | b87d1da582d0835d081be2b7a1ec373dc8edc129 /sys/dev/fb | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/creator.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/creatorreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/fb.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/fbd.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/fbreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/machfb.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/s3_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash_bmp.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash_pcx.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splash_txt.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/splashreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vesa.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vesa.h | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vga.c | 2 | ||||
| -rw-r--r-- | sys/dev/fb/vgareg.h | 2 |
16 files changed, 32 insertions, 0 deletions
diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index 89cf877641c8..2fd0bd105972 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * Copyright (c) 2005 - 2006 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h index c73af6fb40f6..2cdb2dff1b93 100644 --- a/sys/dev/fb/creatorreg.h +++ b/sys/dev/fb/creatorreg.h @@ -21,6 +21,8 @@ * from: XFree86: ffb_dac.h,v 1.1 2000/05/23 04:47:44 dawes Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 169dacc77360..2f821c8b65f1 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index 6110e4afd25e..02b8eb3ada44 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h index 0ae2d54526e7..5e8f2cd105f3 100644 --- a/sys/dev/fb/fbreg.h +++ b/sys/dev/fb/fbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index 42824835fcb9..7c719bbe1cd9 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Bang Jun-Young * Copyright (c) 2005 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 4a438fa690fe..37ecddbaeb43 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Alcove - Nicolas Souchu <nsouch@freebsd.org> * All rights reserved. * diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index 4a7226f9ce42..c3e1946ad0e8 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index 719725ee0fe6..fbd7360766c0 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/splash_bmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * Copyright (c) 1999 Kazutaka YOKOTA <yokota@freebsd.org> * All rights reserved. diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c index 5340b2e5d504..8d82bca31ac9 100644 --- a/sys/dev/fb/splash_pcx.c +++ b/sys/dev/fb/splash_pcx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * Copyright (c) 1999 Kazutaka YOKOTA <yokota@freebsd.org> * Copyright (c) 1999 Dag-Erling Coïdan Smørgrav diff --git a/sys/dev/fb/splash_txt.c b/sys/dev/fb/splash_txt.c index 7bd9ff95bc5f..1477c3bf52b4 100644 --- a/sys/dev/fb/splash_txt.c +++ b/sys/dev/fb/splash_txt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith <msmith@freebsd.org> * Copyright (c) 1999 Kazutaka YOKOTA <yokota@freebsd.org> * Copyright (c) 2005 Antony Mawer <antony@mawer.org> diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 36ba9a708d89..be81e4ad7cd7 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c index c752efc6903c..47f768abcc92 100644 --- a/sys/dev/fb/vesa.c +++ b/sys/dev/fb/vesa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA and Michael Smith * Copyright (c) 2009-2013 Jung-uk Kim <jkim@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/fb/vesa.h b/sys/dev/fb/vesa.h index 17314394f9b3..d38af0ee645c 100644 --- a/sys/dev/fb/vesa.h +++ b/sys/dev/fb/vesa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Michael Smith and Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 286202d72d0b..572c2b9d2844 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h index 249d32c5957a..229231d1f843 100644 --- a/sys/dev/fb/vgareg.h +++ b/sys/dev/fb/vgareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * |
