aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-12-04 16:56:11 +0000
committerWarner Losh <imp@FreeBSD.org>2019-12-04 16:56:11 +0000
commitf86e60008bdf690b61af2c18e98ee791ca91433f (patch)
tree539a7d545ad176b8f65d0df7d24c199842ce596f /sbin
parenta7147da9d488f325190fb121a0e544e805f85e5b (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.83
-rw-r--r--sbin/devd/devd.cc3
-rw-r--r--sbin/devd/devd.conf.53
-rw-r--r--sbin/devd/devd.h3
-rw-r--r--sbin/devd/devd.hh3
-rw-r--r--sbin/devd/parse.y3
-rw-r--r--sbin/devd/token.l3
7 files changed, 7 insertions, 14 deletions
diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8
index 7faf188bd40b..fa05db734b88 100644
--- a/sbin/devd/devd.8
+++ b/sbin/devd/devd.8
@@ -1,6 +1,5 @@
.\"
-.\" Copyright (c) 2002 M. Warner Losh.
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp@FreeBSD.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc
index b2d08324511f..afd57d452f06 100644
--- a/sbin/devd/devd.cc
+++ b/sbin/devd/devd.cc
@@ -1,8 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2002-2010 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2002-2010 M. Warner Losh <imp@FreeBSD.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index ade9ede35275..ca1ee38e1783 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -1,6 +1,5 @@
.\"
-.\" Copyright (c) 2002 M. Warner Losh
-.\" All rights reserved.
+.\" Copyright (c) 2002 M. Warner Losh <imp@FreeBSD.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
diff --git a/sbin/devd/devd.h b/sbin/devd/devd.h
index ca2903ce3857..a291e8141298 100644
--- a/sbin/devd/devd.h
+++ b/sbin/devd/devd.h
@@ -3,8 +3,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2002 M. Warner Losh <imp@freebsd.org>.
- * All rights reserved.
+ * Copyright (c) 2002 M. Warner Losh <imp@FreeBSD.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index d770da22226a..62511d8ec3a5 100644
--- a/sbin/devd/devd.hh
+++ b/sbin/devd/devd.hh
@@ -1,8 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2002-2003 M. Warner Losh.
- * All rights reserved.
+ * Copyright (c) 2002-2003 M. Warner Losh <imp@FreeBSD.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y
index ae5cbdfae82d..9b8fd592045a 100644
--- a/sbin/devd/parse.y
+++ b/sbin/devd/parse.y
@@ -4,8 +4,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2002 M. Warner Losh <imp@freebsd.org>.
- * All rights reserved.
+ * Copyright (c) 2002 M. Warner Losh <imp@FreeBSD.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sbin/devd/token.l b/sbin/devd/token.l
index 7f11f8ef0748..30e48e815fe3 100644
--- a/sbin/devd/token.l
+++ b/sbin/devd/token.l
@@ -4,8 +4,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2002 M. Warner Losh <imp@freebsd.org>.
- * All rights reserved.
+ * Copyright (c) 2002 M. Warner Losh <imp@FreeBSD.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions