aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--pass.bat18
2 files changed, 26 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+
+::Copyright ^(c^) 2012-2018, Jason A. Donenfeld ^<Jason@zx2c4.com^>
+::Copyright ^(c^) 2019-2021, Miquel Lionel
+
@echo off
IF ["%~1"] EQU ["help"] (