diff options
author | glebius <glebius@FreeBSD.org> | 2014-02-17 12:07:17 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2014-02-17 12:07:17 +0000 |
commit | c2818b350b970fb4755511607f5f482fc1d53231 (patch) | |
tree | 2c25b2b4ead1f78715350d199d6f17c8404da90a /sys/net | |
parent | 23243e6842503f04a17df214670044760c0fbc90 (diff) | |
download | FreeBSD-src-c2818b350b970fb4755511607f5f482fc1d53231.zip FreeBSD-src-c2818b350b970fb4755511607f5f482fc1d53231.tar.gz |
Add my copyright to flowtable.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/flowtable.c | 2 | ||||
-rw-r--r-- | sys/net/flowtable.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c index 2d2e110..393d775 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -1,5 +1,5 @@ /*- - * + * Copyright (c) 2014 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 2008-2010, BitGravity Inc. * All rights reserved. * diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h index 0520dad..5a1d927 100644 --- a/sys/net/flowtable.h +++ b/sys/net/flowtable.h @@ -1,5 +1,5 @@ /*- - * + * Copyright (c) 2014 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 2008-2010, BitGravity Inc. * All rights reserved. * |