Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libbpfjit Update copyright year.



details:   https://anonhg.NetBSD.org/src/rev/90447e15c52f
branches:  trunk
changeset: 796169:90447e15c52f
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Fri May 23 11:48:26 2014 +0000

description:
Update copyright year.

diffstat:

 tests/lib/libbpfjit/t_bpfjit.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a6f287dbd662 -r 90447e15c52f tests/lib/libbpfjit/t_bpfjit.c
--- a/tests/lib/libbpfjit/t_bpfjit.c    Fri May 23 11:47:59 2014 +0000
+++ b/tests/lib/libbpfjit/t_bpfjit.c    Fri May 23 11:48:26 2014 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: t_bpfjit.c,v 1.3 2014/05/23 11:47:59 alnsn Exp $ */
+/*     $NetBSD: t_bpfjit.c,v 1.4 2014/05/23 11:48:26 alnsn Exp $ */
 
 /*-
- * Copyright (c) 2011-2012 Alexander Nasonov.
+ * Copyright (c) 2011-2012, 2014 Alexander Nasonov.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_bpfjit.c,v 1.3 2014/05/23 11:47:59 alnsn Exp $");
+__RCSID("$NetBSD: t_bpfjit.c,v 1.4 2014/05/23 11:48:26 alnsn Exp $");
 
 #include <atf-c.h>
 #include <stdint.h>



Home | Main Index | Thread Index | Old Index