8000 Update copyright via script for 2017 · ictlyh/postgres@1d25779 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d25779

Browse files
committed
Update copyright via script for 2017
1 parent 60f1e51 commit 1d25779
  • gist
  • hash
  • heap
  • index
  • nbtree
  • rmgrdesc
  • spgist
  • tablesample
  • transam
  • bootstrap
  • catalog
  • commands
  • executor
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    1,526 files changed

    +1531
    -1531
    lines changed

    configure

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -11,7 +11,7 @@
    1111
    # This configure script is free software; the Free Software Foundation
    1212
    # gives unlimited permission to copy, distribute and modify it.
    1313
    #
    14-
    # Copyright (c) 1996-2016, PostgreSQL Global Development Group
    14+
    # Copyright (c) 1996-2017, PostgreSQL Global Development Group
    1515
    ## -------------------- ##
    1616
    ## M4sh Initialization. ##
    1717
    ## -------------------- ##
    @@ -1624,7 +1624,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
    16241624
    This configure script is free software; the Free Software Foundation
    16251625
    gives unlimited permission to copy, distribute and modify it.
    16261626
    1627-
    Copyright (c) 1996-2016, PostgreSQL Global Development Group
    1627+
    Copyright (c) 1996-2017, PostgreSQL Global Development Group
    16281628
    _ACEOF
    16291629
    exit
    16301630
    fi

    configure.in

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
    2323
    Untested combinations of 'autoconf' and PostgreSQL versions are not
    2424
    recommended. You can remove the check from 'configure.in' but it is then
    2525
    your responsibility whether the result works or not.])])
    26-
    AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group])
    26+
    AC_COPYRIGHT([Copyright (c) 1996-2017, PostgreSQL Global Development Group])
    2727
    AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
    2828
    AC_CONFIG_AUX_DIR(config)
    2929
    AC_PREFIX_DEFAULT(/usr/local/pgsql)

    contrib/adminpack/adminpack.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * adminpack.c
    44
    *
    55
    *
    6-
    * Copyright (c) 2002-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2002-2017, PostgreSQL Global Development Group
    77
    *
    88
    * Author: Andreas Pflug <pgadmin@pse-consulting.de>
    99
    *

    contrib/auth_delay/auth_delay.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    *
    33
    * auth_delay.c
    44
    *
    5-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    5+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    66
    *
    77
    * IDENTIFICATION
    88
    * contrib/auth_delay/auth_delay.c

    contrib/auto_explain/auto_explain.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * auto_explain.c
    44
    *
    55
    *
    6-
    * Copyright (c) 2008-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2008-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/auto_explain/auto_explain.c

    contrib/bloom/blcost.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * blcost.c
    44
    * Cost estimate function for bloom indexes.
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/bloom/blcost.c

    contrib/bloom/blinsert.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * blinsert.c
    44
    * Bloom index build and insert functions.
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/bloom/blinsert.c

    contrib/bloom/bloom.h

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * bloom.h
    44
    * Header for bloom index.
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/bloom/bloom.h

    contrib/bloom/blscan.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * blscan.c
    44
    * Bloom index scan functions.
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/bloom/blscan.c

    contrib/bloom/blutils.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * blutils.c
    44
    * Bloom index utilities.
    55
    *
    6-
    * Portions Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1990-1993, Regents of the University of California
    88
    *
    99
    * IDENTIFICATION

    contrib/bloom/blvacuum.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * blvacuum.c
    44
    * Bloom VACUUM functions.
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/bloom/blvacuum.c

    contrib/bloom/blvalidate.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * blvalidate.c
    44
    * Opclass validator for bloom.
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/bloom/blvalidate.c

    contrib/dblink/dblink.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -9,7 +9,7 @@
    99
    * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
    1010
    *
    1111
    * contrib/dblink/dblink.c
    12-
    * Copyright (c) 2001-2016, PostgreSQL Global Development Group
    12+
    * Copyright (c) 2001-2017, PostgreSQL Global Development Group
    1313
    * ALL RIGHTS RESERVED;
    1414
    *
    1515
    * Permission to use, copy, modify, and distribute this software and its

    contrib/dblink/dblink.h

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -9,7 +9,7 @@
    99
    * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
    1010
    *
    1111
    * contrib/dblink/dblink.h
    12-
    * Copyright (c) 2001-2016, PostgreSQL Global Development Group
    12+
    * Copyright (c) 2001-2017, PostgreSQL Global Development Group
    1313
    * ALL RIGHTS RESERVED;
    1414
    *
    1515
    * Permission to use, copy, modify, and distribute this software and its

    contrib/dict_int/dict_int.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * dict_int.c
    44
    * Text search dictionary for integers
    55
    *
    6-
    * Copyright (c) 2007-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2007-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/dict_int/dict_int.c

    contrib/dict_xsyn/dict_xsyn.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * dict_xsyn.c
    44
    * Extended synonym dictionary
    55
    *
    6-
    * Copyright (c) 2007-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2007-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/dict_xsyn/dict_xsyn.c

    contrib/file_fdw/file_fdw.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * file_fdw.c
    44
    * foreign-data wrapper for server-side flat files (or programs).
    55
    *
    6-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/file_fdw/file_fdw.c

    contrib/fuzzystrmatch/fuzzystrmatch.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -6,7 +6,7 @@
    66
    * Joe Conway <mail@joeconway.com>
    77
    *
    88
    * contrib/fuzzystrmatch/fuzzystrmatch.c 10000
    9-
    * Copyright (c) 2001-2016, PostgreSQL Global Development Group
    9+
    * Copyright (c) 2001-2017, PostgreSQL Global Development Group
    1010
    * ALL RIGHTS RESERVED;
    1111
    *
    1212
    * metaphone()

    contrib/intarray/_int_selfuncs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * _int_selfuncs.c
    44
    * Functions for selectivity estimation of intarray operators
    55
    *
    6-
    * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *

    contrib/isn/isn.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
    55
    *
    66
    * Author: German Mendez Bravo (Kronuz)
    7-
    * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    88
    *
    99
    * IDENTIFICATION
    1010
    * contrib/isn/isn.c

    contrib/isn/isn.h

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
    55
    *
    66
    * Author: German Mendez Bravo (Kronuz)
    7-
    * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    88
    *
    99
    * IDENTIFICATION
    1010
    * contrib/isn/isn.h

    contrib/pageinspect/brinfuncs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    * brinfuncs.c
    33
    * Functions to investigate BRIN indexes
    44
    *
    5-
    * Copyright (c) 2014-2016, PostgreSQL Global Development Group
    5+
    * Copyright (c) 2014-2017, PostgreSQL Global Development Group
    66
    *
    77
    * IDENTIFICATION
    88
    * contrib/pageinspect/brinfuncs.c

    contrib/pageinspect/fsmfuncs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -9,7 +9,7 @@
    99
    * there's hardly any use case for using these without superuser-rights
    1010
    * anyway.
    1111
    *
    12-
    * Copyright (c) 2007-2016, PostgreSQL Global Development Group
    12+
    * Copyright (c) 2007-2017, PostgreSQL Global Development Group
    1313
    *
    1414
    * IDENTIFICATION
    1515
    * contrib/pageinspect/fsmfuncs.c

    contrib/pageinspect/ginfuncs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    * ginfuncs.c
    33
    * Functions to investigate the content of GIN indexes
    44
    *
    5-
    * Copyright (c) 2014-2016, PostgreSQL Global Development Group
    5+
    * Copyright (c) 2014-2017, PostgreSQL Global Development Group
    66
    *
    77
    * IDENTIFICATION
    88
    * contrib/pageinspect/ginfuncs.c

    contrib/pageinspect/heapfuncs.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -15,7 +15,7 @@
    1515
    * there's hardly any use case for using these without superuser-rights
    1616
    * anyway.
    1717
    *
    18-
    * Copyright (c) 2007-2016, PostgreSQL Global Development Group
    18+
    * Copyright (c) 2007-2017, PostgreSQL Global Development Group
    1919
    *
    2020
    * IDENTIFICATION
    2121
    * contrib/pageinspect/heapfuncs.c

    contrib/pageinspect/rawpage.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -5,7 +5,7 @@
    55
    *
    66
    * Access-method specific inspection functions are in separate files.
    77
    *
    8-
    * Copyright (c) 2007-2016, PostgreSQL Global Development Group
    8+
    * Copyright (c) 2007-2017, PostgreSQL Global Development Group
    99
    *
    1010
    * IDENTIFICATION
    1111
    * contrib/pageinspect/rawpage.c

    contrib/passwordcheck/passwordcheck.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * passwordcheck.c
    44
    *
    55
    *
    6-
    * Copyright (c) 2009-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2009-2017, PostgreSQL Global Development Group
    77
    *
    88
    * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
    99
    *

    contrib/pg_prewarm/pg_prewarm.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * pg_prewarm.c
    44
    * prewarming utilities
    55
    *
    6-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/pg_prewarm/pg_prewarm.c

    contrib/pg_stat_statements/pg_stat_statements.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -48,7 +48,7 @@
    4848
    * in the file to be read or written while holding only shared lock.
    4949
    *
    5050
    *
    51-
    * Copyright (c) 2008-2016, PostgreSQL Global Development Group
    51+
    * Copyright (c) 2008-2017, PostgreSQL Global Development Group
    5252
    *
    5353
    * IDENTIFICATION
    5454
    * contrib/pg_stat_statements/pg_stat_statements.c

    contrib/pg_trgm/trgm_regexp.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -181,7 +181,7 @@
    181181
    * 7) Mark state 3 final because state 5 of source NFA is marked as final.
    182182
    *
    183183
    *
    184-
    * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
    184+
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    185185
    * Portions Copyright (c) 1994, Regents of the University of California
    186186
    *
    187187
    * IDENTIFICATION

    contrib/pg_visibility/pg_visibility.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * pg_visibility.c
    44
    * display visibility map information and page-level visibility bits
    55
    *
    6-
    * Copyright (c) 2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2016-2017, PostgreSQL Global Development Group
    77
    *
    88
    * contrib/pg_visibility/pg_visibility.c
    99
    *-------------------------------------------------------------------------

    contrib/pgstattuple/pgstatapprox.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * pgstatapprox.c
    44
    * Bloat estimation functions
    55
    *
    6-
    * Copyright (c) 2014-2016, PostgreSQL Global Development Group
    6+
    * Copyright (c) 2014-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/pgstattuple/pgstatapprox.c

    contrib/postgres_fdw/connection.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * connection.c
    44
    * Connection management functions for postgres_fdw
    55
    *
    6-
    * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/postgres_fdw/connection.c

    contrib/postgres_fdw/deparse.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -24,7 +24,7 @@
    2424
    * with collations that match the remote table's columns, which we can
    2525
    * consider to be user error.
    2626
    *
    27-
    * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
    27+
    * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
    2828
    *
    2929
    * IDENTIFICATION
    3030
    * contrib/postgres_fdw/deparse.c

    contrib/postgres_fdw/option.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * option.c
    44
    * FDW option handling for postgres_fdw
    55
    *
    6-
    * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/postgres_fdw/option.c

    contrib/postgres_fdw/postgres_fdw.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * postgres_fdw.c
    44
    * Foreign-data wrapper for remote PostgreSQL servers
    55
    *
    6-
    * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/postgres_fdw/postgres_fdw.c

    contrib/postgres_fdw/postgres_fdw.h

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    * postgres_fdw.h
    44
    * Foreign-data wrapper for remote PostgreSQL servers
    55
    *
    6-
    * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
    77
    *
    88
    * IDENTIFICATION
    99
    * contrib/postgres_fdw/postgres_fdw.h

    contrib/postgres_fdw/shippable.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -13,7 +13,7 @@
    1313
    * functions or functions using nonportable collations. Those considerations
    1414
    * need not be accounted for here.
    1515
    *
    16-
    * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
    16+
    * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
    1717
    *
    1818
    * IDENTIFICATION
    1919
    * contrib/postgres_fdw/shippable.c

    contrib/sepgsql/database.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    *
    55
    * Routines corresponding to database objects
    66
    *
    7-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    7+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    88
    *
    99
    * -------------------------------------------------------------------------
    1010
    */

    contrib/sepgsql/dml.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    *
    55
    * Routines to handle DML permission checks
    66
    *
    7-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    7+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    88
    *
    99
    * -------------------------------------------------------------------------
    1010
    */

    contrib/sepgsql/hooks.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    *
    55
    * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
    66
    *
    7-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    7+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    88
    *
    99
    * -------------------------------------------------------------------------
    1010
    */

    contrib/sepgsql/label.c

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    *
    55
    * Routines to support SELinux labels (security context)
    66
    *
    7-
    * Copyright (c) 2010-2016, PostgreSQL Global Development Group
    7+
    * Copyright (c) 2010-2017, PostgreSQL Global Development Group
    88
    *
    99
    * -------------------------------------------------------------------------
    1010
    */

    contrib/sepgsql/launcher

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    #
    33
    # A wrapper script to launch psql command in regression test
    44
    #
    5-
    # Copyright (c) 2010-2016, PostgreSQL Global Development Group
    5+
    # Copyright (c) 2010-2017, PostgreSQL Global Development Group
    66
    #
    77
    # -------------------------------------------------------------------------
    88

    0 commit comments

    Comments
     (0)
    0