aboutsummaryrefslogtreecommitdiff
path: root/stand
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 /stand
parenta7147da9d488f325190fb121a0e544e805f85e5b (diff)
Notes
Diffstat (limited to 'stand')
-rw-r--r--stand/common/paths.h3
-rw-r--r--stand/common/zfs_cmd.c2
-rw-r--r--stand/liblua/float.h2
-rw-r--r--stand/liblua/locale.h2
-rw-r--r--stand/liblua/math.h2
-rw-r--r--stand/libsa/uuid_from_string.c3
-rw-r--r--stand/libsa/uuid_to_string.c3
7 files changed, 7 insertions, 10 deletions
diff --git a/stand/common/paths.h b/stand/common/paths.h
index b32313770129..ed30abda4903 100644
--- a/stand/common/paths.h
+++ b/stand/common/paths.h
@@ -1,6 +1,5 @@
/*-
- * Copyright (c) 2016 M. Warner Losh <imp@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2016 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/stand/common/zfs_cmd.c b/stand/common/zfs_cmd.c
index cb98f7256268..5f27f76b7885 100644
--- a/stand/common/zfs_cmd.c
+++ b/stand/common/zfs_cmd.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2018 M. Warner Losh <imp@freebd.org>
+ * Copyright (c) 2018 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/stand/liblua/float.h b/stand/liblua/float.h
index c37bbaa29f01..fa958597bb55 100644
--- a/stand/liblua/float.h
+++ b/stand/liblua/float.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2018 M. Warner Losh
+ * Copyright (c) 2018 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/stand/liblua/locale.h b/stand/liblua/locale.h
index d08220258214..b6420935d83f 100644
--- a/stand/liblua/locale.h
+++ b/stand/liblua/locale.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2018 M. Warner Losh
+ * Copyright (c) 2018 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/stand/liblua/math.h b/stand/liblua/math.h
index 8d95a6ebc560..c29466f1af49 100644
--- a/stand/liblua/math.h
+++ b/stand/liblua/math.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2018 M. Warner Losh
+ * Copyright (c) 2018 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/stand/libsa/uuid_from_string.c b/stand/libsa/uuid_from_string.c
index 7a59b4189ead..b28e204b2739 100644
--- a/stand/libsa/uuid_from_string.c
+++ b/stand/libsa/uuid_from_string.c
@@ -1,6 +1,5 @@
/*-
- * Copyright (c) 2015 M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2015 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/stand/libsa/uuid_to_string.c b/stand/libsa/uuid_to_string.c
index d878af495aca..68d3d73515dd 100644
--- a/stand/libsa/uuid_to_string.c
+++ b/stand/libsa/uuid_to_string.c
@@ -1,6 +1,5 @@
/*-
- * Copyright (c) 2015 M. Warner Losh
- * All rights reserved.
+ * Copyright (c) 2015 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