advapi32: Branch the LSA functions from security.c to lsa.c [RESEND]

Robert Shearman rob at codeweavers.com
Thu Jun 30 19:25:39 CDT 2005


James Hawkins wrote:

>--- /dev/null   2005-06-27 14:12:40.646578496 -0500
>+++ dlls/advapi32/lsa.c 2005-06-27 16:51:17.000000000 -0500
>@@ -0,0 +1,433 @@
>+/*
>+ * Implementation of the Local Security Authority API
>+ *
>+ * This library is free software; you can redistribute it and/or
>+ * modify it under the terms of the GNU Lesser General Public
>+ * License as published by the Free Software Foundation; either
>+ * version 2.1 of the License, or (at your option) any later version.
>+ *
>+ * This library 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
>+ * Lesser General Public License for more details.
>+ *
>+ * You should have received a copy of the GNU Lesser General Public
>+ * License along with this library; if not, write to the Free Software
>+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>+ */
>  
>

You should include a copyright line that states the major copyright 
owners of the code. You can do this by looking through the CVS history 
or just by copying the copyright lines from security.c

-- 
Rob Shearman




More information about the wine-devel mailing list