aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--git2chg.awk2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/getla.c2
-rw-r--r--src/sleep.c2
-rw-r--r--src/tbf.c2
-rw-r--r--src/time.c2
-rw-r--r--src/vmod-tbf.36
-rw-r--r--src/vmod_tbf.vcc2
-rw-r--r--tests/Makefile.am16
-rw-r--r--tests/test00.vti16
-rw-r--r--tests/test01.vtc16
-rw-r--r--tests/test02.vti16
-rw-r--r--tests/test03.vtc16
-rw-r--r--tests/time00.vtc16
17 files changed, 109 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c1d758..5fd1bdc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-tbf
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 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
diff --git a/README b/README
index 8c0f36d..31eed94 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Vmod-tbf README
-Copyright (C) 2013 Sergey Poznyakoff
+Copyright (C) 2013-2014 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
diff --git a/configure.ac b/configure.ac
index 70fd78d..b1a17e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of vmod-tbf -*- autoconf -*-
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 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
diff --git a/git2chg.awk b/git2chg.awk
index 1e75254..6dad87e 100644
--- a/git2chg.awk
+++ b/git2chg.awk
@@ -1,5 +1,5 @@
# This file is part of grecs
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007-2014 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/Makefile.am b/src/Makefile.am
index f4e3bec..214af8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-tbf
-# Copyright (C) 2013 Sergey Poznyakoff
+# Copyright (C) 2013-2014 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
diff --git a/src/getla.c b/src/getla.c
index 51791c4..f80b213 100644
--- a/src/getla.c
+++ b/src/getla.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-tbf
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 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
diff --git a/src/sleep.c b/src/sleep.c
index 9242475..167e6aa 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-tbf
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 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
diff --git a/src/tbf.c b/src/tbf.c
index 56a4ad1..f24b925 100644
--- a/src/tbf.c
+++ b/src/tbf.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-tbf
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 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
diff --git a/src/time.c b/src/time.c
index 9a5068b..32427af 100644
--- a/src/time.c
+++ b/src/time.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-tbf
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013-2014 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
diff --git a/src/vmod-tbf.3 b/src/vmod-tbf.3
index 6ba3d3a..6ab2f63 100644
--- a/src/vmod-tbf.3
+++ b/src/vmod-tbf.3
@@ -1,5 +1,5 @@
.\" This file is part of Vmod-tbf -*- nroff -*-
-.\" Copyright (C) 2013 Sergey Poznyakoff
+.\" Copyright (C) 2013-2014 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
@@ -13,7 +13,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/>.
-.TH VMOD-TBF 1 "October 19, 2013" "VMOD-TBF" "User Reference"
+.TH VMOD-TBF 1 "November 1, 2014" "VMOD-TBF" "User Reference"
.SH NAME
vmod-tbf \- token bucket filtering for Varnish
.SH SYNOPSIS
@@ -208,7 +208,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013 Sergey Poznyakoff
+Copyright \(co 2013-2014 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/src/vmod_tbf.vcc b/src/vmod_tbf.vcc
index b27093b..bb03d44 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 Sergey Poznyakoff
+# Copyright (C) 2013-2014 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
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0f90aa7..c252b02 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
VMOD_VTC = \
test01.vtc\
test03.vtc\
diff --git a/tests/test00.vti b/tests/test00.vti
index 05084c7..53b9049 100644
--- a/tests/test00.vti
+++ b/tests/test00.vti
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf overlimit"
server s1 {
diff --git a/tests/test01.vtc b/tests/test01.vtc
index 39eb4c3..da11d2b 100644
--- a/tests/test01.vtc
+++ b/tests/test01.vtc
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf flow"
server s1 {
diff --git a/tests/test02.vti b/tests/test02.vti
index 1b5e6b3..ef58fb8 100644
--- a/tests/test02.vti
+++ b/tests/test02.vti
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf overlimit"
server s1 {
diff --git a/tests/test03.vtc b/tests/test03.vtc
index aa23da4..6da4839 100644
--- a/tests/test03.vtc
+++ b/tests/test03.vtc
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf flow"
server s1 {
diff --git a/tests/time00.vtc b/tests/time00.vtc
index 2b7925b..0cd85b5 100644
--- a/tests/time00.vtc
+++ b/tests/time00.vtc
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test strftime"
server s1 {

Return to:

Send suggestions and report system problems to the System administrator.