[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: add missing copyright notices to some files
# HG changeset patch # User Ian Jackson <ian.jackson@xxxxxxxxxxxxx> # Date 1307036791 -3600 # Node ID f93a0521ab501471fe49eddb21ffaca82b6a67fa # Parent 2c4d77e06a2c36c31484be1b6512f9558f60f1d0 libxl: add missing copyright notices to some files Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- diff -r 2c4d77e06a2c -r f93a0521ab50 tools/libxl/libxlu_cfg.c --- a/tools/libxl/libxlu_cfg.c Thu Jun 02 17:42:03 2011 +0100 +++ b/tools/libxl/libxlu_cfg.c Thu Jun 02 18:46:31 2011 +0100 @@ -1,3 +1,21 @@ +/* + * libxlu_cfg.c - xl configuration file parsing: setup and helper functions + * + * Copyright (C) 2010 Citrix Ltd. + * Author Ian Jackson <ian.jackson@xxxxxxxxxxxxx> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; version 2.1 only. with the special + * exception on linking described in file LICENSE. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + */ + + #include <limits.h> #include "libxlu_internal.h" diff -r 2c4d77e06a2c -r f93a0521ab50 tools/libxl/libxlu_cfg_i.h --- a/tools/libxl/libxlu_cfg_i.h Thu Jun 02 17:42:03 2011 +0100 +++ b/tools/libxl/libxlu_cfg_i.h Thu Jun 02 18:46:31 2011 +0100 @@ -1,3 +1,20 @@ +/* + * libxlu_cfg_i.h - xl configuration file parsing: parser-internal declarations + * + * Copyright (C) 2010 Citrix Ltd. + * Author Ian Jackson <ian.jackson@xxxxxxxxxxxxx> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; version 2.1 only. with the special + * exception on linking described in file LICENSE. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + */ + #ifndef LIBXLU_CFG_I_H #define LIBXLU_CFG_I_H diff -r 2c4d77e06a2c -r f93a0521ab50 tools/libxl/libxlu_cfg_l.l --- a/tools/libxl/libxlu_cfg_l.l Thu Jun 02 17:42:03 2011 +0100 +++ b/tools/libxl/libxlu_cfg_l.l Thu Jun 02 18:46:31 2011 +0100 @@ -1,4 +1,20 @@ /* -*- fundamental -*- */ +/* + * libxlu_cfg_l.l - xl configuration file parsing: lexer + * + * Copyright (C) 2010 Citrix Ltd. + * Author Ian Jackson <ian.jackson@xxxxxxxxxxxxx> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; version 2.1 only. with the special + * exception on linking described in file LICENSE. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + */ %{ #include "libxlu_cfg_i.h" diff -r 2c4d77e06a2c -r f93a0521ab50 tools/libxl/libxlu_cfg_y.y --- a/tools/libxl/libxlu_cfg_y.y Thu Jun 02 17:42:03 2011 +0100 +++ b/tools/libxl/libxlu_cfg_y.y Thu Jun 02 18:46:31 2011 +0100 @@ -1,4 +1,20 @@ /* -*- fundamental -*- */ +/* + * libxlu_cfg_l.y - xl configuration file parsing: parser + * + * Copyright (C) 2010 Citrix Ltd. + * Author Ian Jackson <ian.jackson@xxxxxxxxxxxxx> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; version 2.1 only. with the special + * exception on linking described in file LICENSE. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + */ %{ #define YYLEX_PARAM ctx->scanner _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |