From bdcd3f6b036f9f47f892d3c600885cda4263dbc7 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 31 Dec 2006 09:27:44 -0500 Subject: [PATCH] Version 0.2. --- configure.ac | 2 +- doc/pwmd.1 | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 07ec4878..a47bbcd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(pwmd, 0.1, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 0.2, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/doc/pwmd.1 b/doc/pwmd.1 index 83776523..bc44b39b 100644 --- a/doc/pwmd.1 +++ b/doc/pwmd.1 @@ -1,3 +1,18 @@ +.\" Copyright (C) 2006 Ben Kibbey +.\" +.\" 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. +.\" +.\" 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, write to the Free Software +.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA .de URL \\$2 \(laURL: \\$1 \(ra\\$3 .. -- 2.11.4.GIT