summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/password-store.sh4
-rw-r--r--src/platform/darwin.sh3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index b28e408..e6278ca 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# (C) Copyright 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
-# This is released under the GPLv2+. Please see COPYING for more information.
+# Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# This file is licensed under the GPLv2+. Please see COPYING for more information.
umask 077
diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
index 343c7ee..fca2f91 100644
--- a/src/platform/darwin.sh
+++ b/src/platform/darwin.sh
@@ -1,3 +1,6 @@
+# Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# This file is licensed under the GPLv2+. Please see COPYING for more information.
+
clip() {
before="$(pbpaste | openssl base64)"
echo -n "$1" | pbcopy