From 5ad3edc91368fd2383510dee7ce194c2841360df Mon Sep 17 00:00:00 2001 From: Michael Granger Date: Sat, 20 Aug 2016 10:30:03 -0700 Subject: [PATCH] Update copyright year, license files --- BSDL | 4 ++-- README.rdoc | 4 ++-- ext/pg.c | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/BSDL b/BSDL index 8272553..44d33b0 100644 --- a/BSDL +++ b/BSDL @@ -1,4 +1,4 @@ -Copyright (C) 1993-2010 Yukihiro Matsumoto. All rights reserved. +Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -19,4 +19,4 @@ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 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. +SUCH DAMAGE. \ No newline at end of file diff --git a/README.rdoc b/README.rdoc index 8675645..e7f2754 100644 --- a/README.rdoc +++ b/README.rdoc @@ -137,7 +137,7 @@ Lars Kanis . == Copying -Copyright (c) 1997-2015 by the authors. +Copyright (c) 1997-2016 by the authors. * Jeff Davis * Guy Decoux (ts) @@ -149,7 +149,7 @@ Copyright (c) 1997-2015 by the authors. * Noboru Saitou You may redistribute this software under the same terms as Ruby itself; see -http://www.ruby-lang.org/en/LICENSE.txt or the LICENSE file in the source +https://www.ruby-lang.org/en/about/license.txt or the BSDL file in the source for details. Portions of the code are from the PostgreSQL project, and are distributed diff --git a/ext/pg.c b/ext/pg.c index 91e262d..d9e9982 100644 --- a/ext/pg.c +++ b/ext/pg.c @@ -7,6 +7,7 @@ * - Jeff Davis * - Guy Decoux (ts) * - Michael Granger + * - Lars Kanis * - Dave Lee * - Eiji Matsumoto * - Yukihiro Matsumoto @@ -15,10 +16,10 @@ * See Contributors.rdoc for the many additional fine people that have contributed * to this library over the years. * - * Copyright (c) 1997-2015 by the authors. + * Copyright (c) 1997-2016 by the authors. * * You may redistribute this software under the same terms as Ruby itself; see - * http://www.ruby-lang.org/en/LICENSE.txt or the LICENSE file in the source + * https://www.ruby-lang.org/en/about/license.txt or the BSDL file in the source * for details. * * Portions of the code are from the PostgreSQL project, and are distributed