diff options
author | Rich Megginson <rmeggins@redhat.com> | 2007-02-02 21:05:26 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2007-02-02 21:05:26 +0000 |
commit | 71e894627fe94d939681c3ebe413d4238e87c01b (patch) | |
tree | 10e832a0479be7a588a891cfd7fe98cf0b42e68a /m4 | |
parent | 2497e27ae1f819e327f2ddf75c6778dd01d13437 (diff) | |
download | ds-71e894627fe94d939681c3ebe413d4238e87c01b.tar.gz ds-71e894627fe94d939681c3ebe413d4238e87c01b.tar.xz ds-71e894627fe94d939681c3ebe413d4238e87c01b.zip |
fix licensing in sasl.m4
Diffstat (limited to 'm4')
-rw-r--r-- | m4/sasl.m4 | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,7 +1,24 @@ +# BEGIN COPYRIGHT BLOCK +# Copyright (C) 2007 Red Hat, Inc. +# All rights reserved. +# +# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# END COPYRIGHT BLOCK # -*- tab-width: 4; -*- # Configure paths for SASL -# Public domain - Nathan Kinder <nkinder@redhat.com> 2006-06-26 -# Based upon svrcore.m4 (also PD) by Rich Megginson <richm@stanfordalumni.org> dnl ======================================================== dnl = sasl is used to support various authentication mechanisms |