diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-01-01 00:29:23 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-01-01 00:29:23 +0000 |
| commit | 8f41677ea4963254a3a190ede7cea16f2486cb1d (patch) | |
| tree | 8487f161635ebd1d0e12fab88600d879ccc53503 | |
| parent | aa611fa7e835ae77a623cc6d05020f5ee76dc881 (diff) | |
copyright: Happy New Year 2026!
We are now one quarter into the 21st century.
| -rw-r--r-- | COPYRIGHT | 2 | ||||
| -rw-r--r-- | sys/sys/copyright.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index 9f8b3d4c01d6..f7134c977fa6 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ The compilation of software known as FreeBSD is distributed under the following terms: -Copyright (c) 1992-2025 The FreeBSD Project. +Copyright (c) 1992-2026 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 8c89adf7f885..1d660dd60646 100644 --- a/sys/sys/copyright.h +++ b/sys/sys/copyright.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (C) 1992-2025 The FreeBSD Project. All rights reserved. + * Copyright (C) 1992-2026 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 @@ -35,7 +35,7 @@ /* FreeBSD */ #define COPYRIGHT_FreeBSD \ - "Copyright (c) 1992-2025 The FreeBSD Project.\n" + "Copyright (c) 1992-2026 The FreeBSD Project.\n" /* Foundation */ #define TRADEMARK_Foundation \ |
