# HG changeset patch # User i7tiol # Date 1456572089 0 # Node ID 52ca082757c2138921ffc6cbf7eed178bf01e53a # Parent 65172e6662d6f50e8e812fc22e88e6207b7bb51c Update copyright notices. diff -r 65172e6662d6 -r 52ca082757c2 main/database/inst/pq_connect.m --- 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 +## Copyright (C) 2012-2016 Olaf Till ## ## 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); diff -r 65172e6662d6 -r 52ca082757c2 main/database/inst/pq_exec_params.m --- 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 +## Copyright (C) 2013-2016 Olaf Till ## ## 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/inst/pq_lo_view.m --- 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 +## Copyright (C) 2013-2016 Olaf Till ## ## 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/__pq_connect__.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/__pq_internal_exit__.cc --- 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 +// Copyright (C) 2008-2016 Olaf Till // 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/command.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/command.h --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/converters.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/converters.h --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/converters_arr_comp.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_close.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_connection.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_connection.h --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_conninfo.cc --- 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 +Copyright (C) 2013-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_exec.cc --- 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 +Copyright (C) 2012-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_lo.cc --- 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 +Copyright (C) 2013-2016 Olaf Till 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 diff -r 65172e6662d6 -r 52ca082757c2 main/database/src/pq_update_types.cc --- 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 +Copyright (C) 2013-2016 Olaf Till 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