Skip to content

Commit 7017810

Browse files
committed
Add missing NOTICE markers
1 parent 4806bb6 commit 7017810

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jsonpath_ng/ext/parser.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
1313
#
14+
# NOTICE:
1415
# modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
1516

1617
from .. import lexer

tests/test_jsonpath_rw_ext.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414
#
15+
# NOTICE:
1516
# modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
1617

1718
"""

0 commit comments

Comments
 (0)