aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-04 22:53:44 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-04 22:53:44 +0100
commit361f95bbe2201f54f2f101076dc4a5617ed14e0a (patch)
tree3af1097d604a6115307fd9201b31083b37b0ddf2
parenta877b13de67ced0242f24b07d26e8a21eb6a0e0e (diff)
downloadpass.bat-361f95bbe2201f54f2f101076dc4a5617ed14e0a.tar.gz
pass.bat-361f95bbe2201f54f2f101076dc4a5617ed14e0a.zip
add license disclaimer
-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"] (