diff --git a/COPYRIGHT b/COPYRIGHT index 64d3e334..5ee437aa 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2010-2012, 2ndQuadrant Limited +Copyright (c) 2010-2014, 2ndQuadrant Limited All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index 4e961f53..1cf5047e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (c) 2ndQuadrant, 2010-2012 +# Copyright (c) 2ndQuadrant, 2010-2014 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 3b010389..32e00442 100644 --- a/README.rst +++ b/README.rst @@ -1085,7 +1085,7 @@ License and Contributions ========================= repmgr is licensed under the GPL v3. All of its code and documentation is -Copyright 2010-2012, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +Copyright 2010-2014, 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 f578b4e1..8d784b4c 100644 --- a/check_dir.c +++ b/check_dir.c @@ -1,6 +1,6 @@ /* * check_dir.c - Directories management functions - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * 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 0c6ee6e4..9953e885 100644 --- a/check_dir.h +++ b/check_dir.h @@ -1,6 +1,6 @@ /* * check_dir.h - * Copyright (c) 2ndQuadrant, 2010-2012 + * Copyright (c) 2ndQuadrant, 2010-2014 * * 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 43157c04..1b281a9b 100644 --- a/config.c +++ b/config.c @@ -1,6 +1,6 @@ /* * config.c - Functions to parse the config file - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * 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 f7c93192..f3aacc37 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* * config.h - * Copyright (c) 2ndQuadrant, 2010-2012 + * Copyright (c) 2ndQuadrant, 2010-2014 * * 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 0ca9f7df..1b971f42 100644 --- a/dbutils.c +++ b/dbutils.c @@ -1,6 +1,6 @@ /* * dbutils.c - Database connection/management functions - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * 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 d571335a..a5f5c74b 100644 --- a/dbutils.h +++ b/dbutils.h @@ -1,6 +1,6 @@ /* * dbutils.h - * Copyright (c) 2ndQuadrant, 2010-2012 + * Copyright (c) 2ndQuadrant, 2010-2014 * * 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 9bb84906..be09a3d7 100644 --- a/errcode.h +++ b/errcode.h @@ -1,6 +1,6 @@ /* * errcode.h - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * 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 b2e95faa..e268b42a 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,6 @@ /* * log.c - Logging methods - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * This module is a set of methods for logging (currently only syslog) * diff --git a/log.h b/log.h index 1be82cb5..5fd48000 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,6 @@ /* * log.h - * Copyright (c) 2ndQuadrant, 2010-2012 + * Copyright (c) 2ndQuadrant, 2010-2014 * * 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 c244efab..33d66846 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,6 +1,6 @@ /* * repmgr.c - Command interpreter for the repmgr - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * 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 8816697e..6cfee998 100644 --- a/repmgr.h +++ b/repmgr.h @@ -1,6 +1,6 @@ /* * repmgr.h - * Copyright (c) 2ndQuadrant, 2010-2012 + * Copyright (c) 2ndQuadrant, 2010-2014 * * 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 11f97680..dea6aba9 100644 --- a/repmgr.sql +++ b/repmgr.sql @@ -1,7 +1,7 @@ /* * repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * */ diff --git a/repmgrd.c b/repmgrd.c index ffc1372e..b6ecbe28 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1,6 +1,6 @@ /* * repmgrd.c - Replication manager daemon - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * This module connects to the nodes of a replication cluster and monitors * how far are they from master diff --git a/strutil.c b/strutil.c index 1f9d5999..f1a6f532 100644 --- a/strutil.c +++ b/strutil.c @@ -1,7 +1,7 @@ /* * strutil.c * - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * 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 cb3ee45e..a1cd2b17 100644 --- a/strutil.h +++ b/strutil.h @@ -1,6 +1,6 @@ /* * strutil.h - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * * * This program is free software: you can redistribute it and/or modify diff --git a/uninstall_repmgr.sql b/uninstall_repmgr.sql index 2f59a08e..b71e7c7e 100644 --- a/uninstall_repmgr.sql +++ b/uninstall_repmgr.sql @@ -1,7 +1,7 @@ /* * uninstall_repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2012 + * Copyright (C) 2ndQuadrant, 2010-2014 * */