Changeset: a0ec9e080a5b for monetdb-perl URL: http://dev.monetdb.org/hg/monetdb-perl?cmd=changeset;node=a0ec9e080a5b Modified Files: DBD/monetdb.pm DBD/monetdb/GetInfo.pm DBD/monetdb/TypeInfo.pm DBD/t/01base.t DBD/t/02ads.t DBD/t/02cxn.t DBD/t/05gi.t DBD/t/06ti.t DBD/t/07q.t DBD/t/11prep.t DBD/t/12bind.t DBD/t/12ins_b.t DBD/t/12ins_q.t DBD/t/13count.t DBD/t/14rows.t DBD/t/18bc.t DBD/t/21sth.t DBD/t/23null.t DBD/t/31txn.t DBD/t/41ddtbl.t DBD/t/42ddcol.t DBD/t/43ddpk.t DBD/t/44ddfk.t DBD/t/51qi.t DBD/t/75mil.t DBD/t/DBD_TEST.pm MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm MonetDB-CLI-MapiPP/MonetDB/CLI/t/00use.t MonetDB-CLI-MapiPP/MonetDB/CLI/t/02cxn.t MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t MonetDB-CLI/MonetDB/CLI.pm MonetDB-CLI/MonetDB/t/00use.t MonetDB-CLI/MonetDB/t/02cxn.t MonetDB-CLI/MonetDB/t/75mil.t debian/copyright mclient.pl Branch: default Log Message:
Updated copyright. diffs (truncated from 448 to 300 lines): diff --git a/DBD/monetdb.pm b/DBD/monetdb.pm --- a/DBD/monetdb.pm +++ b/DBD/monetdb.pm @@ -862,7 +862,7 @@ This Source Code Form is subject to the License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. Contributor(s): Steffen Goeldner. diff --git a/DBD/monetdb/GetInfo.pm b/DBD/monetdb/GetInfo.pm --- a/DBD/monetdb/GetInfo.pm +++ b/DBD/monetdb/GetInfo.pm @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. package DBD::monetdb::GetInfo; diff --git a/DBD/monetdb/TypeInfo.pm b/DBD/monetdb/TypeInfo.pm --- a/DBD/monetdb/TypeInfo.pm +++ b/DBD/monetdb/TypeInfo.pm @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. package DBD::monetdb::TypeInfo; diff --git a/DBD/t/01base.t b/DBD/t/01base.t --- a/DBD/t/01base.t +++ b/DBD/t/01base.t @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. use Test::More tests => 5; diff --git a/DBD/t/02ads.t b/DBD/t/02ads.t --- a/DBD/t/02ads.t +++ b/DBD/t/02ads.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/02cxn.t b/DBD/t/02cxn.t --- a/DBD/t/02cxn.t +++ b/DBD/t/02cxn.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/05gi.t b/DBD/t/05gi.t --- a/DBD/t/05gi.t +++ b/DBD/t/05gi.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/06ti.t b/DBD/t/06ti.t --- a/DBD/t/06ti.t +++ b/DBD/t/06ti.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/07q.t b/DBD/t/07q.t --- a/DBD/t/07q.t +++ b/DBD/t/07q.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/11prep.t b/DBD/t/11prep.t --- a/DBD/t/11prep.t +++ b/DBD/t/11prep.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/12bind.t b/DBD/t/12bind.t --- a/DBD/t/12bind.t +++ b/DBD/t/12bind.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/12ins_b.t b/DBD/t/12ins_b.t --- a/DBD/t/12ins_b.t +++ b/DBD/t/12ins_b.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/12ins_q.t b/DBD/t/12ins_q.t --- a/DBD/t/12ins_q.t +++ b/DBD/t/12ins_q.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/13count.t b/DBD/t/13count.t --- a/DBD/t/13count.t +++ b/DBD/t/13count.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/14rows.t b/DBD/t/14rows.t --- a/DBD/t/14rows.t +++ b/DBD/t/14rows.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/18bc.t b/DBD/t/18bc.t --- a/DBD/t/18bc.t +++ b/DBD/t/18bc.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/21sth.t b/DBD/t/21sth.t --- a/DBD/t/21sth.t +++ b/DBD/t/21sth.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/23null.t b/DBD/t/23null.t --- a/DBD/t/23null.t +++ b/DBD/t/23null.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/31txn.t b/DBD/t/31txn.t --- a/DBD/t/31txn.t +++ b/DBD/t/31txn.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/41ddtbl.t b/DBD/t/41ddtbl.t --- a/DBD/t/41ddtbl.t +++ b/DBD/t/41ddtbl.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/42ddcol.t b/DBD/t/42ddcol.t --- a/DBD/t/42ddcol.t +++ b/DBD/t/42ddcol.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/43ddpk.t b/DBD/t/43ddpk.t --- a/DBD/t/43ddpk.t +++ b/DBD/t/43ddpk.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/44ddfk.t b/DBD/t/44ddfk.t --- a/DBD/t/44ddfk.t +++ b/DBD/t/44ddfk.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/51qi.t b/DBD/t/51qi.t --- a/DBD/t/51qi.t +++ b/DBD/t/51qi.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; diff --git a/DBD/t/75mil.t b/DBD/t/75mil.t --- a/DBD/t/75mil.t +++ b/DBD/t/75mil.t @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. $| = 1; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
