Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2013-01-01 22:15:01 +0000
committerBruce Momjian2013-01-01 22:15:01 +0000
commitbd61a623ace3f3db8da1c7936416706968ae6ec2 (patch)
tree3435a8e905f294074a1ff858e5dfed96bb14f0c1 /src/backend/commands/aggregatecmds.c
parentb10e9ae9f3ae4f1910085673eab159ff9c8e1080 (diff)
Update copyrights for 2013
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files.
Diffstat (limited to 'src/backend/commands/aggregatecmds.c')
-rw-r--r--src/backend/commands/aggregatecmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/aggregatecmds.c b/src/backend/commands/aggregatecmds.c
index 67a29d19fc1..144768303a9 100644
--- a/src/backend/commands/aggregatecmds.c
+++ b/src/backend/commands/aggregatecmds.c
@@ -4,7 +4,7 @@
*
* Routines for aggregate-manipulation commands
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*