File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11BSD 2-Clause License
22
3- Copyright (c) 2017 , R. S. Doiel
3+ Copyright (c) 2019 , R. S. Doiel
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 33#
44PROJECT = scripttool
55
6- VERSION = $(shell grep -m1 'Version = ' $(PROJECT ) .go | cut -d\" -f 2)
6+ VERSION = $(shell grep -m1 'Version = ` ' $(PROJECT ) .go | cut -d\` -f 2)
77
88BRANCH = $(shell git branch | grep '* ' | cut -d\ -f 2)
99
Original file line number Diff line number Diff line change 22//
33// BSD 2-Clause License
44//
5- // Copyright (c) 2017 , R. S. Doiel
5+ // Copyright (c) 2019 , R. S. Doiel
66// All rights reserved.
77//
88// Redistribution and use in source and binary forms, with or without
@@ -77,7 +77,7 @@ Listing characters in *screenplay.fountain* or in *screenplay.fdx*.
7777
7878BSD 2-Clause License
7979
80- Copyright (c) 2017 , R. S. Doiel
80+ Copyright (c) 2019 , R. S. Doiel
8181All rights reserved.
8282
8383Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77//
88// BSD 2-Clause License
99//
10- // Copyright (c) 2017 , R. S. Doiel
10+ // Copyright (c) 2019 , R. S. Doiel
1111// All rights reserved.
1212//
1313// Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77//
88// BSD 2-Clause License
99//
10- // Copyright (c) 2017 , R. S. Doiel
10+ // Copyright (c) 2019 , R. S. Doiel
1111// All rights reserved.
1212//
1313// Redistribution and use in source and binary forms, with or without
@@ -47,7 +47,7 @@ import (
4747)
4848
4949const (
50- Version = " v0.0.3"
50+ Version = ` v0.0.4`
5151)
5252
5353// FdxToFountain converts the an input buffer from .fdx to a .fountain format.
Original file line number Diff line number Diff line change 77//
88// BSD 2-Clause License
99//
10- // Copyright (c) 2017 , R. S. Doiel
10+ // Copyright (c) 2019 , R. S. Doiel
1111// All rights reserved.
1212//
1313// Redistribution and use in source and binary forms, with or without
You can’t perform that action at this time.
0 commit comments