From 50b7147f153021fbab2bf08b3a7c3ac4033d01c2 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Wed, 4 Jul 2012 10:47:26 -0500 Subject: [PATCH] Change Copyright date to cover 2012 --- COPYRIGHT | 2 +- Makefile | 2 +- README.rst | 2 +- check_dir.c | 2 +- check_dir.h | 2 +- config.c | 2 +- config.h | 2 +- dbutils.c | 2 +- dbutils.h | 2 +- errcode.h | 2 +- log.c | 2 +- log.h | 2 +- repmgr.c | 2 +- repmgr.h | 2 +- repmgr.sql | 2 +- repmgrd.c | 2 +- strutil.c | 2 +- strutil.h | 2 +- uninstall_repmgr.sql | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index f5aae958..64d3e334 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2010-2011, 2ndQuadrant Limited +Copyright (c) 2010-2012, 2ndQuadrant Limited All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index 76f62c97..ff46f282 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (c) 2ndQuadrant, 2010-2011 +# Copyright (c) 2ndQuadrant, 2010-2012 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 a7a71bc7..1cbd978a 100644 --- a/README.rst +++ b/README.rst @@ -1080,7 +1080,7 @@ License and Contributions ========================= repmgr is licensed under the GPL v3. All of its code and documentation is -Copyright 2010-2011, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +Copyright 2010-2012, 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 b1f665f9..c3a552b4 100644 --- a/check_dir.c +++ b/check_dir.c @@ -1,6 +1,6 @@ /* * check_dir.c - Directories management functions - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 d0493dee..0c6ee6e4 100644 --- a/check_dir.h +++ b/check_dir.h @@ -1,6 +1,6 @@ /* * check_dir.h - * Copyright (c) 2ndQuadrant, 2010-2011 + * Copyright (c) 2ndQuadrant, 2010-2012 * * 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 03623eae..c42c013b 100644 --- a/config.c +++ b/config.c @@ -1,6 +1,6 @@ /* * config.c - Functions to parse the config file - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 90e3cc2f..45435cc7 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* * config.h - * Copyright (c) 2ndQuadrant, 2010-2011 + * Copyright (c) 2ndQuadrant, 2010-2012 * * 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 55d72f23..d2936c41 100644 --- a/dbutils.c +++ b/dbutils.c @@ -1,6 +1,6 @@ /* * dbutils.c - Database connection/management functions - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 2fa967cc..c6355758 100644 --- a/dbutils.h +++ b/dbutils.h @@ -1,6 +1,6 @@ /* * dbutils.h - * Copyright (c) 2ndQuadrant, 2010-2011 + * Copyright (c) 2ndQuadrant, 2010-2012 * * 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 94936c34..208643c3 100644 --- a/errcode.h +++ b/errcode.h @@ -1,6 +1,6 @@ /* * errcode.h - * Copyright (C) 2ndQuadrant, 2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 d9e5ed35..e56bd4f8 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,6 @@ /* * log.c - Logging methods - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * This module is a set of methods for logging (currently only syslog) * diff --git a/log.h b/log.h index dc9d7843..c7c2af3c 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,6 @@ /* * log.h - * Copyright (c) 2ndQuadrant, 2010-2011 + * Copyright (c) 2ndQuadrant, 2010-2012 * * 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 51432af3..68e5db16 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,6 +1,6 @@ /* * repmgr.c - Command interpreter for the repmgr - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 62cc6d0a..e0970445 100644 --- a/repmgr.h +++ b/repmgr.h @@ -1,6 +1,6 @@ /* * repmgr.h - * Copyright (c) 2ndQuadrant, 2010-2011 + * Copyright (c) 2ndQuadrant, 2010-2012 * * 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 02d93333..11f97680 100644 --- a/repmgr.sql +++ b/repmgr.sql @@ -1,7 +1,7 @@ /* * repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * */ diff --git a/repmgrd.c b/repmgrd.c index 3b5c9ff0..bb32f66e 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1,6 +1,6 @@ /* * repmgrd.c - Replication manager daemon - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 0fa3bb0d..aaa186d3 100644 --- a/strutil.c +++ b/strutil.c @@ -1,7 +1,7 @@ /* * strutil.c * - * Copyright (C) 2ndQuadrant, 2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * 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 77babf8b..75eb63a4 100644 --- a/strutil.h +++ b/strutil.h @@ -1,6 +1,6 @@ /* * strutil.h - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * * * This program is free software: you can redistribute it and/or modify diff --git a/uninstall_repmgr.sql b/uninstall_repmgr.sql index 498a9585..2f59a08e 100644 --- a/uninstall_repmgr.sql +++ b/uninstall_repmgr.sql @@ -1,7 +1,7 @@ /* * uninstall_repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2011 + * Copyright (C) 2ndQuadrant, 2010-2012 * */