From c32e843a9a80c58d64bd158903e9a100b1bb5183 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 25 Apr 2006 23:56:15 +0000 Subject: [PATCH] Updated the copyright info in the new acls.c file. --- acls.diff | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/acls.diff b/acls.diff index 7e1934e..e7ccfdc 100644 --- a/acls.diff +++ b/acls.diff @@ -39,28 +39,28 @@ TODO items: --- old/acls.c +++ new/acls.c @@ -0,0 +1,1307 @@ -+/* -*- c-file-style: "linux" -*- -+ Copyright (C) Andrew Tridgell 1996 -+ Copyright (C) Paul Mackerras 1996 -+ Copyright (C) Matt McCutchen 2006 -+ Copyright (C) Wayne Davison 2006 -+ -+ 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. -+*/ -+ -+/* handle passing ACLs between systems */ ++/* ++ * Handle passing Access Control Lists between systems. ++ * ++ * Copyright (C) 1996 Andrew Tridgell ++ * Copyright (C) 1996 Paul Mackerras ++ * Copyright (C) 2006 Matt McCutchen ++ * Copyright (C) 2006 Wayne Davison ++ * ++ * 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 "lib/sysacls.h" -- 2.34.1