13.1-RELEASE: major birthday issue with copyright ;)
Date: Sat, 21 May 2022 15:20:49 UTC
... fortunately after some hackathon we found the root cause and here's the 30yrs happy-bday diff ;) --- COPYRIGHT.orig 2022-02-03 01:10:14.000000000 +0100 +++ COPYRIGHT 2022-05-21 17:18:31.719728000 +0200 @@ -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 --- sys/sys/copyright.h.orig 2022-02-03 01:10:23.000000000 +0100 +++ sys/sys/copyright.h 2022-05-21 17:11:22.719118000 +0200 @@ -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 \ many thanks to all the contributors and volunteers for not giving up, continuous delivery and keeping FreeBSD alive since such a long time!