From 1a33e799691a7889e2125e1d37a47a924a677925 Mon Sep 17 00:00:00 2001 From: "Alexander V. Chernikov" Date: Fri, 5 Sep 2014 14:19:02 +0000 Subject: [PATCH] Change copyrights to the proper one. --- sbin/ipfw/tables.c | 10 +++------- sys/netpfil/ipfw/ip_fw_sockopt.c | 6 ++++-- sys/netpfil/ipfw/ip_fw_table.c | 4 +++- sys/netpfil/ipfw/ip_fw_table_algo.c | 3 ++- sys/netpfil/ipfw/ip_fw_table_value.c | 3 ++- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/sbin/ipfw/tables.c b/sbin/ipfw/tables.c index 0c1233de21fd..3d5e1608e128 100644 --- a/sbin/ipfw/tables.c +++ b/sbin/ipfw/tables.c @@ -1,10 +1,6 @@ /* - * Copyright (c) 2002-2003 Luigi Rizzo - * Copyright (c) 1996 Alex Nash, Paul Traina, Poul-Henning Kamp - * Copyright (c) 1994 Ugen J.S.Antsilevich - * - * Idea and grammar partially left from: - * Copyright (c) 1993 Daniel Boulet + * Copyright (c) 2014 Yandex LLC + * Copyright (c) 2014 Alexander V. Chernikov * * Redistribution and use in source forms, with and without modification, * are permitted provided that this entire comment appears intact. @@ -15,7 +11,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * in-kernel tables support + * in-kernel ipfw tables support. * * $FreeBSD: projects/ipfw/sbin/ipfw/ipfw2.c 267467 2014-06-14 10:58:39Z melifaro $ */ 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