svn commit: r292983 - in head: . sys/sys
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Dec 31 11:21:46 UTC 2015
Author: bz
Date: Thu Dec 31 11:21:45 2015
New Revision: 292983
URL: https://svnweb.freebsd.org/changeset/base/292983
Log:
Bump copyright year.
Happy New Year 2016!
Modified:
head/COPYRIGHT
head/sys/sys/copyright.h
Modified: head/COPYRIGHT
==============================================================================
--- head/COPYRIGHT Thu Dec 31 10:55:50 2015 (r292982)
+++ head/COPYRIGHT Thu Dec 31 11:21:45 2015 (r292983)
@@ -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: head/sys/sys/copyright.h
==============================================================================
--- head/sys/sys/copyright.h Thu Dec 31 10:55:50 2015 (r292982)
+++ head/sys/sys/copyright.h Thu Dec 31 11:21:45 2015 (r292983)
@@ -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
@@ -34,7 +34,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-head
mailing list