rpms/dhcp/devel Makefile.libdhcp4client, 1.1, 1.2 dhcp4client.h, 1.2, 1.3 libdhcp_control.h, 1.3, 1.4

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Thu Oct 25 20:42:25 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3897

Modified Files:
	Makefile.libdhcp4client dhcp4client.h libdhcp_control.h 
Log Message:
* Thu Oct 25 2007 David Cantrell <dcantrell at redhat.com> - 12:3.1.0-6
- Rename Makefile.dist to Makefile.libdhcp4client
- Spec file cleanups
- Include stdarg.h in libdhcp_control.h



Index: Makefile.libdhcp4client
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/Makefile.libdhcp4client,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.libdhcp4client	25 Oct 2007 20:28:35 -0000	1.1
+++ Makefile.libdhcp4client	25 Oct 2007 20:41:52 -0000	1.2
@@ -1,3 +1,4 @@
+#
 # Makefile.dist for libdhcp4client
 #
 # We get the libdhcp4client library from the patched ISC source code.  We
@@ -6,7 +7,25 @@
 # stuff enabled).  We then link together a static library and a shared
 # library with the new resulting objects.
 #
-# David Cantrell <dcantrell at redhat.com>
+# Copyright (C) 2006, 2007  Red Hat, Inc. All rights reserved.
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# the GNU General Public License v.2, or (at your option) any later version.
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY expressed or implied, including the implied warranties 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.  Any Red Hat trademarks that are incorporated in the
+# source code or documentation are not subject to the GNU General Public
+# License and may only be used or replicated with the express permission of
+# Red Hat, Inc.
+#
+# Red Hat Author(s): Jason Vas Dias
+#                    David Cantrell <dcantrell at redhat.com>
+#
 
 # What version of ISC DHCP is this?
 VER   = $(shell grep DHCP_VERSION ../../includes/version.h | head -1 | cut -d '"' -f 2 | cut -d 'V' -f 2 | cut -d '-' -f 1)


Index: dhcp4client.h
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp4client.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dhcp4client.h	24 Oct 2007 19:22:41 -0000	1.2
+++ dhcp4client.h	25 Oct 2007 20:41:52 -0000	1.3
@@ -19,7 +19,7 @@
  * Red Hat, Inc.
  *
  * Red Hat Author(s): Jason Vas Dias
- *                    David Cantrell
+ *                    David Cantrell <dcantrell at redhat.com>
  */
 
 /* include libdhcp_control.h or libdhcp.h for this */


Index: libdhcp_control.h
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/libdhcp_control.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdhcp_control.h	25 Oct 2007 20:28:35 -0000	1.3
+++ libdhcp_control.h	25 Oct 2007 20:41:52 -0000	1.4
@@ -24,8 +24,9 @@
  * Red Hat, Inc.
  *
  * Red Hat Author(s): Jason Vas Dias
- *                    David Cantrell
+ *                    David Cantrell <dcantrell at redhat.com>
  */
+
 #ifndef LIBDHCP_CONTROL_H
 #define LIBDHCP_CONTROL_H
 




More information about the fedora-extras-commits mailing list