svn commit: r292984 - in stable/10: . sys/sys
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Dec 31 11:23:40 UTC 2015
Author: bz
Date: Thu Dec 31 11:23:39 2015
New Revision: 292984
URL: https://svnweb.freebsd.org/changeset/base/292984
Log:
MFC r292983:
Bump copyright year.
Happy New Year 2016!
Modified:
stable/10/COPYRIGHT
stable/10/sys/sys/copyright.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/COPYRIGHT
==============================================================================
--- stable/10/COPYRIGHT Thu Dec 31 11:21:45 2015 (r292983)
+++ stable/10/COPYRIGHT Thu Dec 31 11:23:39 2015 (r292984)
@@ -4,7 +4,7 @@
The compilation of software known as FreeBSD is distributed under the
following terms:
-Copyright (c) 1992-2015 The FreeBSD Project. All rights reserved.
+Copyright (c) 1992-2016 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/10/sys/sys/copyright.h
==============================================================================
--- stable/10/sys/sys/copyright.h Thu Dec 31 11:21:45 2015 (r292983)
+++ stable/10/sys/sys/copyright.h Thu Dec 31 11:23:39 2015 (r292984)
@@ -1,5 +1,5 @@
/*-
- * Copyright (C) 1992-2015 The FreeBSD Project. All rights reserved.
+ * Copyright (C) 1992-2016 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
@@ -30,7 +30,7 @@
/* FreeBSD */
#define COPYRIGHT_FreeBSD \
- "Copyright (c) 1992-2015 The FreeBSD Project.\n"
+ "Copyright (c) 1992-2016 The FreeBSD Project.\n"
/* Foundation */
#define TRADEMARK_Foundation \
More information about the svn-src-stable-10
mailing list