From patchwork Thu Nov 29 01:49:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 202635 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "userp1040.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D535E2C0040 for ; Thu, 29 Nov 2012 12:50:00 +1100 (EST) Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAT1nvLE031175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 29 Nov 2012 01:49:58 GMT Received: from oss.oracle.com (oss-external.oracle.com [137.254.96.51]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAT1nuIg029536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Nov 2012 01:49:57 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TdtGG-000808-Pu; Wed, 28 Nov 2012 17:49:56 -0800 Received: from ucsinet21.oracle.com ([156.151.31.93]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TdtFw-0007zM-Ot for fedfs-utils-devel@oss.oracle.com; Wed, 28 Nov 2012 17:49:36 -0800 Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAT1nZ7Z028839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Nov 2012 01:49:36 GMT Received: from mail-ia0-f171.google.com (mail-ia0-f171.google.com [209.85.210.171]) by acsinet13.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAT1nQX9002765 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 29 Nov 2012 01:49:35 GMT Received: by mail-ia0-f171.google.com with SMTP id b35so8185184iac.2 for ; Wed, 28 Nov 2012 17:49:35 -0800 (PST) Received: by 10.50.56.195 with SMTP id c3mr21121533igq.30.1354153775225; Wed, 28 Nov 2012 17:49:35 -0800 (PST) Received: from seurat.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id v12sm240890igv.3.2012.11.28.17.49.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 17:49:34 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Wed, 28 Nov 2012 20:49:33 -0500 Message-ID: <20121129014933.2497.31859.stgit@seurat.1015granger.net> In-Reply-To: <20121129014751.2497.93909.stgit@seurat.1015granger.net> References: <20121129014751.2497.93909.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default reputation=ipRepBelow100 ip=209.85.210.171 ct-class=R5 ct-vol1=-97 ct-vol2=8 ct-vol3=7 ct-risk=49 ct-spam1=78 ct-spam2=8 ct-bulk=5 rcpts=1 size=1416 X-MM-CT-Classification: not spam X-MM-CT-RefID: str=0001.0A090201.50B6BF2F.0041,ss=1,re=0.000,fgs=0 Subject: [fedfs-utils] [PATCH 1/8] doxy: Correct doxy.cfg GPL boilerplate X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet22.oracle.com [141.146.126.238] The boilerplate is automatically generated, and somehow got the name of the package wrong. Signed-off-by: Chuck Lever --- doxy.cfg | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doxy.cfg b/doxy.cfg index 1f6a4e1..459bf46 100644 --- a/doxy.cfg +++ b/doxy.cfg @@ -1,20 +1,20 @@ # # Copyright 2010 Oracle. All rights reserved. # -# This file is part of nsdbc. +# This file is part of fedfs-utils. # -# nsdbc is free software; you can redistribute it and/or modify +# fedfs-utils 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 2 of the License, or # (at your option) any later version. # -# nsdbc is distributed in the hope that it will be useful, +# fedfs-utils 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 nsdbc. If not, see . +# along with fedfs-utils. If not, see . # # This file describes the settings to be used by the documentation system