The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3640e305019bed6bf35137234617c0de82c89603

commit 3640e305019bed6bf35137234617c0de82c89603
Author:     Warner Losh <[email protected]>
AuthorDate: 2022-01-01 16:49:49 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2022-01-01 16:49:49 +0000

    Welcome 2022, update copyrights.
    
    Sponsored by:           Netflix
---
 COPYRIGHT           | 2 +-
 sys/sys/copyright.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/COPYRIGHT b/COPYRIGHT
index 3cf4fa961551..7e88f9ffdb11 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -3,7 +3,7 @@
 The compilation of software known as FreeBSD is distributed under the
 following terms:
 
-Copyright (c) 1992-2021 The FreeBSD Project.
+Copyright (c) 1992-2022 The FreeBSD Project.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h
index c9e070859e6c..b749b3babe1e 100644
--- a/sys/sys/copyright.h
+++ b/sys/sys/copyright.h
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (C) 1992-2021 The FreeBSD Project. All rights reserved.
+ * Copyright (C) 1992-2022 The FreeBSD Project. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -33,7 +33,7 @@
 
 /* FreeBSD */
 #define COPYRIGHT_FreeBSD \
-       "Copyright (c) 1992-2021 The FreeBSD Project.\n"
+       "Copyright (c) 1992-2022 The FreeBSD Project.\n"
 
 /* Foundation */
 #define        TRADEMARK_Foundation \

Reply via email to