diff --git a/COPYRIGHT b/COPYRIGHT index 5ee437aa..5d7a3523 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2010-2014, 2ndQuadrant Limited +Copyright (c) 2010-2015, 2ndQuadrant Limited All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index 1bd36c3a..e4e48e30 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (c) 2ndQuadrant, 2010-2014 +# Copyright (c) 2ndQuadrant, 2010-2015 repmgrd_OBJS = dbutils.o config.o repmgrd.o log.o strutil.o repmgr_OBJS = dbutils.o check_dir.o config.o repmgr.o log.o strutil.o diff --git a/README.rst b/README.rst index 12e74764..2fdbae19 100644 --- a/README.rst +++ b/README.rst @@ -1087,7 +1087,7 @@ License and Contributions ========================= repmgr is licensed under the GPL v3. All of its code and documentation is -Copyright 2010-2014, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +Copyright 2010-2015, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for details. Main sponsorship of repmgr has been from 2ndQuadrant customers. diff --git a/check_dir.c b/check_dir.c index 5826e11c..44083885 100644 --- a/check_dir.c +++ b/check_dir.c @@ -1,6 +1,6 @@ /* * check_dir.c - Directories management functions - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * 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 --git a/check_dir.h b/check_dir.h index 77db94bb..d11ec589 100644 --- a/check_dir.h +++ b/check_dir.h @@ -1,6 +1,6 @@ /* * check_dir.h - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * * 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 --git a/config.c b/config.c index 9e2b67ea..0e24e54f 100644 --- a/config.c +++ b/config.c @@ -1,6 +1,6 @@ /* * config.c - Functions to parse the config file - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * 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 --git a/config.h b/config.h index 2f304250..bf95a21f 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* * config.h - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * * 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 --git a/dbutils.c b/dbutils.c index 18527331..3cc57201 100644 --- a/dbutils.c +++ b/dbutils.c @@ -1,6 +1,6 @@ /* * dbutils.c - Database connection/management functions - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * 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 --git a/dbutils.h b/dbutils.h index 39d2233f..1beb4409 100644 --- a/dbutils.h +++ b/dbutils.h @@ -1,6 +1,6 @@ /* * dbutils.h - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * * 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 --git a/errcode.h b/errcode.h index e3114716..a4ae1454 100644 --- a/errcode.h +++ b/errcode.h @@ -1,6 +1,6 @@ /* * errcode.h - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * 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 --git a/log.c b/log.c index a0709b1f..f753328a 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,6 @@ /* * log.c - Logging methods - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * This module is a set of methods for logging (currently only syslog) * diff --git a/log.h b/log.h index 6faebf07..f6b80c70 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,6 @@ /* * log.h - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * * 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 --git a/repmgr.c b/repmgr.c index fbafda0e..fa249230 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,6 +1,6 @@ /* * repmgr.c - Command interpreter for the repmgr - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * This module is a command-line utility to easily setup a cluster of * hot standby servers for an HA environment diff --git a/repmgr.h b/repmgr.h index c7c43f1e..9636786f 100644 --- a/repmgr.h +++ b/repmgr.h @@ -1,6 +1,6 @@ /* * repmgr.h - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * * 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 --git a/repmgr.sql b/repmgr.sql index dea6aba9..52f4e58d 100644 --- a/repmgr.sql +++ b/repmgr.sql @@ -1,7 +1,7 @@ /* * repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * */ diff --git a/repmgrd.c b/repmgrd.c index ad4dcd9b..2ebb7df8 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1,6 +1,6 @@ /* * repmgrd.c - Replication manager daemon - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * This module connects to the nodes of a replication cluster and monitors * how far are they from master diff --git a/sql/repmgr_funcs.sql.in b/sql/repmgr_funcs.sql.in index fc438cd6..864c1c98 100644 --- a/sql/repmgr_funcs.sql.in +++ b/sql/repmgr_funcs.sql.in @@ -1,6 +1,6 @@ /* * repmgr_function.sql - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * */ diff --git a/sql/uninstall_repmgr_funcs.sql b/sql/uninstall_repmgr_funcs.sql index 08ecca58..d32637e3 100644 --- a/sql/uninstall_repmgr_funcs.sql +++ b/sql/uninstall_repmgr_funcs.sql @@ -1,6 +1,6 @@ /* * uninstall_repmgr_funcs.sql - * Copyright (c) 2ndQuadrant, 2010-2014 + * Copyright (c) 2ndQuadrant, 2010-2015 * */ diff --git a/strutil.c b/strutil.c index 018ec3b9..1234fb10 100644 --- a/strutil.c +++ b/strutil.c @@ -1,7 +1,7 @@ /* * strutil.c * - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * 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 --git a/strutil.h b/strutil.h index 142f588b..5c041cc2 100644 --- a/strutil.h +++ b/strutil.h @@ -1,6 +1,6 @@ /* * strutil.h - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * * * This program is free software: you can redistribute it and/or modify diff --git a/uninstall_repmgr.sql b/uninstall_repmgr.sql index b71e7c7e..efe327fe 100644 --- a/uninstall_repmgr.sql +++ b/uninstall_repmgr.sql @@ -1,7 +1,7 @@ /* * uninstall_repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2014 + * Copyright (C) 2ndQuadrant, 2010-2015 * */