aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2014-09-05 14:19:02 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2014-09-05 14:19:02 +0000
commit1a33e799691a7889e2125e1d37a47a924a677925 (patch)
tree667a664070d56cea6a79e5d45d7877c2a9dfe0a0 /sys/netpfil
parent777987962573eaf670e3afcac24f3bd16986f490 (diff)
downloadsrc-1a33e799691a7889e2125e1d37a47a924a677925.tar.gz
src-1a33e799691a7889e2125e1d37a47a924a677925.zip
Change copyrights to the proper one.
Notes
Notes: svn path=/projects/ipfw/; revision=271166
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfw/ip_fw_sockopt.c6
-rw-r--r--sys/netpfil/ipfw/ip_fw_table.c4
-rw-r--r--sys/netpfil/ipfw/ip_fw_table_algo.c3
-rw-r--r--sys/netpfil/ipfw/ip_fw_table_value.c3
4 files changed, 11 insertions, 5 deletions
diff --git a/sys/netpfil/ipfw/ip_fw_sockopt.c b/sys/netpfil/ipfw/ip_fw_sockopt.c
index 8a270b6bc3be..72d125f52c0f 100644
--- a/sys/netpfil/ipfw/ip_fw_sockopt.c
+++ b/sys/netpfil/ipfw/ip_fw_sockopt.c
@@ -1,5 +1,7 @@
/*-
* Copyright (c) 2002-2009 Luigi Rizzo, Universita` di Pisa
+ * Copyright (c) 2014 Yandex LLC
+ * Copyright (c) 2014 Alexander V. Chernikov
*
* Supported by: Valeria Paoli
*
@@ -29,8 +31,8 @@
__FBSDID("$FreeBSD$");
/*
- * Sockopt support for ipfw. The routines here implement
- * the upper half of the ipfw code.
+ * Control socket and rule management routines for ipfw.
+ * Control is currently implemented via IP_FW3 setsockopt() code.
*/
#include "opt_ipfw.h"
diff --git a/sys/netpfil/ipfw/ip_fw_table.c b/sys/netpfil/ipfw/ip_fw_table.c
index f2129d95fd78..e07d78f0e03d 100644
--- a/sys/netpfil/ipfw/ip_fw_table.c
+++ b/sys/netpfil/ipfw/ip_fw_table.c
@@ -1,5 +1,7 @@
/*-
* Copyright (c) 2004 Ruslan Ermilov and Vsevolod Lobko.
+ * Copyright (c) 2014 Yandex LLC
+ * Copyright (c) 2014 Alexander V. Chernikov
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +34,7 @@ __FBSDID("$FreeBSD$");
* This file contains handlers for all generic tables' operations:
* add/del/flush entries, list/dump tables etc..
*
- * Table data modification is protected by both UH and runtimg lock
+ * Table data modification is protected by both UH and runtime lock
* while reading configuration/data is protected by UH lock.
*
* Lookup algorithms for all table types are located in ip_fw_table_algo.c
diff --git a/sys/netpfil/ipfw/ip_fw_table_algo.c b/sys/netpfil/ipfw/ip_fw_table_algo.c
index f0e1e1834f29..7768061cb0c9 100644
--- a/sys/netpfil/ipfw/ip_fw_table_algo.c
+++ b/sys/netpfil/ipfw/ip_fw_table_algo.c
@@ -1,5 +1,6 @@
/*-
- * Copyright (c) 2004 Ruslan Ermilov and Vsevolod Lobko.
+ * Copyright (c) 2014 Yandex LLC
+ * Copyright (c) 2014 Alexander V. Chernikov
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/netpfil/ipfw/ip_fw_table_value.c b/sys/netpfil/ipfw/ip_fw_table_value.c
index cff8d767f103..dcfd8a3a4b24 100644
--- a/sys/netpfil/ipfw/ip_fw_table_value.c
+++ b/sys/netpfil/ipfw/ip_fw_table_value.c
@@ -1,5 +1,6 @@
/*-
- * Copyright (c) 2004 Ruslan Ermilov and Vsevolod Lobko.
+ * Copyright (c) 2014 Yandex LLC
+ * Copyright (c) 2014 Alexander V. Chernikov
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions