From f69a21ab2bdd285c0488168e346f8c980fc3d463 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Mon, 15 Oct 2007 22:07:52 +0000 Subject: [PATCH] Fix some copyright messages --- bochs/cpu/apic.cc | 10 ++-------- bochs/cpu/apic.h | 10 ++-------- bochs/cpu/cpuid.cc | 11 +++-------- bochs/cpu/crregs.h | 11 +++-------- bochs/cpu/descriptor.h | 11 +++-------- bochs/cpu/fpu_emu.cc | 10 +++------- 6 files changed, 16 insertions(+), 47 deletions(-) diff --git a/bochs/cpu/apic.cc b/bochs/cpu/apic.cc index aac8a458a..c49205b88 100644 --- a/bochs/cpu/apic.cc +++ b/bochs/cpu/apic.cc @@ -1,14 +1,8 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: apic.cc,v 1.98 2007-10-11 18:11:58 sshwarts Exp $ +// $Id: apic.cc,v 1.99 2007-10-15 22:07:51 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2001 MandrakeSoft S.A. -// -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2002 Zwane Mwaikambo, Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/apic.h b/bochs/cpu/apic.h index e1767e96c..85d259c79 100644 --- a/bochs/cpu/apic.h +++ b/bochs/cpu/apic.h @@ -1,14 +1,8 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: apic.h,v 1.35 2007-09-28 19:51:44 sshwarts Exp $ +// $Id: apic.h,v 1.36 2007-10-15 22:07:52 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2001 MandrakeSoft S.A. -// -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2002 Zwane Mwaikambo, Stanislav Shwartsman // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/cpuid.cc b/bochs/cpu/cpuid.cc index 39b6d5bb9..25d0801eb 100755 --- a/bochs/cpu/cpuid.cc +++ b/bochs/cpu/cpuid.cc @@ -1,14 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: cpuid.cc,v 1.53 2007-10-12 21:45:41 sshwarts Exp $ +// $Id: cpuid.cc,v 1.54 2007-10-15 22:07:52 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2001 MandrakeSoft S.A. -// -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2007 Stanislav Shwartsman +// Written by Stanislav Shwartsman [sshwarts at sourceforge net] // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/crregs.h b/bochs/cpu/crregs.h index 53ffcdb58..698de0ac4 100755 --- a/bochs/cpu/crregs.h +++ b/bochs/cpu/crregs.h @@ -1,14 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: crregs.h,v 1.3 2007-10-11 21:28:58 sshwarts Exp $ +// $Id: crregs.h,v 1.4 2007-10-15 22:07:52 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2007 MandrakeSoft S.A. -// -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2007 Stanislav Shwartsman +// Written by Stanislav Shwartsman [sshwarts at sourceforge net] // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/descriptor.h b/bochs/cpu/descriptor.h index a0e71d956..76b1114be 100755 --- a/bochs/cpu/descriptor.h +++ b/bochs/cpu/descriptor.h @@ -1,14 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: descriptor.h,v 1.18 2007-09-26 19:09:10 sshwarts Exp $ +// $Id: descriptor.h,v 1.19 2007-10-15 22:07:52 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2001 MandrakeSoft S.A. -// -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2007 Stanislav Shwartsman +// Written by Stanislav Shwartsman [sshwarts at sourceforge net] // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/bochs/cpu/fpu_emu.cc b/bochs/cpu/fpu_emu.cc index a5983ef2a..68338b8f2 100644 --- a/bochs/cpu/fpu_emu.cc +++ b/bochs/cpu/fpu_emu.cc @@ -1,13 +1,9 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: fpu_emu.cc,v 1.4 2007-07-09 15:16:11 sshwarts Exp $ +// $Id: fpu_emu.cc,v 1.5 2007-10-15 22:07:52 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// -// Copyright (C) 2004 MandrakeSoft S.A. // -// MandrakeSoft S.A. -// 43, rue d'Aboukir -// 75002 Paris - France -// http://www.linux-mandrake.com/ -// http://www.mandrakesoft.com/ +// Copyright (c) 2004 Stanislav Shwartsman +// Written by Stanislav Shwartsman [sshwarts at sourceforge net] // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public