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/sn | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sn')
| -rw-r--r-- | sys/dev/sn/if_sn.c | 2 | ||||
| -rw-r--r-- | sys/dev/sn/if_sn_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/sn/if_sn_pccard.c | 2 | ||||
| -rw-r--r-- | sys/dev/sn/if_snreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/sn/if_snvar.h | 2 | ||||
| -rw-r--r-- | sys/dev/sn/ositech.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 0306089c8629..46cd32ebaadc 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com> * All rights reserved. * diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c index ca4b1f48046e..dd71e1f78ca0 100644 --- a/sys/dev/sn/if_sn_isa.c +++ b/sys/dev/sn/if_sn_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 13f48622b270..bd144a94ff63 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh <imp@village.org> * All rights reserved. * diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h index 9fab405a99aa..bd4dc63010bd 100644 --- a/sys/dev/sn/if_snreg.h +++ b/sys/dev/sn/if_snreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com> * All rights reserved. * diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index bd4f31285c65..acc8da22795b 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh <imp@village.org> * All rights reserved. * diff --git a/sys/dev/sn/ositech.h b/sys/dev/sn/ositech.h index 18ce6780151e..c33690861b24 100644 --- a/sys/dev/sn/ositech.h +++ b/sys/dev/sn/ositech.h @@ -3,6 +3,8 @@ (Special thanks to Kevin MacPherson of OSITECH) (Thanks to Ositech Communications for permitting for BSDL distribution) + SPDX-License-Identifier: BSD-2-Clause + Copyright 2002 Ositech Communications Inc. All Rights Reserved Redistribution and use in source and binary forms, with or without |
