File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2014-2017 , Aaron Bull Schaefer <aaron@elasticdog.com>
1
+ Copyright (c) 2014-2018 , Aaron Bull Schaefer <aaron@elasticdog.com>
2
2
Copyright (c) 2011, Woody Gilk <woody.gilk@gmail.com>
3
3
4
4
Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change @@ -300,4 +300,4 @@ License
300
300
transcrypt is provided under the terms of the
301
301
[ MIT License] ( https://en.wikipedia.org/wiki/MIT_License ) .
302
302
303
- Copyright © ; 2014-2017 , [ Aaron Bull Schaefer] ( mailto:aaron@elasticdog.com ) .
303
+ Copyright © ; 2014-2018 , [ Aaron Bull Schaefer] ( mailto:aaron@elasticdog.com ) .
Original file line number Diff line number Diff line change 7
7
# a Git repository. It utilizes OpenSSL's symmetric cipher routines and follows
8
8
# the gitattributes(5) man page regarding the use of filters.
9
9
#
10
- # Copyright (c) 2014-2017 Aaron Bull Schaefer <aaron@elasticdog.com>
10
+ # Copyright (c) 2014-2018 Aaron Bull Schaefer <aaron@elasticdog.com>
11
11
# This source code is provided under the terms of the MIT License
12
12
# that can be be found in the LICENSE file.
13
13
#
14
14
15
15
# #### CONSTANTS
16
16
17
17
# the release version of this script
18
- readonly VERSION=' 1.0.3 '
18
+ readonly VERSION=' 1.1.0 '
19
19
20
20
# the default cipher to utilize
21
21
readonly DEFAULT_CIPHER=' aes-256-cbc'
You can’t perform that action at this time.
0 commit comments