initial commit

This commit is contained in:
Bryan Joshua Pedini 2019-12-03 16:13:30 +01:00
commit 69a7377be0
2 changed files with 22 additions and 0 deletions

15
LICENSE Normal file
View File

@ -0,0 +1,15 @@
Linux Utilities
Copyright (C) 2019 - Bryan Pedini
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/>.

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Linux Utils - the title explains everything, doesn't it?
Common utilities to better manage Linux systems such as custom
dekstop files for applications, qucik tools like automation
scripts, etc...
This repository is entirely licensed under GPL-3.0-or-later
for any additional information lookup the LICENSE file.