Skip to content

Commit 4806bb6

Browse files
committed
Add copyright notices for pr h2non#21
1 parent a99b18c commit 4806bb6

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Files modified by dlacher to support predicate logic (https://github.com/h2non/jsonpath-ng/pull/21):
2+
- jsonpath_ng/ext/filter.py
3+
- jsonpath_ng/ext/iterable.py
4+
- jsonpath_ng/ext/parser.py
5+
- tests/test_jsonpath_rw_ext.py

jsonpath_ng/ext/filter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
13+
#
14+
# NOTICE:
15+
# modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
16+
#
1317

1418
import operator
1519
import re

jsonpath_ng/ext/iterable.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
13+
#
14+
# NOTICE:
15+
# modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
16+
#
1317

1418
import functools
1519
from .. import This, DatumInContext, JSONPath

jsonpath_ng/ext/parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
13+
#
14+
# modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
1315

1416
from .. import lexer
1517
from .. import parser

tests/test_jsonpath_rw_ext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
14+
#
15+
# modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
1416

1517
"""
1618
test_jsonpath_ng_ext

0 commit comments

Comments
 (0)