Skip to content

Commit

Permalink
updated license to AGPL v3 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed May 20, 2024
1 parent b4a3029 commit 99c28f2
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 46 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ maintainers:
orcid: ""

repository-code: "https://github.com/rsdoiel/osf"
version: 0.0.7
license-url: "https://rsdoiel.github.io/osf/license.html"
version: 0.0.8
license-url: "https://spdx.org/licenses/AGPL-3.0-or-later"
keywords: [ "GitHub", "text markup", "screen play" ]
8 changes: 4 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ authors:
orcid: "https://orcid.org/0000-0003-0900-6903"

repository-code: "https://github.com/rsdoiel/osf"
version: 0.0.7
license-url: "https://rsdoiel.github.io/osf/license.html"
version: 0.0.8
license-url: "https://spdx.org/licenses/AGPL-3.0-or-later"
keywords: [ "GitHub", "text markup", "screen play" ]

---

About this software
===================

## osf 0.0.7
## osf 0.0.8

### Authors

Expand All @@ -34,7 +34,7 @@ About this software
A library and command line programs for working with FadeIn and Open
Screenplay Format (osf) files.

- License: <https://rsdoiel.github.io/osf/license.html>
- License: <https://spdx.org/licenses/AGPL-3.0-or-later>
- GitHub: <https://github.com/rsdoiel/osf>
- Issues: <https://github.com/rsdoiel/osf/issues>

Expand Down
2 changes: 1 addition & 1 deletion fadein2osf.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Display converted OSF 2.0 XML to the console

fadein2osf -i screenplay.fadein

fadein2osf 0.0.7
fadein2osf 0.0.8
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Set the package name and version to install
#
PACKAGE="osf"
VERSION="0.0.7"
VERSION="0.0.8"
GIT_GROUP="rsdoiel"
RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION"

Expand Down
2 changes: 1 addition & 1 deletion osf2txt.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Or alternatively

cat screenplay.osf | osf2txt > screenplay.txt

osf2txt 0.0.7
osf2txt 0.0.8
20 changes: 10 additions & 10 deletions txt2osf.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ and returns an OSF 2.0 text

OPTIONS

-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version
-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version


EXAMPLES
Expand All @@ -29,4 +29,4 @@ Or alternatively

cat screenplay.txt | txt2osf > screenplay.osf

txt2osf 0.0.7
txt2osf 0.0.8
Loading

0 comments on commit 99c28f2

Please sign in to comment.