diff options
-rw-r--r-- | solaris/ChangeLog | 5 | ||||
-rwxr-xr-x | solaris/quagga.init.in | 19 | ||||
-rw-r--r-- | solaris/quagga.xml.in | 17 |
3 files changed, 40 insertions, 1 deletions
diff --git a/solaris/ChangeLog b/solaris/ChangeLog index 64408f60..c6d8b81d 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -1,3 +1,8 @@ +2007-02-22 Paul Jakma <paul.jakma@sun.com> + + * quagga.{xml,init}.in: Add licence boilerplate to ensure + licence terms are clear. + 2006-04-03 Paul Jakma <paul.jakma@sun.com> * quagga.xml.in: oops, ipvX-routing services don't exist yet in diff --git a/solaris/quagga.init.in b/solaris/quagga.init.in index 9fc2fe74..30a9c694 100755 --- a/solaris/quagga.init.in +++ b/solaris/quagga.init.in @@ -3,7 +3,24 @@ # Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# $Id: quagga.init.in,v 1.6 2006/03/30 13:38:28 paul Exp $ +# This file is part of Quagga. +# +# Quagga 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, or (at your option) any +# later version. +# +# Quagga 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 Quagga; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# $Id$ # # Starts/stops the given daemon diff --git a/solaris/quagga.xml.in b/solaris/quagga.xml.in index d6dca8d2..3cd402f6 100644 --- a/solaris/quagga.xml.in +++ b/solaris/quagga.xml.in @@ -1,6 +1,23 @@ <?xml version="1.0"?> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- + This file is part of Quagga. + + Quagga 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, or (at your option) any + later version. + + Quagga 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 Quagga; see the file COPYING. If not, write to the Free + Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. |