From 70df7aaa8a9571fa70f0f4f8aa0a363be0ac3cdc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Nov 2005 20:39:12 +0000 Subject: * Change license to LGPL * Update README * make use of autoconf macro AM_GNU_SOURCE git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@101 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- doc/Makefile.am | 17 +++++++++-------- doc/README.html.in | 49 ++++++++++++++++++++++++++++++++----------------- doc/style.css | 23 ++++++++++++----------- 3 files changed, 53 insertions(+), 36 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index ef8c6ca..44f69ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,18 +3,19 @@ # This file is part of libdaemon. # # libdaemon 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. +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation; either version 2.1 of the +# License, or (at your option) any later version. # # libdaemon 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with libdaemon; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# You should have received a copy of the GNU Lesser General Public +# License along with libdaemon; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 +# USA noinst_DATA = README.html EXTRA_DIST = $(noinst_DATA) style.css README.html.in diff --git a/doc/README.html.in b/doc/README.html.in index 83c84ff..c5fdeca 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -26,22 +26,25 @@

License

-

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 library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 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.

+

This library 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 +Lesser 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., 675 Mass Ave, Cambridge, MA 02139, USA.

+

You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

News

+
Fri Nov 18 2005:
+

Version 0.9 released; changes include: portability (FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Cygwin), some minor header file cleanups, fix access mode of PID files, other cleanups

+
Sat Jun 4 2005:

Version 0.8 released; changes include: proper PID file locking

@@ -90,7 +93,15 @@ daemons. It consists of the following parts:

available. It is not that simple to get it done right and code duplication is not a goal.

-

libdaemon is currently used by ifplugd, waproamd, ivam2 and aeswepd.

+

libdaemon is currently used by ifplugd, +Avahi, +ivam2, +Nautilus-Share +and aeswepd.

Current Status

@@ -105,10 +116,12 @@ href="reference/html/index.html">available

libdaemon was developed and tested on Debian GNU/Linux "testing" from July 2003, it should work on most other Linux -distributions (and maybe Unix versions) since it uses GNU Autoconf and +distributions (and some Unix versions) since it uses GNU Autoconf and GNU libtool for source code configuration and shared library management.

+

libdaemon is known to work on modern Linux systems, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris and Windows/Cygwin.

+

Installation

As this package is made with the GNU autotools you should run @@ -117,24 +130,26 @@ the source tree. After that you should run make for compilation and make install (as root) for installation of libdaemon.

+

Please use gmake instead of traditional make for compilation on non-Linux systems.

+

Acknowledgements

-

No special acknowledgements at this time, I am sorry.

+

Sebastien Estienne, for a lot of portability work.

Download

The newest release is always available from @PACKAGE_URL@

-

Get libdaemon's development sources from the Subversion repository (viewcvs):

+

Get libdaemon's development sources from the Subversion repository (viewcvs):

-
svn checkout svn://seth.intheinter.net/libdaemon/trunk libdaemon
+
svn checkout svn://svn.0pointer.de/libdaemon/trunk libdaemon

You may find an up to date Debian package of libdaemon on the Debian package repository.

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, June 2005
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, November 2005
$Id$
diff --git a/doc/style.css b/doc/style.css index 27ea945..2b24a1e 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,22 +1,23 @@ /* $Id$ */ -/*** +/* * This file is part of libdaemon. * - * libdaemon 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. + * libdaemon is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. * * libdaemon 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with libdaemon; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - ***/ + * You should have received a copy of the GNU Lesser General Public + * License along with libdaemon; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + */ body { color: black; background-color: white; } a:link, a:visited { color: #900000; } -- cgit