svn commit: r356230 - in head: . sys/sys
Glen Barber
gjb at FreeBSD.org
Tue Dec 31 16:01:37 UTC 2019
Author: gjb
Date: Tue Dec 31 16:01:36 2019
New Revision: 356230
URL: https://svnweb.freebsd.org/changeset/base/356230
Log:
Happy New Year 2020!
MFC after: 1 minute
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/COPYRIGHT
head/sys/sys/copyright.h
Modified: head/COPYRIGHT
==============================================================================
--- head/COPYRIGHT Tue Dec 31 15:57:29 2019 (r356229)
+++ head/COPYRIGHT Tue Dec 31 16:01:36 2019 (r356230)
@@ -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: head/sys/sys/copyright.h
==============================================================================
--- head/sys/sys/copyright.h Tue Dec 31 15:57:29 2019 (r356229)
+++ head/sys/sys/copyright.h Tue Dec 31 16:01:36 2019 (r356230)
@@ -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 \
More information about the svn-src-all
mailing list