Re: git: 674627b9b515 - main - Happy New Year 2023!

From: Li-Wen Hsu <lwhsu_at_freebsd.org>
Date: Wed, 04 Jan 2023 22:52:22 UTC
Thanks, BTW, I think we need to revise this wiki page and see if it
still matches the latest situation:

https://wiki.freebsd.org/HappyNewYearCopyrightYearBumps

And maybe move the content to docs.freebsd.org when it's completed.

Best,
Li-Wen

On Tue, Jan 3, 2023 at 8:34 PM Gordon Bergling <gbe@freebsd.org> wrote:
>
> Hi Li-Wen,
>
> thanks for the quick update and also a happy new year from my side,
> even if the new years eve was a few days ago.
>
> --Gordon
>
> On Sun, Jan 01, 2023 at 05:46:01AM +0000, Li-Wen Hsu wrote:
> > The branch main has been updated by lwhsu:
> >
> > URL: https://cgit.FreeBSD.org/src/commit/?id=674627b9b515485dfbd2265ed0d3215b09620e05
> >
> > commit 674627b9b515485dfbd2265ed0d3215b09620e05
> > Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
> > AuthorDate: 2023-01-01 05:44:43 +0000
> > Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
> > CommitDate: 2023-01-01 05:44:43 +0000
> >
> >     Happy New Year 2023!
> >
> >     Sponsored by:   The FreeBSD Foundation
> > ---
> >  COPYRIGHT           | 2 +-
> >  sys/sys/copyright.h | 4 ++--
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/COPYRIGHT b/COPYRIGHT
> > index 7e88f9ffdb11..9ed4f98d95a5 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-2022 The FreeBSD Project.
> > +Copyright (c) 1992-2023 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 402bf1bdc82a..5e053bfd5d12 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-2022 The FreeBSD Project. All rights reserved.
> > + * Copyright (C) 1992-2023 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-2022 The FreeBSD Project.\n"
> > +     "Copyright (c) 1992-2023 The FreeBSD Project.\n"
> >
> >  /* Foundation */
> >  #define      TRADEMARK_Foundation \
> >
>
> --