Updated two more header comments with the latest FSF address.
authorWayne Davison <wayned@samba.org>
Wed, 26 Apr 2006 00:30:03 +0000 (00:30 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 26 Apr 2006 00:30:03 +0000 (00:30 +0000)
acls.diff

index e7ccfdc..209aee2 100644 (file)
--- a/acls.diff
+++ b/acls.diff
@@ -1613,26 +1613,27 @@ TODO items:
  
 --- old/lib/sysacls.c
 +++ new/lib/sysacls.c
-@@ -0,0 +1,3240 @@
-+/* 
-+   Unix SMB/CIFS implementation.
-+   Samba system utilities for ACL support.
-+   Copyright (C) Jeremy Allison 2000.
-+   
-+   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., 675 Mass Ave, Cambridge, MA 02139, USA.
-+*/
+@@ -0,0 +1,3241 @@
++/*
++ * Unix SMB/CIFS implementation.
++ * Samba system utilities for ACL support.
++ *
++ * Copyright (C) Jeremy Allison 2000.
++ *
++ * 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.
++ */
 +
 +#include "rsync.h"
 +#include "sysacls.h" /****** ADDED ******/
@@ -5156,27 +5157,28 @@ TODO items:
  transfer.  The resulting value is treated as though it was the permissions
 --- old/smb_acls.h
 +++ new/smb_acls.h
-@@ -0,0 +1,281 @@
-+/* 
-+   Unix SMB/Netbios implementation.
-+   Version 2.2.x
-+   Portable SMB ACL interface
-+   Copyright (C) Jeremy Allison 2000
-+   
-+   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., 675 Mass Ave, Cambridge, MA 02139, USA.
-+*/
+@@ -0,0 +1,282 @@
++/*
++ * Unix SMB/Netbios implementation.
++ * Version 2.2.x
++ * Portable SMB ACL interface
++ *
++ * Copyright (C) 2000 Jeremy Allison
++ *
++ * 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.
++ */
 +
 +#ifndef _SMB_ACLS_H
 +#define _SMB_ACLS_H