summaryrefslogtreecommitdiff
path: root/jsonpath.h
diff options
context:
space:
mode:
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