diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 00:57:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:23 -0500 |
commit | 58e9534300430fa4f2bcb50fb2d1d2990bdbe636 (patch) | |
tree | ae799ac52a4f9aa0b8cada73cbed7abeb4f47010 /examples/auth | |
parent | 5e54558c6dea67b56bbfaba5698f3a434d3dffb6 (diff) | |
download | samba-58e9534300430fa4f2bcb50fb2d1d2990bdbe636.tar.gz |
r23785: use the GPLv3 boilerplate as recommended by the FSF and the license text
(This used to be commit d0e89d246d8e5e64196d6c1d16d39a70579ca42f)
Diffstat (limited to 'examples/auth')
-rw-r--r-- | examples/auth/auth_skel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/auth/auth_skel.c b/examples/auth/auth_skel.c index f20d07b9226..e6cbd73968f 100644 --- a/examples/auth/auth_skel.c +++ b/examples/auth/auth_skel.c @@ -15,8 +15,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" |