From 7f8e50c882706347e2370b30cd1a2b262bc1c206 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 11 Jan 2017 13:05:16 +0900 Subject: [PATCH] Update copyright notice to 2017 Also standardize case to "(c)" --- CONTRIBUTING.md | 2 +- COPYRIGHT | 2 +- Makefile | 2 +- check_dir.c | 2 +- check_dir.h | 2 +- compat.c | 2 +- compat.h | 2 +- config.c | 2 +- config.h | 2 +- dbutils.c | 2 +- dbutils.h | 2 +- dirmod.c | 2 +- dirmod.h | 2 +- errcode.h | 2 +- log.c | 2 +- log.h | 2 +- repmgr.c | 2 +- repmgr.h | 2 +- repmgr.sql | 2 +- repmgrd.c | 2 +- sql/Makefile | 2 +- sql/repmgr_funcs.sql.in | 2 +- sql/uninstall_repmgr_funcs.sql | 2 +- strutil.c | 2 +- strutil.h | 2 +- uninstall_repmgr.sql | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 819f6a69..bfad7272 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ License and Contributions ========================= `repmgr` is licensed under the GPL v3. All of its code and documentation is -Copyright 2010-2016, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +Copyright 2010-2017, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for details. The development of repmgr has primarily been sponsored by 2ndQuadrant customers. diff --git a/COPYRIGHT b/COPYRIGHT index dd2cc125..85b347bd 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2010-2016, 2ndQuadrant Limited +Copyright (c) 2010-2017, 2ndQuadrant Limited All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index f8d26fb4..64f7916b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (c) 2ndQuadrant, 2010-2016 +# Copyright (c) 2ndQuadrant, 2010-2017 HEADERS = $(wildcard *.h) diff --git a/check_dir.c b/check_dir.c index 0f363e14..adac1ca2 100644 --- a/check_dir.c +++ b/check_dir.c @@ -1,6 +1,6 @@ /* * check_dir.c - Directories management functions - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 5e38d056..1aa53aac 100644 --- a/check_dir.h +++ b/check_dir.h @@ -1,6 +1,6 @@ /* * check_dir.h - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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/compat.c b/compat.c index ec255496..4cb6300c 100644 --- a/compat.c +++ b/compat.c @@ -6,7 +6,7 @@ * unlikely to change but it would be worth keeping an eye on them * for any fixes/improvements * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/compat.h b/compat.h index b5350ad0..1aa48aa4 100644 --- a/compat.h +++ b/compat.h @@ -1,6 +1,6 @@ /* * compat.h - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 8376877a..decafe04 100644 --- a/config.c +++ b/config.c @@ -1,7 +1,7 @@ /* * config.c - Functions to parse the config file * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 d5fbb657..9c57a166 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* * config.h * - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 76925025..7e1d1711 100644 --- a/dbutils.c +++ b/dbutils.c @@ -1,7 +1,7 @@ /* * dbutils.c - Database connection/management functions * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 d330bd55..f73b9e70 100644 --- a/dbutils.h +++ b/dbutils.h @@ -1,7 +1,7 @@ /* * dbutils.h * - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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/dirmod.c b/dirmod.c index 82837f66..8eee611a 100644 --- a/dirmod.c +++ b/dirmod.c @@ -3,7 +3,7 @@ * dirmod.c * directory handling functions * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/dirmod.h b/dirmod.h index 47caf982..c3811a1a 100644 --- a/dirmod.h +++ b/dirmod.h @@ -1,6 +1,6 @@ /* * dirmod.h - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 783501f8..9b0478e7 100644 --- a/errcode.h +++ b/errcode.h @@ -1,6 +1,6 @@ /* * errcode.h - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 db40682b..5d13ed81 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,6 @@ /* * log.c - Logging methods - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * This module is a set of methods for logging (currently only syslog) * diff --git a/log.h b/log.h index f7cffcc7..10e4217e 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,6 @@ /* * log.h - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 346e91ab..4c3949bf 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,7 +1,7 @@ /* * repmgr.c - Command interpreter for the repmgr package * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 dba002e8..aea82bef 100644 --- a/repmgr.h +++ b/repmgr.h @@ -1,6 +1,6 @@ /* * repmgr.h - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 f267037b..b1f94c87 100644 --- a/repmgr.sql +++ b/repmgr.sql @@ -1,7 +1,7 @@ /* * repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * */ diff --git a/repmgrd.c b/repmgrd.c index d23e1552..7342f3e5 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1,7 +1,7 @@ /* * repmgrd.c - Replication manager daemon * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * This module connects to the nodes of a replication cluster and monitors * how far are they from master diff --git a/sql/Makefile b/sql/Makefile index a63ae13c..87ed0871 100644 --- a/sql/Makefile +++ b/sql/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# Copyright (c) 2ndQuadrant, 2010-2016 +# Copyright (c) 2ndQuadrant, 2010-2017 # MODULE_big = repmgr_funcs diff --git a/sql/repmgr_funcs.sql.in b/sql/repmgr_funcs.sql.in index cf38aa3e..823d51d5 100644 --- a/sql/repmgr_funcs.sql.in +++ b/sql/repmgr_funcs.sql.in @@ -1,6 +1,6 @@ /* * repmgr_function.sql - * Copyright (c) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * */ diff --git a/sql/uninstall_repmgr_funcs.sql b/sql/uninstall_repmgr_funcs.sql index 9cdf6076..3a2cd63f 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-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * */ diff --git a/strutil.c b/strutil.c index 1d69e33d..834754fb 100644 --- a/strutil.c +++ b/strutil.c @@ -1,7 +1,7 @@ /* * strutil.c * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * 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 37a9871d..9593543d 100644 --- a/strutil.h +++ b/strutil.h @@ -1,6 +1,6 @@ /* * strutil.h - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * * * This program is free software: you can redistribute it and/or modify diff --git a/uninstall_repmgr.sql b/uninstall_repmgr.sql index b1a3d175..68ed71a9 100644 --- a/uninstall_repmgr.sql +++ b/uninstall_repmgr.sql @@ -1,7 +1,7 @@ /* * uninstall_repmgr.sql * - * Copyright (C) 2ndQuadrant, 2010-2016 + * Copyright (c) 2ndQuadrant, 2010-2017 * */