Change copyrights to the proper one.
This commit is contained in:
parent
6cdcf30fda
commit
595fec1055
@ -1,10 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2003 Luigi Rizzo
|
* Copyright (c) 2014 Yandex LLC
|
||||||
* Copyright (c) 1996 Alex Nash, Paul Traina, Poul-Henning Kamp
|
* Copyright (c) 2014 Alexander V. Chernikov
|
||||||
* Copyright (c) 1994 Ugen J.S.Antsilevich
|
|
||||||
*
|
|
||||||
* Idea and grammar partially left from:
|
|
||||||
* Copyright (c) 1993 Daniel Boulet
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source forms, with and without modification,
|
* Redistribution and use in source forms, with and without modification,
|
||||||
* are permitted provided that this entire comment appears intact.
|
* 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.
|
* 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 $
|
* $FreeBSD: projects/ipfw/sbin/ipfw/ipfw2.c 267467 2014-06-14 10:58:39Z melifaro $
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2002-2009 Luigi Rizzo, Universita` di Pisa
|
* Copyright (c) 2002-2009 Luigi Rizzo, Universita` di Pisa
|
||||||
|
* Copyright (c) 2014 Yandex LLC
|
||||||
|
* Copyright (c) 2014 Alexander V. Chernikov
|
||||||
*
|
*
|
||||||
* Supported by: Valeria Paoli
|
* Supported by: Valeria Paoli
|
||||||
*
|
*
|
||||||
@ -29,8 +31,8 @@
|
|||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Sockopt support for ipfw. The routines here implement
|
* Control socket and rule management routines for ipfw.
|
||||||
* the upper half of the ipfw code.
|
* Control is currently implemented via IP_FW3 setsockopt() code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_ipfw.h"
|
#include "opt_ipfw.h"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2004 Ruslan Ermilov and Vsevolod Lobko.
|
* 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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@ -32,7 +34,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
* This file contains handlers for all generic tables' operations:
|
* This file contains handlers for all generic tables' operations:
|
||||||
* add/del/flush entries, list/dump tables etc..
|
* 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.
|
* while reading configuration/data is protected by UH lock.
|
||||||
*
|
*
|
||||||
* Lookup algorithms for all table types are located in ip_fw_table_algo.c
|
* Lookup algorithms for all table types are located in 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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
Loading…
Reference in New Issue
Block a user