diff options
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/util/doserr.c | 3 | ||||
-rw-r--r-- | source4/libcli/util/errormap.c | 3 | ||||
-rw-r--r-- | source4/libcli/util/nterr.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/source4/libcli/util/doserr.c b/source4/libcli/util/doserr.c index a81d98a8e9..3b1c2d264a 100644 --- a/source4/libcli/util/doserr.c +++ b/source4/libcli/util/doserr.c @@ -14,8 +14,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/>. */ /* DOS error codes. please read doserr.h */ diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c index 20e7a464e5..711f02a626 100644 --- a/source4/libcli/util/errormap.c +++ b/source4/libcli/util/errormap.c @@ -16,8 +16,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" diff --git a/source4/libcli/util/nterr.c b/source4/libcli/util/nterr.c index 8205e45d21..3aea0b51bc 100644 --- a/source4/libcli/util/nterr.c +++ b/source4/libcli/util/nterr.c @@ -14,8 +14,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/>. */ /* NT error codes. please read nterr.h */ |