diff options
| author | Joey Adams | 2010-08-05 03:46:11 +0000 |
|---|---|---|
| committer | Joey Adams | 2010-08-05 03:46:11 +0000 |
| commit | 32df49240df9b682cbe1b9d307e16eda08572109 (patch) | |
| tree | 827f8d65459e0cb4d858383c2cd56ffbdb62508e /jsonpath.h | |
| parent | e0280d56186968a74532320d629300d6e2c3f168 (diff) | |
Added license comments to source files and ran pgindent
Diffstat (limited to 'jsonpath.h')
| -rw-r--r-- | jsonpath.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
