r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
[bbaumbach/samba-autobuild/.git] / source3 / libgpo / gpo_sec.c
index fc7c5d24570a5098a065960f1169adc9815a113c..5a4e29d2709f623698f131046b4999cb0f8e35b2 100644 (file)
@@ -5,7 +5,7 @@
  *  
  *  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
+ *  the Free Software Foundation; either version 3 of the License, or
  *  (at your option) any later version.
  *  
  *  This program is distributed in the hope that it will be useful,
@@ -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/>.
  */
 
 #include "includes.h"
@@ -49,6 +48,7 @@ static BOOL gpo_sd_check_agp_access_bits(uint32 access_mask)
        return (access_mask & SEC_RIGHTS_APPLY_GROUP_POLICY);
 }
 
+#if 0
 /****************************************************************
 ****************************************************************/
 
@@ -60,7 +60,7 @@ static BOOL gpo_sd_check_read_access_bits(uint32 access_mask)
 
        return (read_bits == (access_mask & read_bits));
 }
-
+#endif
 
 /****************************************************************
 ****************************************************************/