diff options
Diffstat (limited to 'src/ratelimiter.go')
-rw-r--r-- | src/ratelimiter.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ratelimiter.go b/src/ratelimiter.go index a9f719b..4f8227e 100644 --- a/src/ratelimiter.go +++ b/src/ratelimiter.go @@ -1,9 +1,8 @@ package main -/* Implementation of the ratelimited form the linux kernel version - * - * - * +/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ + +/* This file contains a port of the ratelimited from the linux kernel version */ import ( |