svn commit: r327436 - in stable/11: . sys/sys
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Dec 31 16:52:30 UTC 2017
Author: bz
Date: Sun Dec 31 16:52:29 2017
New Revision: 327436
URL: https://svnweb.freebsd.org/changeset/base/327436
Log:
MFC r327435:
Happy New Year 2018 my friends!
Modified:
stable/11/COPYRIGHT
stable/11/sys/sys/copyright.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/COPYRIGHT
==============================================================================
--- stable/11/COPYRIGHT Sun Dec 31 16:48:04 2017 (r327435)
+++ stable/11/COPYRIGHT Sun Dec 31 16:52:29 2017 (r327436)
@@ -4,7 +4,7 @@
The compilation of software known as FreeBSD is distributed under the
following terms:
-Copyright (c) 1992-2017 The FreeBSD Project. All rights reserved.
+Copyright (c) 1992-2018 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
Modified: stable/11/sys/sys/copyright.h
==============================================================================
--- stable/11/sys/sys/copyright.h Sun Dec 31 16:48:04 2017 (r327435)
+++ stable/11/sys/sys/copyright.h Sun Dec 31 16:52:29 2017 (r327436)
@@ -1,5 +1,5 @@
/*-
- * Copyright (C) 1992-2017 The FreeBSD Project. All rights reserved.
+ * Copyright (C) 1992-2018 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-2017 The FreeBSD Project.\n"
+ "Copyright (c) 1992-2018 The FreeBSD Project.\n"
/* Foundation */
#define TRADEMARK_Foundation \
More information about the svn-src-stable
mailing list