From 5f1fd6bb9d483a22e862fd78389db9a88de529f7 Mon Sep 17 00:00:00 2001 From: "Jory A. Pratt" Date: Mon, 30 Jan 2012 07:35:46 -0600 Subject: add proper copyright/license to ca-certificates-2-nssdb --- scripts/ca-certificates-2-nssdb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'scripts') 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 . + # 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 -- cgit v1.2.3-65-gdbad