diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-03 04:43:01 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-03 05:25:35 +0200 |
commit | 8769aa6370cd6b4ebd7393c32519a04772f5bd29 (patch) | |
tree | f91f3de7355094b6900451c8eddeb8b0a972e057 /COPYING | |
parent | 564e87519bf366892bb33b1553f5fa00a57ed66f (diff) | |
download | pass-8769aa6370cd6b4ebd7393c32519a04772f5bd29.tar.gz pass-8769aa6370cd6b4ebd7393c32519a04772f5bd29.tar.bz2 pass-8769aa6370cd6b4ebd7393c32519a04772f5bd29.zip |
Make into a real project.
Diffstat (limited to '')
-rw-r--r-- | COPYING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Password Store is Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>. + + + 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 <http://www.gnu.org/licenses/>. + |