svn commit: r356232 - in stable: 11 11/sys/sys 12 12/sys/sys
Glen Barber
gjb at FreeBSD.org
Tue Dec 31 16:04:17 UTC 2019
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/11/COPYRIGHT
stable/11/sys/sys/copyright.h
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/12/COPYRIGHT
stable/12/sys/sys/copyright.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/11/COPYRIGHT
==============================================================================
--- stable/11/COPYRIGHT Tue Dec 31 16:01:37 2019 (r356231)
+++ stable/11/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/11/sys/sys/copyright.h
==============================================================================
--- stable/11/sys/sys/copyright.h Tue Dec 31 16:01:37 2019 (r356231)
+++ stable/11/sys/sys/copyright.h Tue Dec 31 16:04:16 2019 (r356232)
@@ -1,5 +1,5 @@
/*-
- * 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
@@ -34,7 +34,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-stable
mailing list