-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7e8aef
commit 3b7c788
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2014-2017, Aaron Bull Schaefer <[email protected]> | ||
Copyright (c) 2014-2018, Aaron Bull Schaefer <[email protected]> | ||
Copyright (c) 2011, Woody Gilk <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -300,4 +300,4 @@ License | |
transcrypt is provided under the terms of the | ||
[MIT License](https://en.wikipedia.org/wiki/MIT_License). | ||
|
||
Copyright © 2014-2017, [Aaron Bull Schaefer](mailto:[email protected]). | ||
Copyright © 2014-2018, [Aaron Bull Schaefer](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
# a Git repository. It utilizes OpenSSL's symmetric cipher routines and follows | ||
# the gitattributes(5) man page regarding the use of filters. | ||
# | ||
# Copyright (c) 2014-2017 Aaron Bull Schaefer <[email protected]> | ||
# Copyright (c) 2014-2018 Aaron Bull Schaefer <[email protected]> | ||
# This source code is provided under the terms of the MIT License | ||
# that can be be found in the LICENSE file. | ||
# | ||
|
||
##### CONSTANTS | ||
|
||
# the release version of this script | ||
readonly VERSION='1.0.3' | ||
readonly VERSION='1.1.0' | ||
|
||
# the default cipher to utilize | ||
readonly DEFAULT_CIPHER='aes-256-cbc' | ||
|