From: Julian Seward Date: Tue, 1 Sep 2015 13:32:21 +0000 (+0000) Subject: Add missing copyright notices for Xen related files. X-Git-Tag: svn/VALGRIND_3_11_0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60f46535c9df9d400338c7379970b09cdf49324;p=thirdparty%2Fvalgrind.git Add missing copyright notices for Xen related files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15614 --- diff --git a/coregrind/m_syswrap/priv_syswrap-xen.h b/coregrind/m_syswrap/priv_syswrap-xen.h index ae6bf60429..696dda54e3 100644 --- a/coregrind/m_syswrap/priv_syswrap-xen.h +++ b/coregrind/m_syswrap/priv_syswrap-xen.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012 Citrix Systems + Copyright (C) 2012-2015 Citrix Systems ian.campbell@citrix.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-xen-domctl.h b/include/vki/vki-xen-domctl.h index 7b98e243e8..d381ee6cb1 100644 --- a/include/vki/vki-xen-domctl.h +++ b/include/vki/vki-xen-domctl.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_DOMCTL_H #define __VKI_XEN_DOMCTL_H diff --git a/include/vki/vki-xen-evtchn.h b/include/vki/vki-xen-evtchn.h index e7a331041b..d8ff600a21 100644 --- a/include/vki/vki-xen-evtchn.h +++ b/include/vki/vki-xen-evtchn.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_EVTCHN_H #define __VKI_XEN_EVTCHN_H diff --git a/include/vki/vki-xen-gnttab.h b/include/vki/vki-xen-gnttab.h index 97ca6d8fed..11c4219f6c 100644 --- a/include/vki/vki-xen-gnttab.h +++ b/include/vki/vki-xen-gnttab.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_GNTTAB_H #define __VKI_XEN_GNTTAB_H diff --git a/include/vki/vki-xen-hvm.h b/include/vki/vki-xen-hvm.h index d48bd8526a..0664b73de1 100644 --- a/include/vki/vki-xen-hvm.h +++ b/include/vki/vki-xen-hvm.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_HVM_H #define __VKI_XEN_HVM_H diff --git a/include/vki/vki-xen-memory.h b/include/vki/vki-xen-memory.h index abb756fc7c..c3076902d5 100644 --- a/include/vki/vki-xen-memory.h +++ b/include/vki/vki-xen-memory.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_MEMORY_H #define __VKI_XEN_MEMORY_H diff --git a/include/vki/vki-xen-mmuext.h b/include/vki/vki-xen-mmuext.h index e6f06f7092..5e758b3919 100644 --- a/include/vki/vki-xen-mmuext.h +++ b/include/vki/vki-xen-mmuext.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_MMUEXT_H #define __VKI_XEN_MMUEXT_H diff --git a/include/vki/vki-xen-physdev.h b/include/vki/vki-xen-physdev.h index c84f75f4b7..d3111a0911 100644 --- a/include/vki/vki-xen-physdev.h +++ b/include/vki/vki-xen-physdev.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_PHYSDEV_H #define __VKI_XEN_PHYSDEV_H diff --git a/include/vki/vki-xen-schedop.h b/include/vki/vki-xen-schedop.h index 38a1831d7a..30f8a33a55 100644 --- a/include/vki/vki-xen-schedop.h +++ b/include/vki/vki-xen-schedop.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_SCHED_OP_H #define __VKI_XEN_SCHED_OP_H diff --git a/include/vki/vki-xen-tmem.h b/include/vki/vki-xen-tmem.h index ab402f09c8..e372ae6d8f 100644 --- a/include/vki/vki-xen-tmem.h +++ b/include/vki/vki-xen-tmem.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_TMEM_H #define __VKI_XEN_TMEM_H diff --git a/include/vki/vki-xen-version.h b/include/vki/vki-xen-version.h index 6c6cae0fee..a022c94dc7 100644 --- a/include/vki/vki-xen-version.h +++ b/include/vki/vki-xen-version.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_VERSION_H #define __VKI_XEN_VERSION_H diff --git a/include/vki/vki-xen-x86.h b/include/vki/vki-xen-x86.h index a2d0fb22ae..a54a4de9a5 100644 --- a/include/vki/vki-xen-x86.h +++ b/include/vki/vki-xen-x86.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_X86_H #define __VKI_XEN_X86_H diff --git a/include/vki/vki-xen-xsm.h b/include/vki/vki-xen-xsm.h index 8c798178b0..b8eb50db32 100644 --- a/include/vki/vki-xen-xsm.h +++ b/include/vki/vki-xen-xsm.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_XSM_H #define __VKI_XEN_XSM_H diff --git a/include/vki/vki-xen.h b/include/vki/vki-xen.h index 69b85019c6..924a1e9c96 100644 --- a/include/vki/vki-xen.h +++ b/include/vki/vki-xen.h @@ -1,3 +1,30 @@ +/* + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2012-2015 Citrix + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307, USA. + + The GNU General Public License is contained in the file COPYING. +*/ + +/* Contributed by Andrew Cooper + and Ian Campbell */ + #ifndef __VKI_XEN_H #define __VKI_XEN_H