Skip to content

Commit

Permalink
Change license to GPLv3, rename dist to inquirer-sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrfv committed Dec 28, 2021
1 parent f9f6655 commit 8925232
Show file tree
Hide file tree
Showing 8 changed files with 712 additions and 38 deletions.
706 changes: 674 additions & 32 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ These 3 things are the majority of what anyone would want to keep safe, but we a
1. Install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install) and a distro (Debian or Ubuntu is recommended).
2. Continue with the steps above.

## License

This software is licensed under the "Linux Android Backup License", a license based on the BSD 3-Clause license, but with another clause preventing the use of this software by law enforcement.

## TODO

Sorted by importance. PRs are appreciated.
Expand All @@ -45,3 +41,18 @@ Sorted by importance. PRs are appreciated.
- Create a desktop GUI for newcomers (using Flutter maybe?)
- Improve mobile app by fixing bugs and making it more appealing
- Clean up the code

## License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
4 changes: 2 additions & 2 deletions backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"

PARENT_DIR=$(dirname "$DIR")
source $DIR/dist/list_input.sh
source $DIR/dist/text_input.sh
source $DIR/inquirer-sh/list_input.sh
source $DIR/inquirer-sh/text_input.sh
# ---

# Helper functions
Expand Down
21 changes: 21 additions & 0 deletions inquirer-sh/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017

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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8925232

Please sign in to comment.