From f6ac54747dc3ba12a3d72d160e60663ee7ad0606 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 24 Oct 2010 15:08:29 +0200 Subject: Add proper licensing header. --- adduser.local | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/adduser.local b/adduser.local index 49aa47b..a822a17 100755 --- a/adduser.local +++ b/adduser.local @@ -1,11 +1,20 @@ #!/bin/sh # -# /usr/local/sbin/adduser.local -# Copyright 2001-2006 Jonas Smedegaard +# Copyright © 2001-2006, 2010, Jonas Smedegaard +# Description: Adduser extensions for Redpill # -# $Id: adduser.local,v 1.26 2006-08-25 04:39:27 jonas Exp $ +# 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, or (at your option) +# any later version. # -# Adduser additions for Redpill networks +# 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, see . # # TODO: Allow local overriding of using /etc/mailname # TODO: Only ask additional questions if real user -- cgit v1.2.3