Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Copyright year.



details:   https://anonhg.NetBSD.org/src/rev/7dec19dd4407
branches:  trunk
changeset: 336162:7dec19dd4407
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Sat Feb 14 21:32:46 2015 +0000

description:
Copyright year.

diffstat:

 sys/net/bpfjit.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 46363e0d51e7 -r 7dec19dd4407 sys/net/bpfjit.c
--- a/sys/net/bpfjit.c  Sat Feb 14 21:17:05 2015 +0000
+++ b/sys/net/bpfjit.c  Sat Feb 14 21:32:46 2015 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: bpfjit.c,v 1.42 2015/02/14 21:17:05 alnsn Exp $        */
+/*     $NetBSD: bpfjit.c,v 1.43 2015/02/14 21:32:46 alnsn Exp $        */
 
 /*-
- * Copyright (c) 2011-2014 Alexander Nasonov.
+ * Copyright (c) 2011-2015 Alexander Nasonov.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -31,9 +31,9 @@
 
 #include <sys/cdefs.h>
 #ifdef _KERNEL
-__KERNEL_RCSID(0, "$NetBSD: bpfjit.c,v 1.42 2015/02/14 21:17:05 alnsn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bpfjit.c,v 1.43 2015/02/14 21:32:46 alnsn Exp $");
 #else
-__RCSID("$NetBSD: bpfjit.c,v 1.42 2015/02/14 21:17:05 alnsn Exp $");
+__RCSID("$NetBSD: bpfjit.c,v 1.43 2015/02/14 21:32:46 alnsn Exp $");
 #endif
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index