aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_tbf.vcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod_tbf.vcc')
-rw-r--r--src/vmod_tbf.vcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vmod_tbf.vcc b/src/vmod_tbf.vcc
index 0ec6b8a..686bca4 100644
--- a/src/vmod_tbf.vcc
+++ b/src/vmod_tbf.vcc
@@ -1,5 +1,5 @@
# This file is part of vmod-tbf
-# Copyright (C) 2013-2016 Sergey Poznyakoff
+# Copyright (C) 2013-2020 Sergey Poznyakoff
#
# Vmod-tbf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
-$Module tbf 3 Token Bucket Filtering for Varnish
+$Module tbf 3 "Token Bucket Filtering for Varnish"
COLOPHON
========
@@ -39,4 +39,4 @@ $Function STRING strftime(STRING, INT)
$Function VOID sleep(DURATION)
$Function VOID log_tree(INT)
-$Function VOID log_stats(INT) \ No newline at end of file
+$Function VOID log_stats(INT)

Return to:

Send suggestions and report system problems to the System administrator.