From 361f95bbe2201f54f2f101076dc4a5617ed14e0a Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Fri, 4 Jun 2021 22:53:44 +0100 Subject: add license disclaimer --- README.md | 8 ++++++++ pass.bat | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 9ba770d..4e6af42 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ pass.bat is an attempt to port the [pass](https://passwordstore.org) utility to # how do i use it Type `pass help`. + +# how can i reach you for a patch + +file a pr or [look here for my contact info](https://partage.les-miquelots.net/engver/about). + +# LICENCE + +this script is licensed under the GPLv3+ diff --git a/pass.bat b/pass.bat index 587b7d1..6af9d48 100644 --- a/pass.bat +++ b/pass.bat @@ -1,3 +1,21 @@ +:: pass.bat: passwordstore.org `pass' utility partially ported to Windows NT + +:: 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 . + +::Copyright ^(c^) 2012-2018, Jason A. Donenfeld ^ +::Copyright ^(c^) 2019-2021, Miquel Lionel + @echo off IF ["%~1"] EQU ["help"] ( -- cgit v1.2.3-54-g00ecf