summaryrefslogtreecommitdiff
path: root/jsonpath.h
diff options
context:
space:
mode:
authorJoey Adams2010-08-05 03:46:11 +0000
committerJoey Adams2010-08-05 03:46:11 +0000
commit32df49240df9b682cbe1b9d307e16eda08572109 (patch)
tree827f8d65459e0cb4d858383c2cd56ffbdb62508e /jsonpath.h
parente0280d56186968a74532320d629300d6e2c3f168 (diff)
Added license comments to source files and ran pgindent
Diffstat (limited to 'jsonpath.h')
-rw-r--r--jsonpath.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/jsonpath.h b/jsonpath.h
index 0f92acd..320fe02 100644
--- a/jsonpath.h
+++ b/jsonpath.h
@@ -1,3 +1,14 @@
+/*-------------------------------------------------------------------------
+ *
+ * jsonpath.h
+ * JSONPath implementation routines for JSON data type support.
+ *
+ * Copyright (c) 2010, PostgreSQL Global Development Group
+ * Written by Joey Adams <joeyadams3.14159@gmail.com>.
+ *
+ *-------------------------------------------------------------------------
+ */
+
#ifndef JSONPATH_H
#define JSONPATH_H