From: Neil Brown Date: Mon, 7 Aug 2006 01:12:25 +0000 (+1000) Subject: Explicitly state GPL license in man pages. X-Git-Tag: mdadm-2.5.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fc992e4eb2e23fa9855737736bd12c0c72d366;p=thirdparty%2Fmdadm.git Explicitly state GPL license in man pages. --- diff --git a/ChangeLog b/ChangeLog index 8c14d556..a868723a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Changes Prior to 2.5.3 release - Document v0.91 superblocks in md.4 + - Make GPL explicit in man pages. Changes Prior to 2.5.2 release - Fix problem with compiling with gcc-2 compilers diff --git a/md.4 b/md.4 index cd000651..6e70615d 100644 --- a/md.4 +++ b/md.4 @@ -1,3 +1,9 @@ +''' Copyright Neil Brown and others. +''' 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 2 of the License, or +''' (at your option) any later version. +''' See file COPYING in distribution for details. .TH MD 4 .SH NAME md \- Multiple Device driver aka Linux Software Raid diff --git a/mdadm.8 b/mdadm.8 index eda7c128..870a0f9c 100644 --- a/mdadm.8 +++ b/mdadm.8 @@ -1,4 +1,10 @@ .\" -*- nroff -*- +''' Copyright Neil Brown and others. +''' 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 2 of the License, or +''' (at your option) any later version. +''' See file COPYING in distribution for details. .TH MDADM 8 "" v2.5.2 .SH NAME mdadm \- manage MD devices diff --git a/mdadm.conf.5 b/mdadm.conf.5 index 6ae68023..7df36d9e 100644 --- a/mdadm.conf.5 +++ b/mdadm.conf.5 @@ -1,3 +1,9 @@ +''' Copyright Neil Brown and others. +''' 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 2 of the License, or +''' (at your option) any later version. +''' See file COPYING in distribution for details. .TH MDADM.CONF 5 .SH NAME mdadm.conf \- configuration for management of Software Raid with mdadm