]> granicus.if.org Git - postgresql/blobdiff - src/include/access/sdir.h
Update copyright to 2004.
[postgresql] / src / include / access / sdir.h
index 87f00685f016b9dd1521725b4a5f18b9859ca84f..69ea5105d637c76bc98fc239d6629831bd1d735a 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sdir.h,v 1.8 2000/11/02 23:11:03 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.16 2004/08/29 04:13:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -55,4 +55,4 @@ typedef enum ScanDirection
 #define ScanDirectionIsForward(direction) \
        ((bool) ((direction) == ForwardScanDirection))
 
-#endif  /* SDIR_H */
+#endif   /* SDIR_H */