diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index 9dc35fcfb9..5054422cf6 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.c @@ -14,6 +14,9 @@ * 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 + * + * Authors: + * Jim Fehlig */ /*---------------------------------------------------------------------------*/ diff --git a/src/libxl/libxl_conf.h b/src/libxl/libxl_conf.h index a86df9a911..f2f0d8ac0a 100644 --- a/src/libxl/libxl_conf.h +++ b/src/libxl/libxl_conf.h @@ -14,6 +14,9 @@ * 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 + * + * Authors: + * Jim Fehlig */ /*---------------------------------------------------------------------------*/ diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index 64f1505d56..aa135dd53f 100644 --- a/src/libxl/libxl_driver.c +++ b/src/libxl/libxl_driver.c @@ -1,6 +1,7 @@ /*---------------------------------------------------------------------------*/ /* Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. * Copyright (C) 2011 Univention GmbH. + * Copyright (C) 2006-2011 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -15,6 +16,11 @@ * 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 + * + * Authors: + * Jim Fehlig + * Markus Groß + * Daniel P. Berrange */ /*---------------------------------------------------------------------------*/ diff --git a/src/libxl/libxl_driver.h b/src/libxl/libxl_driver.h index e0475527ce..4632d33b60 100644 --- a/src/libxl/libxl_driver.h +++ b/src/libxl/libxl_driver.h @@ -14,6 +14,9 @@ * 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 + * + * Authors: + * Jim Fehlig */ /*---------------------------------------------------------------------------*/