From 9faacfc43f9185f9c131c49e8d1b8e0b37f3ef8a Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 1 Aug 2014 21:47:39 +0200 Subject: [PATCH] Update copyrights. Signed-off-by: Florent Bruneau --- LICENSE | 2 +- Makefile | 2 +- common | 2 +- pfix-srsd/Makefile | 2 +- pfix-srsd/main-srsd.c | 2 +- postlicyd/Makefile | 2 +- postlicyd/config.c | 2 +- postlicyd/config.h | 2 +- postlicyd/counter.c | 2 +- postlicyd/db.c | 2 +- postlicyd/db.h | 2 +- postlicyd/dns.c | 2 +- postlicyd/dns.h | 2 +- postlicyd/filter.c | 2 +- postlicyd/filter.h | 2 +- postlicyd/greylist.c | 2 +- postlicyd/hang.c | 2 +- postlicyd/iplist.c | 2 +- postlicyd/iplist.h | 2 +- postlicyd/main-postlicyd.c | 2 +- postlicyd/match.c | 2 +- postlicyd/query.c | 2 +- postlicyd/query.h | 2 +- postlicyd/rate.c | 2 +- postlicyd/resources.c | 2 +- postlicyd/resources.h | 2 +- postlicyd/spf-proto.c | 2 +- postlicyd/spf.c | 2 +- postlicyd/spf.h | 2 +- postlicyd/srs.c | 2 +- postlicyd/strlist.c | 2 +- tests/Makefile | 2 +- tests/filters.c | 2 +- tests/greylist.c | 2 +- tests/qf.c | 2 +- tests/rbl.c | 2 +- tests/regexp.c | 2 +- tests/spf.c | 2 +- tests/trie.c | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/LICENSE b/LICENSE index ed7cec1..bd9c440 100644 --- a/LICENSE +++ b/LICENSE @@ -28,5 +28,5 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - Copyright (c) 2006-2011 the Authors + Copyright (c) 2006-2014 the Authors see AUTHORS and source files for details diff --git a/Makefile b/Makefile index 8f5df89..3419e00 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # # -# Copyright (c) 2006-2011 the Authors # +# Copyright (c) 2006-2014 the Authors # # see AUTHORS and source files for details # ############################################################################ diff --git a/common b/common index b88884d..5692038 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b88884dbfdc64ab238e4aeb6f475bd08d9706594 +Subproject commit 569203888ccae2aded1f11ac3a7417e988b86952 diff --git a/pfix-srsd/Makefile b/pfix-srsd/Makefile index 0f7d28c..637b496 100644 --- a/pfix-srsd/Makefile +++ b/pfix-srsd/Makefile @@ -29,7 +29,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # # -# Copyright (c) 2006-2011 the Authors # +# Copyright (c) 2006-2014 the Authors # # see AUTHORS and source files for details # ############################################################################ diff --git a/pfix-srsd/main-srsd.c b/pfix-srsd/main-srsd.c index 37a7151..2b5755b 100644 --- a/pfix-srsd/main-srsd.c +++ b/pfix-srsd/main-srsd.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/Makefile b/postlicyd/Makefile index 6e6e6c9..4f9f87e 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -29,7 +29,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # # -# Copyright (c) 2006-2011 the Authors # +# Copyright (c) 2006-2014 the Authors # # see AUTHORS and source files for details # ############################################################################ diff --git a/postlicyd/config.c b/postlicyd/config.c index c0acf8c..426555b 100644 --- a/postlicyd/config.c +++ b/postlicyd/config.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/config.h b/postlicyd/config.h index 9fe8594..6a0af30 100644 --- a/postlicyd/config.h +++ b/postlicyd/config.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/counter.c b/postlicyd/counter.c index 38a93f0..b1c1dab 100644 --- a/postlicyd/counter.c +++ b/postlicyd/counter.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/db.c b/postlicyd/db.c index afe902d..697939d 100644 --- a/postlicyd/db.c +++ b/postlicyd/db.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/db.h b/postlicyd/db.h index b2439b8..e661150 100644 --- a/postlicyd/db.h +++ b/postlicyd/db.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/dns.c b/postlicyd/dns.c index c76aa00..d8409c2 100644 --- a/postlicyd/dns.c +++ b/postlicyd/dns.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/dns.h b/postlicyd/dns.h index 3fcd9fa..d84de3b 100644 --- a/postlicyd/dns.h +++ b/postlicyd/dns.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/filter.c b/postlicyd/filter.c index d5e4a98..5437078 100644 --- a/postlicyd/filter.c +++ b/postlicyd/filter.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/filter.h b/postlicyd/filter.h index c7ec22a..d92f784 100644 --- a/postlicyd/filter.h +++ b/postlicyd/filter.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/greylist.c b/postlicyd/greylist.c index f3c6ebb..da2b284 100644 --- a/postlicyd/greylist.c +++ b/postlicyd/greylist.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/hang.c b/postlicyd/hang.c index 29c31a1..a9059e0 100644 --- a/postlicyd/hang.c +++ b/postlicyd/hang.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/iplist.c b/postlicyd/iplist.c index c88c53b..be205b3 100644 --- a/postlicyd/iplist.c +++ b/postlicyd/iplist.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/iplist.h b/postlicyd/iplist.h index bc2ac6f..373e8c5 100644 --- a/postlicyd/iplist.h +++ b/postlicyd/iplist.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/main-postlicyd.c b/postlicyd/main-postlicyd.c index a0d15bb..862c592 100644 --- a/postlicyd/main-postlicyd.c +++ b/postlicyd/main-postlicyd.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/match.c b/postlicyd/match.c index d7672f5..5418349 100644 --- a/postlicyd/match.c +++ b/postlicyd/match.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/query.c b/postlicyd/query.c index eaf1120..41dd3e4 100644 --- a/postlicyd/query.c +++ b/postlicyd/query.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/query.h b/postlicyd/query.h index 725249c..e0bd366 100644 --- a/postlicyd/query.h +++ b/postlicyd/query.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/rate.c b/postlicyd/rate.c index 15d6bb5..449eb71 100644 --- a/postlicyd/rate.c +++ b/postlicyd/rate.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/resources.c b/postlicyd/resources.c index b8beff9..db2ff70 100644 --- a/postlicyd/resources.c +++ b/postlicyd/resources.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/resources.h b/postlicyd/resources.h index a9c11fc..09095a0 100644 --- a/postlicyd/resources.h +++ b/postlicyd/resources.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/spf-proto.c b/postlicyd/spf-proto.c index 132d38b..31cb0a5 100644 --- a/postlicyd/spf-proto.c +++ b/postlicyd/spf-proto.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/spf.c b/postlicyd/spf.c index 8385bcf..6261464 100644 --- a/postlicyd/spf.c +++ b/postlicyd/spf.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/spf.h b/postlicyd/spf.h index a4de032..7299959 100644 --- a/postlicyd/spf.h +++ b/postlicyd/spf.h @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/srs.c b/postlicyd/srs.c index 5b73cdb..29f7aa1 100644 --- a/postlicyd/srs.c +++ b/postlicyd/srs.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/postlicyd/strlist.c b/postlicyd/strlist.c index f08166e..5fb9c55 100644 --- a/postlicyd/strlist.c +++ b/postlicyd/strlist.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/Makefile b/tests/Makefile index 1e2e938..ba734fb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -29,7 +29,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # # -# Copyright (c) 2006-2011 the Authors # +# Copyright (c) 2006-2014 the Authors # # see AUTHORS and source files for details # ############################################################################ diff --git a/tests/filters.c b/tests/filters.c index 9bd20d9..0ab6a19 100644 --- a/tests/filters.c +++ b/tests/filters.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/greylist.c b/tests/greylist.c index f5bfadd..a0e20f5 100644 --- a/tests/greylist.c +++ b/tests/greylist.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/qf.c b/tests/qf.c index e911234..0d55be6 100644 --- a/tests/qf.c +++ b/tests/qf.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/rbl.c b/tests/rbl.c index 5ed370a..d5fa249 100644 --- a/tests/rbl.c +++ b/tests/rbl.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/regexp.c b/tests/regexp.c index 6a65715..2e6932a 100644 --- a/tests/regexp.c +++ b/tests/regexp.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/spf.c b/tests/spf.c index 391cde3..26ae2e8 100644 --- a/tests/spf.c +++ b/tests/spf.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/ diff --git a/tests/trie.c b/tests/trie.c index 8b0cbb6..b488bad 100644 --- a/tests/trie.c +++ b/tests/trie.c @@ -29,7 +29,7 @@ /* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ /* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ -/* Copyright (c) 2006-2011 the Authors */ +/* Copyright (c) 2006-2014 the Authors */ /* see AUTHORS and source files for details */ /****************************************************************************/