diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2012-01-30 07:35:46 -0600 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2012-01-30 07:35:46 -0600 |
commit | 5f1fd6bb9d483a22e862fd78389db9a88de529f7 (patch) | |
tree | ca5a64d3dec5d3fcfae8851021ba86eed59c04e7 /scripts | |
parent | Merge commit test (revert previous commit) (diff) | |
download | mozilla-5f1fd6bb9d483a22e862fd78389db9a88de529f7.tar.gz mozilla-5f1fd6bb9d483a22e862fd78389db9a88de529f7.tar.bz2 mozilla-5f1fd6bb9d483a22e862fd78389db9a88de529f7.zip |
add proper copyright/license to ca-certificates-2-nssdb
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ca-certificates-2-nssdb | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/scripts/ca-certificates-2-nssdb b/scripts/ca-certificates-2-nssdb index 219c602a..e44aec90 100755 --- a/scripts/ca-certificates-2-nssdb +++ b/scripts/ca-certificates-2-nssdb @@ -1,5 +1,20 @@ #!/bin/bash -# + +# Copyright (C) <2012> Jory A. Pratt, < anarchy [at] gentoo [dot] org> + +#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/>. + # This file is only intended to generate a shared db for nss # in the users home dir. This will be the first step in creating # a database that can be shared amongs applications using the sql |