mirror of
https://github.com/captainark/github2email.git
synced 2024-11-14 05:27:40 +01:00
Licensing and credits
This commit is contained in:
parent
ac8bcc821b
commit
69b2fe6f94
21
LICENCE
Normal file
21
LICENCE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Antoine "CaptainArk" Joubert
|
||||
|
||||
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.
|
@ -25,3 +25,9 @@ Run the script.
|
||||
You're done !
|
||||
|
||||
You can also run the script periodically from cron if you want.
|
||||
|
||||
## Credits and licence
|
||||
|
||||
This script was first written by Antoine "CaptainArk" Joubert in 2018.
|
||||
|
||||
This script is made avaialble under the [MIT licence](https://github.com/captainark/github2email/blob/master/LICENCE)
|
||||
|
@ -1,5 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Github2eMail is a bash script that parses the GitHub API for projects you've
|
||||
# starred and adds them to your rss2email configuration.
|
||||
# The script will also delete projects it has added to your rss2email
|
||||
# configuration if you're not starring them on GitHub anymore.
|
||||
|
||||
# Author : Antoine "CaptainArk" Joubert, 2018
|
||||
|
||||
# Function to clean temporary file
|
||||
ExitCleanup() {
|
||||
if [[ ! -z ${TempFile} ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user