Compare commits

..

4 commits
dev ... master

Author SHA1 Message Date
Bryan Black a08ff608f8
fix contrib url 2018-05-18 11:57:36 -07:00
Bryan Black 57b278a382
Update LICENSE 2018-03-28 17:34:14 -07:00
Bryan Black 91b4665378
Merge pull request #1 from stationgroup/add-license-1
Create LICENSE
2018-01-04 17:03:34 -08:00
Bryan Black 47acc0cc2b
Create LICENSE
Forgot to merge license
2018-01-04 17:02:48 -08:00
7 changed files with 25 additions and 25 deletions

21
LICENSE Normal file
View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2018 Reel Sense
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -6,7 +6,7 @@ wget + minisign authentication
Thanks goes to these wonderful people: Thanks goes to these wonderful people:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars2.githubusercontent.com/u/1723129?s=original" width="100px;"/><br /><sub>ppbrown</sub>](https://github.com/ppbrown)<br />[📖](https://github.com/4-S/4S/issues/2) | [<img src="https://avatars.githubusercontent.com/u/5644977?v=3" width="100px;"/><br /><sub>Bryan Black</sub>](http://bringyourwallet.com)<br />[📖](https://github.com/MasieroTechGroup/start-here/wiki/_history?editor=reelsense) | | [<img src="https://avatars2.githubusercontent.com/u/1723129?s=original" width="100px;"/><br /><sub>ppbrown</sub>](https://github.com/ppbrown)<br />[📖](https://github.com/4-S/4S/issues/2) | [<img src="https://avatars.githubusercontent.com/u/5644977?v=3" width="100px;"/><br /><sub>Bryan Black</sub>](https://bringyourwallet.com)<br />[📖](https://github.com/stationgroup/sget/commits?author=reelsense) |
| :---: | :---: | | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END --> <!-- ALL-CONTRIBUTORS-LIST:END -->

7
fail.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +0,0 @@
untrusted comment: signature from minisign secret key
RWSmY4o5Bad1vVP2BM07z0abjTcWBL5pFQyzzSc3kQB7ShjUAviY/ck9T2e+YsteoJND4BqqDsvKNTgJtWY+KhD3gDpWseJJXAA=
trusted comment: timestamp:1507246761 file:markdeep.min.js
MNKXADfPv72H14t8DFYo5Jsjx8fb+xQPU1BhfZln2rIOdjgBphNY1YBq7Y21dSBH4mdjT1wGmNBLwC/M4a4YDA==

6
pass.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +0,0 @@
untrusted comment: signature from minisign secret key
RWSmY4o5Bad1vVP2BM07z0abjTcWBL5pFQyzzSc3kQB7ShjUAviY/ck9T2e+YsteoJND4BqqDsvKNTgJtWY+KhD3gDpWseJJXAA=
trusted comment: timestamp:1507246761 file:markdeep.min.js
MNKXADfPv72H14t8DFYo5Jsjx8fb+xQPU1BhfZln2rIOdjgBphNY1YBq7Y21dSBH4mdjT1wGmNBLwC/M4a4YDA==

View file

@ -2,8 +2,8 @@
function sget() { function sget() {
# cd to appropriate directory # cd to appropriate directory
wget -q $1 wget -q $1
wget -q ${1}.minisig wget -q $2
fname=`basename $1` fname=`basename $1`
if minisign -Vm $fname -P RWSmY4o5Bad1vS60aYAiQUswWYVV2EuSdqc3ry7CWWF1E6bVbFG9kR/y >/dev/null ; then if minisign -Vm $fname -P RWSmY4o5Bad1vS60aYAiQUswWYVV2EuSdqc3ry7CWWF1E6bVbFG9kR/y >/dev/null ; then
echo DEBUG: downloaded valid file $fname echo DEBUG: downloaded valid file $fname
@ -15,4 +15,4 @@ mv $fname $fname.minisig /tmp
return 1 return 1
} }
sget $1 sget $1 $2