From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RrrP5-0002Ik-Sh for garchives@archives.gentoo.org; Mon, 30 Jan 2012 13:36:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669CAE0B4E; Mon, 30 Jan 2012 13:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3287DE0B4E for ; Mon, 30 Jan 2012 13:36:08 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE2051B400C for ; Mon, 30 Jan 2012 13:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F0DE080042 for ; Mon, 30 Jan 2012 13:36:06 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <5f1fd6bb9d483a22e862fd78389db9a88de529f7.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/ X-VCS-Repository: proj/mozilla X-VCS-Files: scripts/ca-certificates-2-nssdb X-VCS-Directories: scripts/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 5f1fd6bb9d483a22e862fd78389db9a88de529f7 Date: Mon, 30 Jan 2012 13:36:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f827d694-e193-4330-a364-3a581c94362a X-Archives-Hash: 291ea94004c5db7a23d885f95910892e commit: 5f1fd6bb9d483a22e862fd78389db9a88de529f7 Author: Jory A. Pratt gentoo org> AuthorDate: Mon Jan 30 13:35:46 2012 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Jan 30 13:35:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D5f1fd6bb add proper copyright/license to ca-certificates-2-nssdb --- 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 219c602..e44aec9 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