libxl: Use standard format for source file copyright notice

Change source file copyright notice to prevailing libvirt style.
This commit is contained in:
Jim Fehlig 2013-09-03 23:43:00 -06:00
parent 0d87fd0aa9
commit edd60d9cf6
4 changed files with 20 additions and 16 deletions

View File

@ -1,6 +1,8 @@
/*---------------------------------------------------------------------------*/ /*
/* Copyright (C) 2012 Red Hat, Inc. * libxl_conf.c: libxl configuration management
* Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. *
* Copyright (C) 2012 Red Hat, Inc.
* Copyright (c) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
* Copyright (C) 2011 Univention GmbH. * Copyright (C) 2011 Univention GmbH.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
@ -21,7 +23,6 @@
* Jim Fehlig <jfehlig@novell.com> * Jim Fehlig <jfehlig@novell.com>
* Markus Groß <gross@univention.de> * Markus Groß <gross@univention.de>
*/ */
/*---------------------------------------------------------------------------*/
#include <config.h> #include <config.h>

View File

@ -1,6 +1,8 @@
/*---------------------------------------------------------------------------*/ /*
/* Copyright (C) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany. * libxl_conf.h: libxl configuration management
* Copyright (C) 2011 Univention GmbH. *
* 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -20,7 +22,6 @@
* Jim Fehlig <jfehlig@novell.com> * Jim Fehlig <jfehlig@novell.com>
* Markus Groß <gross@univention.de> * Markus Groß <gross@univention.de>
*/ */
/*---------------------------------------------------------------------------*/
#ifndef LIBXL_CONF_H #ifndef LIBXL_CONF_H
# define LIBXL_CONF_H # define LIBXL_CONF_H

View File

@ -1,7 +1,9 @@
/*---------------------------------------------------------------------------*/ /*
/* Copyright (C) 2006-2013 Red Hat, Inc. * libxl_driver.c: core driver methods for managing libxenlight domains
* Copyright (C) 2011-2013 SUSE LINUX Products GmbH, Nuernberg, Germany. *
* Copyright (C) 2011 Univention GmbH. * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -22,7 +24,6 @@
* Markus Groß <gross@univention.de> * Markus Groß <gross@univention.de>
* Daniel P. Berrange <berrange@redhat.com> * Daniel P. Berrange <berrange@redhat.com>
*/ */
/*---------------------------------------------------------------------------*/
#include <config.h> #include <config.h>

View 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -18,7 +20,6 @@
* Authors: * Authors:
* Jim Fehlig <jfehlig@novell.com> * Jim Fehlig <jfehlig@novell.com>
*/ */
/*---------------------------------------------------------------------------*/
#ifndef LIBXL_DRIVER_H #ifndef LIBXL_DRIVER_H
# define LIBXL_DRIVER_H # define LIBXL_DRIVER_H