Also update the copyright years to 2014 while we're at it.
# Makefile for pg_rewind
#
-# Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+# Copyright (c) 2013-2014, PostgreSQL Global Development Group
#
PGFILEDESC = "pg_rewind - repurpose an old master server as standby"
* copy_fetch.c
* Functions for copying a PostgreSQL data directory
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
*
* This is a fairly simple bitmap.
*
- * Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*/
#include "postgres_fe.h"
*
* datapagemap.h
*
- * Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*-------------------------------------------------------------------------
*/
#ifndef DATAPAGEMAP_H
* connection (libpq_fetch.c)
*
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
* directory (copy method), or a remote PostgreSQL server (libpq fetch
* method).
*
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
/*
* A data structure for keeping track of files that have changed.
*
- * Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*/
#include "postgres_fe.h"
*
* filemap.h
*
- * Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*-------------------------------------------------------------------------
*/
#ifndef FILEMAP_H
* libpq_fetch.c
* Functions for fetching files from a remote server.
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
* parsexlog.c
* Functions for reading Write-Ahead-Log
*
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2008, Nippon Telegraph and Telephone Corporation
* Portions Copyright (c) 1994, Regents of the University of California
*
* pg_rewind.c
* Synchronizes an old master server to a new timeline
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
* pg_rewind.h
*
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
*
*-------------------------------------------------------------------------
*/
* timeline.c
* timeline-related functions.
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
* util.c
* Misc utility functions
*
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
* util.h
* Prototypes for functions in util.c
*
- * Portions Copyright (c) 2013 VMware, Inc. All Rights Reserved.
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*-------------------------------------------------------------------------
*/
#ifndef UTIL_H