changeset 12720:52ca082757c2 octave-forge tip

Update copyright notices.
author i7tiol
date Sat, 27 Feb 2016 11:21:29 +0000
parents 65172e6662d6
children
files main/database/inst/pq_connect.m main/database/inst/pq_exec_params.m main/database/inst/pq_lo_view.m main/database/src/__pq_connect__.cc main/database/src/__pq_internal_exit__.cc main/database/src/command.cc main/database/src/command.h main/database/src/converters.cc main/database/src/converters.h main/database/src/converters_arr_comp.cc main/database/src/pq_close.cc main/database/src/pq_connection.cc main/database/src/pq_connection.h main/database/src/pq_conninfo.cc main/database/src/pq_exec.cc main/database/src/pq_lo.cc main/database/src/pq_update_types.cc
diffstat 17 files changed, 18 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/main/database/inst/pq_connect.m	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/inst/pq_connect.m	Sat Feb 27 11:21:29 2016 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+## Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 ##
 ## This program 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
@@ -159,4 +159,4 @@
 %! assert (strcmp (typeinfo (t = pq_exec_params (conn, "select ($1);", {int16(-2)}).data{1}), "int16 scalar") && t == int16 (-2));
 %! assert (strcmp (typeinfo (t = pq_exec_params (conn, "select ($1);", {int32(-2)}).data{1}), "int32 scalar") && t == int32 (-2));
 %! assert (strcmp (typeinfo (t = pq_exec_params (conn, "select ($1);", {int64(-2)}).data{1}), "int64 scalar") && t == int64 (-2));
-%! pq_close (conn);
\ No newline at end of file
+%! pq_close (conn);
--- a/main/database/inst/pq_exec_params.m	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/inst/pq_exec_params.m	Sat Feb 27 11:21:29 2016 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2013 Olaf Till <i7tiol@t-online.de>
+## Copyright (C) 2013-2016 Olaf Till <i7tiol@t-online.de>
 ##
 ## This program 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
--- a/main/database/inst/pq_lo_view.m	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/inst/pq_lo_view.m	Sat Feb 27 11:21:29 2016 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2013 Olaf Till <i7tiol@t-online.de>
+## Copyright (C) 2013-2016 Olaf Till <i7tiol@t-online.de>
 ##
 ## This program 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
--- a/main/database/src/__pq_connect__.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/__pq_connect__.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/__pq_internal_exit__.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/__pq_internal_exit__.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,4 +1,4 @@
-// Copyright (C) 2008, 2013 Olaf Till <olaf.till@uni-jena.de>
+// Copyright (C) 2008-2016 Olaf Till <olaf.till@uni-jena.de>
 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
--- a/main/database/src/command.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/command.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/command.h	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/command.h	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/converters.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/converters.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/converters.h	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/converters.h	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/converters_arr_comp.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/converters_arr_comp.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_close.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_close.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_connection.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_connection.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_connection.h	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_connection.h	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_conninfo.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_conninfo.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2013-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_exec.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_exec.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012, 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2012-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_lo.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_lo.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2013-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/main/database/src/pq_update_types.cc	Sat Feb 27 11:15:29 2016 +0000
+++ b/main/database/src/pq_update_types.cc	Sat Feb 27 11:21:29 2016 +0000
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2013 Olaf Till <i7tiol@t-online.de>
+Copyright (C) 2013-2016 Olaf Till <i7tiol@t-online.de>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by