mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Remove cvs keywords from all files.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# Makefile for the timezone library
|
||||
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.33 2010/07/05 18:54:38 tgl Exp $
|
||||
# src/timezone/Makefile
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$PostgreSQL: pgsql/src/timezone/README,v 1.9 2010/04/15 11:00:45 mha Exp $
|
||||
src/timezone/README
|
||||
|
||||
Timezone
|
||||
========
|
||||
|
@ -3,7 +3,7 @@
|
||||
* 2006-07-17 by Arthur David Olson.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.10 2008/02/16 21:16:04 tgl Exp $
|
||||
* src/timezone/ialloc.c
|
||||
*/
|
||||
|
||||
#include "postgres_fe.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
* 1996-06-05 by Arthur David Olson.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/localtime.c,v 1.22 2010/03/11 18:43:24 tgl Exp $
|
||||
* src/timezone/localtime.c
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.74 2010/07/06 19:19:01 momjian Exp $
|
||||
* src/timezone/pgtz.c
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
@ -9,7 +9,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.25 2010/01/02 16:58:16 momjian Exp $
|
||||
* src/timezone/pgtz.h
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
@ -6,7 +6,7 @@
|
||||
* 1996-06-05 by Arthur David Olson.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/private.h,v 1.13 2009/06/11 14:49:15 momjian Exp $
|
||||
* src/timezone/private.h
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* 2006-07-17 by Arthur David Olson.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/scheck.c,v 1.9 2008/02/16 21:16:04 tgl Exp $
|
||||
* src/timezone/scheck.c
|
||||
*/
|
||||
|
||||
#include "postgres_fe.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/strftime.c,v 1.15 2010/03/11 18:43:24 tgl Exp $
|
||||
* src/timezone/strftime.c
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
* 1996-06-05 by Arthur David Olson.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/tzfile.h,v 1.8 2009/06/11 14:49:15 momjian Exp $
|
||||
* src/timezone/tzfile.h
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Africa.txt,v 1.3 2009/09/06 15:25:23 tgl Exp $
|
||||
# src/timezone/tznames/Africa.txt
|
||||
#
|
||||
|
||||
CAT 7200 # Central Africa Time
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/America.txt,v 1.4 2008/03/02 00:10:22 tgl Exp $
|
||||
# src/timezone/tznames/America.txt
|
||||
#
|
||||
|
||||
# Acre time is sometimes called Acre Standard Time (AST) which leads to a
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Antarctica.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
||||
# src/timezone/tznames/Antarctica.txt
|
||||
#
|
||||
|
||||
CLST -10800 D # Chile Summer Time
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.5 2010/05/11 22:36:52 tgl Exp $
|
||||
# src/timezone/tznames/Asia.txt
|
||||
#
|
||||
|
||||
# CONFLICT! ADT is not unique
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Atlantic.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
||||
# src/timezone/tznames/Atlantic.txt
|
||||
#
|
||||
|
||||
# CONFLICT! ADT is not unique
|
||||
|
@ -4,7 +4,7 @@
|
||||
# timezone_abbreviations to 'Australia'. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Australia,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
||||
# src/timezone/tznames/Australia
|
||||
|
||||
|
||||
# include the default set
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Australia.txt,v 1.3 2009/09/06 15:25:23 tgl Exp $
|
||||
# src/timezone/tznames/Australia.txt
|
||||
#
|
||||
|
||||
ACSST 37800 D # Central Australia (not in zic)
|
||||
|
@ -4,7 +4,7 @@
|
||||
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.10 2010/08/26 19:58:36 tgl Exp $
|
||||
# src/timezone/tznames/Default
|
||||
|
||||
|
||||
#################### AFRICA ####################
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Etc.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
||||
# src/timezone/tznames/Etc.txt
|
||||
#
|
||||
|
||||
GMT 0 # Greenwich Mean Time
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Europe.txt,v 1.3 2009/09/06 15:25:23 tgl Exp $
|
||||
# src/timezone/tznames/Europe.txt
|
||||
#
|
||||
|
||||
BST 3600 D # British Summer Time
|
||||
|
@ -4,7 +4,7 @@
|
||||
# timezone_abbreviations to 'India'. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/India,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
||||
# src/timezone/tznames/India
|
||||
|
||||
|
||||
# include the default set
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Indian.txt,v 1.3 2009/03/05 14:27:50 heikki Exp $
|
||||
# src/timezone/tznames/Indian.txt
|
||||
#
|
||||
|
||||
CCT 23400 # Cocos Islands Time (Indian Ocean)
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Makefile for the timezone names
|
||||
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Makefile,v 1.3 2009/08/26 22:24:44 petere Exp $
|
||||
# src/timezone/tznames/Makefile
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Pacific.txt,v 1.3 2010/08/26 19:58:36 tgl Exp $
|
||||
# src/timezone/tznames/Pacific.txt
|
||||
#
|
||||
|
||||
CHADT 49500 D # Chatham Daylight Time (New Zealand)
|
||||
|
@ -1,4 +1,4 @@
|
||||
$PostgreSQL: pgsql/src/timezone/tznames/README,v 1.4 2009/09/06 15:25:23 tgl Exp $
|
||||
src/timezone/tznames/README
|
||||
|
||||
tznames
|
||||
=======
|
||||
|
@ -3,7 +3,7 @@
|
||||
* 2006-07-17 by Arthur David Olson.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.26 2010/03/13 00:40:43 momjian Exp $
|
||||
* src/timezone/zic.c
|
||||
*/
|
||||
|
||||
#include "postgres_fe.h"
|
||||
|
Reference in New Issue
Block a user