Skip to content

Commit

Permalink
chore: add copyright/license note to json.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
h4l committed Jul 23, 2024
1 parent 537f9c8 commit ca9a46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions json.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2120
# Copyright 2023-2024 json.bash contributors. MIT license.
# https://github.com/h4l/json.bash
shopt -s extglob # required to match our auto glob patterns

JSON_BASH_VERSION=0.2.3-dev
Expand Down

0 comments on commit ca9a46a

Please sign in to comment.