mirror of
https://github.com/clearlinux/tallow.git
synced 2026-09-05 13:11:31 +00:00
License header in the C file.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
/*
|
||||
* tallow.c - IP block sshd login abuse
|
||||
*
|
||||
* (C) Copyright 2012 Intel Corporation
|
||||
* Authors:
|
||||
* Auke Kok <auke@linux.intel.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; version 3
|
||||
* of the License.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user