From 044ae9dbefd474884a279caf4cb6795b52c0d981 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 17 Feb 2014 12:07:17 +0000 Subject: [PATCH] Add my copyright to flowtable. --- sys/net/flowtable.c | 2 +- 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 2d2e110d64f..393d775d3e2 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -1,5 +1,5 @@ /*- - * + * Copyright (c) 2014 Gleb Smirnoff * Copyright (c) 2008-2010, BitGravity Inc. * All rights reserved. * diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h index 0520dad92a0..5a1d92732a6 100644 --- a/sys/net/flowtable.h +++ b/sys/net/flowtable.h @@ -1,5 +1,5 @@ /*- - * + * Copyright (c) 2014 Gleb Smirnoff * Copyright (c) 2008-2010, BitGravity Inc. * All rights reserved. *