svn commit: r276467 - in stable/8: . sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Wed Dec 31 10:05:44 UTC 2014


Author: bz
Date: Wed Dec 31 10:05:42 2014
New Revision: 276467
URL: https://svnweb.freebsd.org/changeset/base/276467

Log:
  MFC r276462:
  
    Bump copyright year.
  
    Happy New Year 2015!

Modified:
  stable/8/COPYRIGHT   (contents, props changed)
  stable/8/sys/sys/copyright.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/sys/   (props changed)

Modified: stable/8/COPYRIGHT
==============================================================================
--- stable/8/COPYRIGHT	Wed Dec 31 10:04:41 2014	(r276466)
+++ stable/8/COPYRIGHT	Wed Dec 31 10:05:42 2014	(r276467)
@@ -4,7 +4,7 @@
 The compilation of software known as FreeBSD is distributed under the
 following terms:
 
-Copyright (c) 1992-2014 The FreeBSD Project. All rights reserved.
+Copyright (c) 1992-2015 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/8/sys/sys/copyright.h
==============================================================================
--- stable/8/sys/sys/copyright.h	Wed Dec 31 10:04:41 2014	(r276466)
+++ stable/8/sys/sys/copyright.h	Wed Dec 31 10:05:42 2014	(r276467)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 1992-2014 The FreeBSD Project. All rights reserved.
+ * Copyright (C) 1992-2015 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-2014 The FreeBSD Project.\n"
+	"Copyright (c) 1992-2015 The FreeBSD Project.\n"
 
 /* Foundation */
 #define	TRADEMARK_Foundation \


More information about the svn-src-all mailing list