diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11468704..e9350eb7 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-2021, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for +Copyright 2010-2021, EnterpriseDB Corporation. See the files COPYRIGHT and LICENSE for details. The development of repmgr has primarily been sponsored by 2ndQuadrant customers. @@ -12,10 +12,10 @@ which has received funding from the European Union's Seventh Framework Programme (FP7/2007-2013) under grant agreement 258862. Contributions to `repmgr` are welcome, and will be listed in the file `CREDITS`. -2ndQuadrant Limited requires that any contributions provide a copyright +EnterpriseDB Corporation requires that any contributions provide a copyright assignment and a disclaimer of any work-for-hire ownership claims from the employer of the developer. This lets us make sure that all of the repmgr -distribution remains free code. Please contact info@2ndQuadrant.com for a +distribution remains free code. Please contact info@enterprise.com for a copy of the relevant Copyright Assignment Form. Code style diff --git a/COPYRIGHT b/COPYRIGHT index 4f37e56a..87f42ff5 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2010-2021, 2ndQuadrant Limited +Copyright (c) 2010-2021, EnterpriseDB Corporation All rights reserved. This program is free software: you can redistribute it and/or modify diff --git a/README.md b/README.md index 7c5aeb7d..36dc052a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ operations. The most recent `repmgr` version (5.2.0) supports all PostgreSQL versions from 9.5 to 13. PostgreSQL 9.4 is also supported, with some restrictions. -`repmgr` is distributed under the GNU GPL 3 and maintained by 2ndQuadrant. +`repmgr` is distributed under the GNU GPL 3 and maintained by EnterpriseDB. Documentation ------------- @@ -55,7 +55,7 @@ Directories Support and Assistance ---------------------- -2ndQuadrant provides 24x7 production support for `repmgr`, including +EnterpriseDB provides 24x7 production support for `repmgr`, including configuration assistance, installation verification and training for running a robust replication cluster. For further details see: @@ -74,16 +74,7 @@ Please report bugs and other issues to: Further information is available at https://repmgr.org/ We'd love to hear from you about how you use repmgr. Case studies and -news are always welcome. Send us an email at info@2ndQuadrant.com, or -send a postcard to - - repmgr - c/o 2ndQuadrant - 7200 The Quorum - Oxford Business Park North - Oxford - OX4 2JZ - United Kingdom +news are always welcome. Thanks from the repmgr core team. diff --git a/compat.c b/compat.c index 66d33ba8..f602832f 100644 --- a/compat.c +++ b/compat.c @@ -6,7 +6,7 @@ * supported PostgreSQL versions. They're unlikely to change but * it would be worth keeping an eye on them for any fixes/improvements. * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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 ee5fffa9..6b0bfc03 100644 --- a/compat.h +++ b/compat.h @@ -1,6 +1,6 @@ /* * compat.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/configdata.c b/configdata.c index 0263d442..46439922 100644 --- a/configdata.c +++ b/configdata.c @@ -1,7 +1,7 @@ /* * configdata.c - contains structs with parsed configuration data * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/configfile.c b/configfile.c index 5dc5b360..42ec1949 100644 --- a/configfile.c +++ b/configfile.c @@ -1,7 +1,7 @@ /* * configfile.c - parse repmgr.conf and other configuration-related functionality * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/configfile.h b/configfile.h index 3559a483..3cdb2939 100644 --- a/configfile.h +++ b/configfile.h @@ -1,7 +1,7 @@ /* * configfile.h * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * * This program is free software: you can redistribute it and/or modify diff --git a/configure b/configure index ff1e2bac..f270e1f1 100755 --- a/configure +++ b/configure @@ -11,7 +11,7 @@ # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # -# Copyright (c) 2010-2021, 2ndQuadrant Ltd. +# Copyright (c) 2010-2021, EnterpriseDB Corporation ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## @@ -1323,7 +1323,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -Copyright (c) 2010-2021, 2ndQuadrant Ltd. +Copyright (c) 2010-2021, EnterpriseDB Corporation _ACEOF exit fi diff --git a/configure.in b/configure.in index f535430a..0719cbf4 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT([repmgr], [5.3.0], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/]) -AC_COPYRIGHT([Copyright (c) 2010-2021, 2ndQuadrant Ltd.]) +AC_COPYRIGHT([Copyright (c) 2010-2021, EnterpriseDB Corporation]) AC_CONFIG_HEADER(config.h) diff --git a/controldata.c b/controldata.c index 19bbfbdf..c112888d 100644 --- a/controldata.c +++ b/controldata.c @@ -6,7 +6,7 @@ * running. For that reason we can't use on the pg_control_*() functions * provided in PostgreSQL 9.6 and later. * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/controldata.h b/controldata.h index d2f24181..1c4ce5a0 100644 --- a/controldata.h +++ b/controldata.h @@ -1,6 +1,6 @@ /* * controldata.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/dbutils.c b/dbutils.c index ea38c6cd..64e438ee 100644 --- a/dbutils.c +++ b/dbutils.c @@ -1,7 +1,7 @@ /* * dbutils.c - Database connection/management functions * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * * This program is free software: you can redistribute it and/or modify diff --git a/dbutils.h b/dbutils.h index eba8a305..62c21d9e 100644 --- a/dbutils.h +++ b/dbutils.h @@ -1,7 +1,7 @@ /* * dbutils.h * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/dirutil.c b/dirutil.c index 8de737ba..2e5015e2 100644 --- a/dirutil.c +++ b/dirutil.c @@ -3,7 +3,7 @@ * dirmod.c * directory handling functions * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/dirutil.h b/dirutil.h index 35984044..a5c0fd00 100644 --- a/dirutil.h +++ b/dirutil.h @@ -1,6 +1,6 @@ /* * dirutil.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/doc/appendix-faq.xml b/doc/appendix-faq.xml index a13f8bdb..6248d43f 100644 --- a/doc/appendix-faq.xml +++ b/doc/appendix-faq.xml @@ -62,7 +62,7 @@ - 2ndQuadrant's recommended configuration is to configure + Our recommended configuration is to configure Barman as a fallback source of WAL files, rather than maintain replication slots for each standby. See also: Using Barman as a WAL file source. @@ -127,7 +127,7 @@ filesystem layouts. - Either use PostgreSQL packages provided by the community or 2ndQuadrant; if this + Either use PostgreSQL packages provided by the community or EnterpriseDB; if this is not possible, contact your vendor for assistance. @@ -215,8 +215,8 @@ Are &repmgr; packages compatible with <literal>$third_party_vendor</literal>'s packages? - &repmgr; packages provided by 2ndQuadrant are compatible with the community-provided PostgreSQL - packages and any software provided by 2ndQuadrant. + &repmgr; packages provided by EnterpriseDB are compatible with the community-provided PostgreSQL + packages and specified software provided by EnterpriseDB. A number of other vendors provide their own versions of PostgreSQL packages, often with different diff --git a/doc/appendix-packages.xml b/doc/appendix-packages.xml index 87f207d2..a96f8b74 100644 --- a/doc/appendix-packages.xml +++ b/doc/appendix-packages.xml @@ -52,8 +52,7 @@ &repmgr; packages are available from the public 2ndQuadrant repository, and also the PostgreSQL community repository. The 2ndQuadrant repository is updated immediately - after each - &repmgr; release. + after each &repmgr; release. diff --git a/doc/legal.xml b/doc/legal.xml index e449870a..d1c50ef9 100644 --- a/doc/legal.xml +++ b/doc/legal.xml @@ -4,7 +4,7 @@ 2010-2021 - 2ndQuadrant, Ltd. + EnterpriseDB Corporation @@ -12,7 +12,7 @@ repmgr is Copyright © 2010-2021 - by 2ndQuadrant, Ltd. All rights reserved. + by EnterpriseDB Corporation All rights reserved. diff --git a/doc/repmgr.xml b/doc/repmgr.xml index aadeac89..109af665 100644 --- a/doc/repmgr.xml +++ b/doc/repmgr.xml @@ -18,7 +18,7 @@ repmgr &repmgrversion; Documentation - 2ndQuadrant Ltd + EnterpriseDB Corporation repmgr &repmgrversion; &legal; @@ -38,20 +38,20 @@ &repmgr; is developed by - 2ndQuadrant + 2ndQuadrant (EDB) along with contributions from other individuals and organisations. Contributions from the community are appreciated and welcome - get in touch via github or the mailing list/forum. - Multiple 2ndQuadrant customers contribute funding + Multiple 2ndQuadrant (EDB) customers contribute funding to make repmgr development possible. - &repmgr; is fully supported by 2ndQuadrant's + &repmgr; is fully supported by 2ndQuadrant (EDB)'s 24/7 Production Support. - 2ndQuadrant, a Major Sponsor of the PostgreSQL project, continues to develop and maintain &repmgr;. - Other organisations as well as individual developers are welcome to participate in the efforts. + EnterpriseDB Corporation, a Major Sponsor of the PostgreSQL project, continues to maintain &repmgr;. + We welcome participation from other organisations and individual developers. diff --git a/errcode.h b/errcode.h index 682c53de..6bc30c78 100644 --- a/errcode.h +++ b/errcode.h @@ -1,6 +1,6 @@ /* * errcode.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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 5a90dd5e..1d61749d 100644 --- a/log.c +++ b/log.c @@ -1,6 +1,6 @@ /* * log.c - Logging methods - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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.h b/log.h index cdf589ef..eaed0819 100644 --- a/log.h +++ b/log.h @@ -1,6 +1,6 @@ /* * log.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-cluster.c b/repmgr-action-cluster.c index d6e7965d..df2a3a5f 100644 --- a/repmgr-action-cluster.c +++ b/repmgr-action-cluster.c @@ -3,7 +3,7 @@ * * Implements cluster information actions for the repmgr command line utility * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-cluster.h b/repmgr-action-cluster.h index 68b5b372..8f8f43d1 100644 --- a/repmgr-action-cluster.h +++ b/repmgr-action-cluster.h @@ -1,6 +1,6 @@ /* * repmgr-action-cluster.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-daemon.c b/repmgr-action-daemon.c index eedcd689..925eda6e 100644 --- a/repmgr-action-daemon.c +++ b/repmgr-action-daemon.c @@ -2,7 +2,7 @@ * repmgr-action-daemon.c * * Implements repmgrd actions for the repmgr command line utility - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-daemon.h b/repmgr-action-daemon.h index 8865c914..b6a60534 100644 --- a/repmgr-action-daemon.h +++ b/repmgr-action-daemon.h @@ -1,6 +1,6 @@ /* * repmgr-action-daemon.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-node.c b/repmgr-action-node.c index bb3cbe51..5faa0568 100644 --- a/repmgr-action-node.c +++ b/repmgr-action-node.c @@ -3,7 +3,7 @@ * * Implements actions available for any kind of node * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-node.h b/repmgr-action-node.h index 499d6567..039c146f 100644 --- a/repmgr-action-node.h +++ b/repmgr-action-node.h @@ -1,6 +1,6 @@ /* * repmgr-action-node.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-primary.c b/repmgr-action-primary.c index f56beca8..82642d57 100644 --- a/repmgr-action-primary.c +++ b/repmgr-action-primary.c @@ -3,7 +3,7 @@ * * Implements primary actions for the repmgr command line utility * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-primary.h b/repmgr-action-primary.h index 7f6a31ec..3c3d6652 100644 --- a/repmgr-action-primary.h +++ b/repmgr-action-primary.h @@ -1,6 +1,6 @@ /* * repmgr-action-primary.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-service.c b/repmgr-action-service.c index 18b923d5..183a1da6 100644 --- a/repmgr-action-service.c +++ b/repmgr-action-service.c @@ -2,7 +2,7 @@ * repmgr-action-service.c * * Implements repmgrd actions for the repmgr command line utility - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-service.h b/repmgr-action-service.h index a3646eb1..d737bafd 100644 --- a/repmgr-action-service.h +++ b/repmgr-action-service.h @@ -1,6 +1,6 @@ /* * repmgr-action-service.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-standby.c b/repmgr-action-standby.c index a181799b..19df8bf5 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -3,7 +3,7 @@ * * Implements standby actions for the repmgr command line utility * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-standby.h b/repmgr-action-standby.h index e9107fe7..0585d0c2 100644 --- a/repmgr-action-standby.h +++ b/repmgr-action-standby.h @@ -1,6 +1,6 @@ /* * repmgr-action-standby.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-witness.c b/repmgr-action-witness.c index 10202397..d098c424 100644 --- a/repmgr-action-witness.c +++ b/repmgr-action-witness.c @@ -3,7 +3,7 @@ * * Implements witness actions for the repmgr command line utility * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-action-witness.h b/repmgr-action-witness.h index 821b5713..b97c6295 100644 --- a/repmgr-action-witness.h +++ b/repmgr-action-witness.h @@ -1,6 +1,6 @@ /* * repmgr-action-witness.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-client-global.h b/repmgr-client-global.h index ced9319b..eeb868b9 100644 --- a/repmgr-client-global.h +++ b/repmgr-client-global.h @@ -1,6 +1,6 @@ /* * repmgr-client-global.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-client.c b/repmgr-client.c index f8480a27..acea3524 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1,7 +1,7 @@ /* * repmgr-client.c - Command interpreter for the repmgr package * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * This module is a command-line utility to easily setup a cluster of * hot standby servers for an HA environment diff --git a/repmgr-client.h b/repmgr-client.h index 8b55c3fe..8488b640 100644 --- a/repmgr-client.h +++ b/repmgr-client.h @@ -1,6 +1,6 @@ /* * repmgr-client.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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 76b672e2..757064b1 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,7 +1,7 @@ /* * repmgr.c - repmgr extension * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * This is the actual extension code; see repmgr-client.c for the code which * generates the repmgr binary diff --git a/repmgr.h b/repmgr.h index 7ffbf3fa..d59ef124 100644 --- a/repmgr.h +++ b/repmgr.h @@ -1,6 +1,6 @@ /* * repmgr.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-physical.c b/repmgrd-physical.c index 3c0df303..5c1d3e03 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -1,7 +1,7 @@ /* * repmgrd-physical.c - physical (streaming) replication functionality for repmgrd * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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-physical.h b/repmgrd-physical.h index 05bf75e0..114303f0 100644 --- a/repmgrd-physical.h +++ b/repmgrd-physical.h @@ -1,6 +1,6 @@ /* * repmgrd-physical.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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 40544fcb..44a03975 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1,7 +1,7 @@ /* * repmgrd.c - Replication manager daemon * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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.h b/repmgrd.h index 66802d2a..0174b64d 100644 --- a/repmgrd.h +++ b/repmgrd.h @@ -1,6 +1,6 @@ /* * repmgrd.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 */ diff --git a/strutil.c b/strutil.c index 0135eea8..c9b1e462 100644 --- a/strutil.c +++ b/strutil.c @@ -1,7 +1,7 @@ /* * strutil.c * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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 2f01ce18..2d9d20bc 100644 --- a/strutil.h +++ b/strutil.h @@ -1,6 +1,6 @@ /* * strutil.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/sysutils.c b/sysutils.c index c24ea8a8..c4f0fb55 100644 --- a/sysutils.c +++ b/sysutils.c @@ -3,7 +3,7 @@ * * Functions which need to be executed on the local system. * - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/sysutils.h b/sysutils.h index a7cf2cd5..c7ce5eb0 100644 --- a/sysutils.h +++ b/sysutils.h @@ -1,6 +1,6 @@ /* * sysutils.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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/voting.h b/voting.h index f8256989..87f25d8f 100644 --- a/voting.h +++ b/voting.h @@ -1,6 +1,6 @@ /* * voting.h - * Copyright (c) 2ndQuadrant, 2010-2021 + * Copyright (c) EnterpriseDB Corporation, 2010-2021 * * 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