diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2018-11-04 19:49:05 -0800 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2018-11-04 19:49:05 -0800 |
commit | e3b7083bf48a1e436ad70aa5c2984d522feb5087 (patch) | |
tree | eeb7b0f95db1f95c6fadc1d3e12bcccf5cada510 /rofi-pinentry.scm | |
parent | caba3ae1c635310c1114caedb54a45d48ec0b93a (diff) | |
download | pinentry-rofi-e3b7083bf48a1e436ad70aa5c2984d522feb5087.tar.gz |
Added same license as I based this code on.
Diffstat (limited to 'rofi-pinentry.scm')
-rwxr-xr-x | rofi-pinentry.scm | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/rofi-pinentry.scm b/rofi-pinentry.scm index af25593..a0de6f1 100755 --- a/rofi-pinentry.scm +++ b/rofi-pinentry.scm @@ -1,7 +1,27 @@ #! /usr/bin/guile -s !# -;; TODO check the license for this one. +;; Copyright © 2016 Quentin "Sardem FF7" Glidic +;; Copyright © 2018 Fredrik "PlaTFooT" Salomonsson +;; +;; 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. + ;; Based on https://gist.github.com/sardemff7/759cbf956bea20d382a6128c641d2746 (use-modules |