Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libbpfjit Fix copyright. These tests are based on ...



details:   https://anonhg.NetBSD.org/src/rev/7b045cf45003
branches:  trunk
changeset: 796929:7b045cf45003
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Wed Jun 25 18:16:40 2014 +0000

description:
Fix copyright. These tests are based on tests created in 2013 on github.com.

https://github.com/alnsn/bpfjit , files test/test_cop{,x}.c.

diffstat:

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

diffs (22 lines):

diff -r 4b99adb39f77 -r 7b045cf45003 tests/lib/libbpfjit/t_cop.c
--- a/tests/lib/libbpfjit/t_cop.c       Wed Jun 25 18:04:44 2014 +0000
+++ b/tests/lib/libbpfjit/t_cop.c       Wed Jun 25 18:16:40 2014 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: t_cop.c,v 1.1 2014/06/25 18:04:05 alnsn Exp $ */
+/*     $NetBSD: t_cop.c,v 1.2 2014/06/25 18:16:40 alnsn Exp $ */
 
 /*-
- * Copyright (c) 2014 Alexander Nasonov.
+ * Copyright (c) 2013-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_cop.c,v 1.1 2014/06/25 18:04:05 alnsn Exp $");
+__RCSID("$NetBSD: t_cop.c,v 1.2 2014/06/25 18:16:40 alnsn Exp $");
 
 #include <atf-c.h>
 #include <stdint.h>



Home | Main Index | Thread Index | Old Index