From 877994c1551a8e8a817f22ed0ca1a1be82b09694 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 1 Feb 2015 21:57:49 -0800 Subject: Update copyright notices from 2014 to 2015. * arith.c, arith.h, combi.c, combi.h, debug.c, debug.h, eval.c, eval.h, filter.c, filter.h, gc.c, gc.h, hash.c, hash.h, lib.c, lib.h, match.c, match.h, parser.h, rand.c, rand.h, regex.c, regex.h, signal.c, signal.h, stream.c, stream.h, sysif.c, sysif.h, syslog.c, syslog.h, txr.c, txr.h, unwind.c, unwind.h, utf8.c, utf8.h: Update. * LICENSE, METALICENSE: Likewise. --- ChangeLog | 13 +++++++++++++ LICENSE | 2 +- METALICENSE | 2 +- arith.c | 2 +- arith.h | 2 +- combi.c | 2 +- combi.h | 2 +- debug.c | 2 +- debug.h | 2 +- eval.c | 2 +- eval.h | 2 +- filter.c | 2 +- filter.h | 2 +- gc.c | 2 +- gc.h | 2 +- hash.c | 2 +- hash.h | 2 +- lib.c | 2 +- lib.h | 2 +- match.c | 2 +- match.h | 2 +- parser.h | 2 +- rand.c | 2 +- rand.h | 2 +- regex.c | 2 +- regex.h | 2 +- signal.c | 2 +- signal.h | 2 +- stream.c | 2 +- stream.h | 2 +- sysif.c | 2 +- sysif.h | 2 +- syslog.c | 2 +- syslog.h | 2 +- txr.c | 4 ++-- txr.h | 2 +- unwind.c | 2 +- unwind.h | 2 +- utf8.c | 2 +- utf8.h | 2 +- 40 files changed, 53 insertions(+), 40 deletions(-) diff --git a/ChangeLog b/ChangeLog index 885b3298..48fd882d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2015-02-01 Kaz Kylheku + + Update copyright notices from 2014 to 2015. + + * arith.c, arith.h, combi.c, combi.h, debug.c, debug.h, eval.c, eval.h, + filter.c, filter.h, gc.c, gc.h, hash.c, hash.h, lib.c, lib.h, + match.c, match.h, parser.h, rand.c, rand.h, regex.c, regex.h, + signal.c, signal.h, stream.c, stream.h, sysif.c, sysif.h, syslog.c, + syslog.h, txr.c, txr.h, unwind.c, unwind.h, utf8.c, utf8.h: + Update. + + * LICENSE, METALICENSE: Likewise. + 2015-02-01 Kaz Kylheku Windows installer. diff --git a/LICENSE b/LICENSE index da1dc503..8d8d6f13 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -TXR is copyright (C) 2009-2014, Kaz Kylheku. +TXR is copyright (C) 2009-2015, Kaz Kylheku. The MPI Library is copyright (C) 2002 Michael J. Fromberger. All rights reserved. diff --git a/METALICENSE b/METALICENSE index fc8b571c..60c6de68 100644 --- a/METALICENSE +++ b/METALICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2009-2014, Kaz Kylheku . +Copyright (C) 2009-2015, Kaz Kylheku . All rights reserved. The document named LICENSE specifies the license for the TXR program. diff --git a/arith.c b/arith.c index 8e4976db..20d1ae3b 100644 --- a/arith.c +++ b/arith.c @@ -1,4 +1,4 @@ -/* Copyright 2010-2014 +/* Copyright 2010-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/arith.h b/arith.h index 29561c61..4ab7652f 100644 --- a/arith.h +++ b/arith.h @@ -1,4 +1,4 @@ -/* Copyright 2012-2014 +/* Copyright 2012-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/combi.c b/combi.c index 0ecdab86..afb42792 100644 --- a/combi.c +++ b/combi.c @@ -1,4 +1,4 @@ -/* Copyright 2010-2014 +/* Copyright 2010-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/combi.h b/combi.h index 9397344d..3654e722 100644 --- a/combi.h +++ b/combi.h @@ -1,4 +1,4 @@ -/* Copyright 2012-2014 +/* Copyright 2012-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/debug.c b/debug.c index 9075b72f..677a9457 100644 --- a/debug.c +++ b/debug.c @@ -1,4 +1,4 @@ -/* Copyright 2011-2014 +/* Copyright 2011-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/debug.h b/debug.h index 4047d8bb..88695866 100644 --- a/debug.h +++ b/debug.h @@ -1,4 +1,4 @@ -/* Copyright 2012-2014 +/* Copyright 2012-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/eval.c b/eval.c index 16d8d7f4..12468562 100644 --- a/eval.c +++ b/eval.c @@ -1,4 +1,4 @@ -/* Copyright 2010-2014 +/* Copyright 2010-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/eval.h b/eval.h index 5e0bea87..b30e6615 100644 --- a/eval.h +++ b/eval.h @@ -1,4 +1,4 @@ -/* Copyright 2010-2014 +/* Copyright 2010-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/filter.c b/filter.c index 67230a21..51f45f90 100644 --- a/filter.c +++ b/filter.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/filter.h b/filter.h index ba407775..3e4fbcac 100644 --- a/filter.h +++ b/filter.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/gc.c b/gc.c index bb30a6d6..83f016d2 100644 --- a/gc.c +++ b/gc.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/gc.h b/gc.h index f6197c69..a8070012 100644 --- a/gc.h +++ b/gc.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/hash.c b/hash.c index 2a4beda8..65f56adf 100644 --- a/hash.c +++ b/hash.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/hash.h b/hash.h index c96dcb7c..76955ac2 100644 --- a/hash.h +++ b/hash.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/lib.c b/lib.c index e971ef1f..a08f1c2f 100644 --- a/lib.c +++ b/lib.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/lib.h b/lib.h index 39ffbdbf..984dd851 100644 --- a/lib.h +++ b/lib.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/match.c b/match.c index 96b93ea9..13d58fe1 100644 --- a/match.c +++ b/match.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/match.h b/match.h index 705290f2..dcb88c7a 100644 --- a/match.h +++ b/match.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/parser.h b/parser.h index e9003039..dfd8b29e 100644 --- a/parser.h +++ b/parser.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/rand.c b/rand.c index 7eff059b..b6ccdda2 100644 --- a/rand.c +++ b/rand.c @@ -1,4 +1,4 @@ -/* Copyright 2010-2014 +/* Copyright 2010-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/rand.h b/rand.h index c26bfe9b..23c4167a 100644 --- a/rand.h +++ b/rand.h @@ -1,4 +1,4 @@ -/* Copyright 2011-2014 +/* Copyright 2011-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/regex.c b/regex.c index 6ee25b9d..222b0923 100644 --- a/regex.c +++ b/regex.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/regex.h b/regex.h index b2252d6e..e3d3715d 100644 --- a/regex.h +++ b/regex.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/signal.c b/signal.c index 76947bb7..45eed8e9 100644 --- a/signal.c +++ b/signal.c @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 +/* Copyright 2013-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/signal.h b/signal.h index d01ac429..9f8653bf 100644 --- a/signal.h +++ b/signal.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 +/* Copyright 2013-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/stream.c b/stream.c index ed9fa666..c46bb1df 100644 --- a/stream.c +++ b/stream.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/stream.h b/stream.h index 9c85cf44..dd7d69b1 100644 --- a/stream.h +++ b/stream.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/sysif.c b/sysif.c index f9d246c9..322d93e2 100644 --- a/sysif.c +++ b/sysif.c @@ -1,4 +1,4 @@ -/* Copyright 2010-2014 +/* Copyright 2010-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/sysif.h b/sysif.h index ef88f101..034d3911 100644 --- a/sysif.h +++ b/sysif.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 +/* Copyright 2013-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/syslog.c b/syslog.c index 1e208d7e..d72e5866 100644 --- a/syslog.c +++ b/syslog.c @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 +/* Copyright 2013-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/syslog.h b/syslog.h index fc63d529..9eb2c259 100644 --- a/syslog.h +++ b/syslog.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 +/* Copyright 2013-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/txr.c b/txr.c index 9e6fda27..cd01a439 100644 --- a/txr.c +++ b/txr.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. @@ -80,7 +80,7 @@ static void help(void) "\n" "txr version ~a\n" "\n" -"copyright 2014, Kaz Kylheku \n" +"copyright 2015, Kaz Kylheku \n" "\n" "usage:\n" "\n" diff --git a/txr.h b/txr.h index e6a1f5f7..5140712f 100644 --- a/txr.h +++ b/txr.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/unwind.c b/unwind.c index 38d03346..217e24f9 100644 --- a/unwind.c +++ b/unwind.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/unwind.h b/unwind.h index a7ef572a..e684eb79 100644 --- a/unwind.h +++ b/unwind.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/utf8.c b/utf8.c index 2835b792..39d8a7f8 100644 --- a/utf8.c +++ b/utf8.c @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. diff --git a/utf8.h b/utf8.h index 8b56e7a3..9380780f 100644 --- a/utf8.h +++ b/utf8.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2014 +/* Copyright 2009-2015 * Kaz Kylheku * Vancouver, Canada * All rights reserved. -- cgit v1.2.3