diff --git a/COPYRIGHT b/COPYRIGHT index 5bef748e..f5aae958 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2009-2010, 2ndQuadrant Limited +Copyright (c) 2010-2011, 2ndQuadrant Limited All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index a9aa7814..60839386 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (c) 2ndQuadrant, 2010 +# Copyright (c) 2ndQuadrant, 2010-2011 repmgrd_OBJS = dbutils.o config.o repmgrd.o log.o repmgr_OBJS = dbutils.o check_dir.o config.o repmgr.o log.o diff --git a/README.rst b/README.rst index 0cd9edb4..13c47f83 100644 --- a/README.rst +++ b/README.rst @@ -746,7 +746,7 @@ License and Contributions ========================= repmgr is licensed under the GPL v3. All of its code and documentation is -Copyright 2010, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +Copyright 2010-2011, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for details. Contributions to repmgr are welcome, and listed in the file CREDITS. diff --git a/check_dir.c b/check_dir.c index 26b07331..828e0ed6 100644 --- a/check_dir.c +++ b/check_dir.c @@ -1,6 +1,6 @@ /* * check_dir.c - Directories management functions - * Copyright (C) 2ndQuadrant, 2010 + * Copyright (C) 2ndQuadrant, 2011 * * 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 9acac474..201c1d16 100644 --- a/check_dir.h +++ b/check_dir.h @@ -1,6 +1,6 @@ /* * check_dir.h - * Copyright (c) 2ndQuadrant, 2010 + * Copyright (c) 2ndQuadrant, 2010-2011 * * 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 0640c796..366e7e0a 100644 --- a/config.c +++ b/config.c @@ -1,6 +1,6 @@ /* * config.c - Functions to parse the config file - * Copyright (C) 2ndQuadrant, 2010 + * Copyright (C) 2ndQuadrant, 2010-2011 * * 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 472d3b82..c7749883 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* * config.h - * Copyright (c) 2ndQuadrant, 2010 + * Copyright (c) 2ndQuadrant, 2010-2011 * * 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 d547eb77..336f0a05 100644 --- a/dbutils.c +++ b/dbutils.c @@ -1,6 +1,6 @@ /* * dbutils.c - Database connection/management functions - * Copyright (C) 2ndQuadrant, 2010 + * Copyright (C) 2ndQuadrant, 2010-2011 * * 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 cc5830d9..2d05e953 100644 --- a/dbutils.h +++ b/dbutils.h @@ -1,6 +1,6 @@ /* * dbutils.h - * Copyright (c) 2ndQuadrant, 2010 + * Copyright (c) 2ndQuadrant, 2010-2011 * * 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 a73ba70b..24b7ac14 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,6 @@ /* * log.c - Logging methods - * Copyright (C) 2ndQuadrant, 2010 + * Copyright (C) 2ndQuadrant, 2010-2011 * * This module is a set of methods for logging (currently only syslog) * diff --git a/log.h b/log.h index 3f87ff26..4a439912 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,6 @@ /* * log.h - * Copyright (c) 2ndQuadrant, 2010 + * Copyright (c) 2ndQuadrant, 2010-2011 * * 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 328c5a08..d701a5bc 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,6 +1,6 @@ /* * repmgr.c - Command interpreter for the repmgr - * Copyright (C) 2ndQuadrant, 2010 + * Copyright (C) 2ndQuadrant, 2010-2011 * * 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 a8455e80..2442d43c 100644 --- a/repmgr.h +++ b/repmgr.h @@ -1,6 +1,6 @@ /* * repmgr.h - * Copyright (c) 2ndQuadrant, 2010 + * Copyright (c) 2ndQuadrant, 2010-2011 * * 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/repmgrd.c b/repmgrd.c index 75ba9f77..29943017 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1,6 +1,6 @@ /* * repmgrd.c - Replication manager daemon - * Copyright (C) 2ndQuadrant, 2010 + * Copyright (C) 2ndQuadrant, 2010-2011 * * This module connects to the nodes of a replication cluster and monitors * how far are they from master