Skip to content

Commit

Permalink
Add copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Jan 30, 2024
1 parent 6c3c08e commit ece1594
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ changes with each release. Expect a stable release sometime in 2024.
* [Argument Processing](./doc/arg-processor.md)
* [Developer Guide](./doc/developer-guide.md)
* [User Guide](./doc/user-guide.md)

- - - - - - - - - -
```
Copyright 2022-2024 the Bashy-lib Authors (Dan Bornstein et alia).
SPDX-License-Identifier: Apache-2.0
```
6 changes: 6 additions & 0 deletions doc/arg-processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,9 @@ value.

Adds a post-processing call which fails if there is not exactly one of the
given named arguments present in the arguments passed to `process-args`.

- - - - - - - - - -
```
Copyright 2022-2024 the Bashy-lib Authors (Dan Bornstein et alia).
SPDX-License-Identifier: Apache-2.0
```
6 changes: 6 additions & 0 deletions doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,9 @@ $ echo 'my-subproject/scripts' > scripts/lib/my-subproject.link

With that, you can now say `ubik my-subproject ...` or (in scripts) `lib
my-subproject ...`.

- - - - - - - - - -
```
Copyright 2022-2024 the Bashy-lib Authors (Dan Bornstein et alia).
SPDX-License-Identifier: Apache-2.0
```
6 changes: 6 additions & 0 deletions doc/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ contents directly (it is self-contained).
searches up the directory hierarchy from the CWD for an `ubik` script to run (in
a `bin` or `scripts` directory), and if it finds one it will run it with
whatever arguments you passed to the function.
- - - - - - - - - -
```
Copyright 2022-2024 the Bashy-lib Authors (Dan Bornstein et alia).
SPDX-License-Identifier: Apache-2.0
```

0 comments on commit ece1594

Please sign in to comment.