diff options
author | paul <paul> | 2007-02-22 17:55:20 +0000 |
---|---|---|
committer | paul <paul> | 2007-02-22 17:55:20 +0000 |
commit | 975e62fab9df7087ace6c1b28d95cbd91fcdb440 (patch) | |
tree | dadb4015a1b1baacd6c31b9ed4e9b98cb66bb9f6 | |
parent | 228ae5b6cd57e27b17626ae7f02d8b3685c3ef67 (diff) | |
download | quagga-975e62fab9df7087ace6c1b28d95cbd91fcdb440.tar.bz2 quagga-975e62fab9df7087ace6c1b28d95cbd91fcdb440.tar.xz |
[solaris] Add licence boilerplate to files for clarity
2007-02-22 Paul Jakma <paul.jakma@sun.com>
* quagga.{xml,init}.in: Add licence boilerplate to ensure
licence terms are clear.
-rw-r--r-- | solaris/ChangeLog | 5 | ||||
-rwxr-xr-x | solaris/quagga.init.in | 17 | ||||
-rw-r--r-- | solaris/quagga.xml.in | 17 |
3 files changed, 39 insertions, 0 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 1cdd4571..30a9c694 100755 --- a/solaris/quagga.init.in +++ b/solaris/quagga.init.in @@ -3,6 +3,23 @@ # Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# 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. |