diff options
author | ru <ru@FreeBSD.org> | 2009-12-18 17:22:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2009-12-18 17:22:21 +0000 |
commit | 2b342a7429a69cc98f2bc39ed4b8ca5f06b094c8 (patch) | |
tree | 5787b789c539470e39fadcb9d8a073d78b837a05 /sys/netinet | |
parent | 6a2a2c3d0cfa935111953ca1e900cb41e21b8dcb (diff) | |
download | FreeBSD-src-2b342a7429a69cc98f2bc39ed4b8ca5f06b094c8.zip FreeBSD-src-2b342a7429a69cc98f2bc39ed4b8ca5f06b094c8.tar.gz |
Added proper attribution.
Requested by: luigi
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ipfw/ip_fw_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ipfw/ip_fw_table.c b/sys/netinet/ipfw/ip_fw_table.c index e01a445..0dab070 100644 --- a/sys/netinet/ipfw/ip_fw_table.c +++ b/sys/netinet/ipfw/ip_fw_table.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 ......... + * Copyright (c) 2004 Ruslan Ermilov and Vsevolod Lobko. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |