]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libxl: Use standard format for source file copyright notice
authorJim Fehlig <jfehlig@suse.com>
Wed, 4 Sep 2013 05:43:00 +0000 (23:43 -0600)
committerJim Fehlig <jfehlig@suse.com>
Wed, 4 Sep 2013 05:53:48 +0000 (23:53 -0600)
Change source file copyright notice to prevailing libvirt style.

src/libxl/libxl_conf.c
src/libxl/libxl_conf.h
src/libxl/libxl_driver.c
src/libxl/libxl_driver.h

index 34f6bc103d89d37d4c534c82ab075d710d8dfce5..fcb278b5e7de80fdb938872b6db4b897397a023c 100644 (file)
@@ -1,6 +1,8 @@
-/*---------------------------------------------------------------------------*/
-/* Copyright (C) 2012 Red Hat, Inc.
- * Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+/*
+ * libxl_conf.c: libxl configuration management
+ *
+ * Copyright (C) 2012 Red Hat, Inc.
+ * Copyright (c) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
  * Copyright (C) 2011 Univention GmbH.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +23,6 @@
  *     Jim Fehlig <jfehlig@novell.com>
  *     Markus Groß <gross@univention.de>
  */
-/*---------------------------------------------------------------------------*/
 
 #include <config.h>
 
index 174a759534f04da52591f840dc1cfa9a8c3bb15d..8ba0ee4f5806cb07d015e6f9d7e03cc42994e885 100644 (file)
@@ -1,6 +1,8 @@
-/*---------------------------------------------------------------------------*/
-/*  Copyright (C) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
- *  Copyright (C) 2011 Univention GmbH.
+/*
+ * libxl_conf.h: libxl configuration management
+ *
+ * Copyright (C) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+ * Copyright (C) 2011 Univention GmbH.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -20,7 +22,6 @@
  *     Jim Fehlig <jfehlig@novell.com>
  *     Markus Groß <gross@univention.de>
  */
-/*---------------------------------------------------------------------------*/
 
 #ifndef LIBXL_CONF_H
 # define LIBXL_CONF_H
index 2200e9e681fdcd30548f086edebc044f76116379..69b992b93875ffb45581dfa8df924e59a8cb1a8d 100644 (file)
@@ -1,7 +1,9 @@
-/*---------------------------------------------------------------------------*/
-/*  Copyright (C) 2006-2013 Red Hat, Inc.
- *  Copyright (C) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
- *  Copyright (C) 2011 Univention GmbH.
+/*
+ * libxl_driver.c: core driver methods for managing libxenlight domains
+ *
+ * Copyright (C) 2006-2013 Red Hat, Inc.
+ * Copyright (C) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+ * Copyright (C) 2011 Univention GmbH.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +24,6 @@
  *     Markus Groß <gross@univention.de>
  *     Daniel P. Berrange <berrange@redhat.com>
  */
-/*---------------------------------------------------------------------------*/
 
 #include <config.h>
 
index fba6c5a8ba185fe752b7c8dac7bc988914fa4308..a33d60cbf2b801b0f44cd363651fa3249becb007 100644 (file)
@@ -1,5 +1,7 @@
-/*---------------------------------------------------------------------------*/
-/*  Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+/*
+ * libxl_driver.h: core driver methods for managing libxenlight domains
+ *
+ * Copyright (c) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +20,6 @@
  * Authors:
  *     Jim Fehlig <jfehlig@novell.com>
  */
-/*---------------------------------------------------------------------------*/
 
 #ifndef LIBXL_DRIVER_H
 # define LIBXL_DRIVER_H