]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
include: common: Fix file header for apibuild.py
authorPeter Krempa <pkrempa@redhat.com>
Thu, 21 Apr 2016 12:27:24 +0000 (14:27 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 21 Apr 2016 13:39:08 +0000 (15:39 +0200)
Our docs/web generator would take the complete license text and put it
into the description of the file, since it depends on position of the
"Author:" line. Move the author line to the top and remove the spurious
emacs comment.

include/libvirt/libvirt-common.h.in

index 772e40fcb20d71737edbbd2434a8c523fe7b04d4..95cf0233e22ea5850bfcd25820bdcf49d4ef98bc 100644 (file)
@@ -1,8 +1,9 @@
-/* -*- c -*-
+/*
  * libvirt-common.h
  * Summary: common macros and enums for the libvirt and libvirt-admin library
  * Description: Provides common macros and enums needed by both libvirt and
  *              libvirt-admin libraries
+ * Author: Erik Skultety <eskultet@redhat.com>
  *
  * Copyright (C) 2015 Red Hat, Inc.
  *
@@ -19,8 +20,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
- *
- * Author: Erik Skultety <eskultet@redhat.com>
  */
 
 #if !defined __VIR_LIBVIRT_H_INCLUDES__ && !defined __VIR_ADMIN_H_INCLUDES__