add license and fix doc

This commit is contained in:
Celogeek 2022-01-05 09:01:58 +01:00
parent 28499d8dbd
commit 5f5bc852ed
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A
3 changed files with 21 additions and 5 deletions

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright 2021 Celogeek
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.

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# piwigo-cli
This tools allow you to interact with your Piwigo Instance.
## Install
```
go install github.com/celogeek/piwigo-cli/cmd/piwigo-cli@latest
```
## License
MIT

View File

@ -1,12 +1,8 @@
// Copyright 2011 Celogeek. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// Piwigo Cli // Piwigo Cli
// //
// This tools allow you to interact with your Piwigo Instance. // This tools allow you to interact with your Piwigo Instance.
// Installation: // Installation:
// go get github.com/celogeek/piwigo-cli/cmd/piwigo-cli // go install github.com/celogeek/piwigo-cli/cmd/piwigo-cli@latest
// //
// Help // Help
// //