Date: Tue, 31 Dec 2019 16:04:17 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r356232 - in stable: 11 11/sys/sys 12 12/sys/sys Message-ID: <201912311604.xBVG4HxL046078@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue Dec 31 16:04:16 2019 New Revision: 356232 URL: https://svnweb.freebsd.org/changeset/base/356232 Log: MFC r356230: Happy New Year 2020! Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: stable/12/COPYRIGHT stable/12/sys/sys/copyright.h Directory Properties: stable/12/ (props changed) Changes in other areas also in this revision: Modified: stable/11/COPYRIGHT stable/11/sys/sys/copyright.h Directory Properties: stable/11/ (props changed) Modified: stable/12/COPYRIGHT ============================================================================== --- stable/12/COPYRIGHT Tue Dec 31 16:01:37 2019 (r356231) +++ stable/12/COPYRIGHT Tue Dec 31 16:04:16 2019 (r356232) @@ -4,7 +4,7 @@ The compilation of software known as FreeBSD is distributed under the following terms: -Copyright (c) 1992-2019 The FreeBSD Project. +Copyright (c) 1992-2020 The FreeBSD Project. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions Modified: stable/12/sys/sys/copyright.h ============================================================================== --- stable/12/sys/sys/copyright.h Tue Dec 31 16:01:37 2019 (r356231) +++ stable/12/sys/sys/copyright.h Tue Dec 31 16:04:16 2019 (r356232) @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (C) 1992-2018 The FreeBSD Project. All rights reserved. + * Copyright (C) 1992-2020 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 @@ -36,7 +36,7 @@ /* FreeBSD */ #define COPYRIGHT_FreeBSD \ - "Copyright (c) 1992-2019 The FreeBSD Project.\n" + "Copyright (c) 1992-2020 The FreeBSD Project.\n" /* Foundation */ #define TRADEMARK_Foundation \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912311604.xBVG4HxL046078>