mirror of https://gitee.com/openkylin/linux.git
perf_counter: add/update copyrights
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
38105f0234
commit
9814451142
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* Performance counter x86 architecture code
|
* Performance counter x86 architecture code
|
||||||
*
|
*
|
||||||
* Copyright(C) 2008 Thomas Gleixner <tglx@linutronix.de>
|
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
|
||||||
* Copyright(C) 2008 Red Hat, Inc., Ingo Molnar
|
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
|
||||||
* Copyright(C) 2009 Jaswinder Singh Rajput
|
* Copyright (C) 2009 Jaswinder Singh Rajput
|
||||||
* Copyright(C) 2009 Advanced Micro Devices, Inc., Robert Richter
|
* Copyright (C) 2009 Advanced Micro Devices, Inc., Robert Richter
|
||||||
|
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
|
||||||
*
|
*
|
||||||
* For licencing details see kernel-base/COPYING
|
* For licencing details see kernel-base/COPYING
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Performance counter core code
|
* Performance counter core code
|
||||||
*
|
*
|
||||||
* Copyright(C) 2008 Thomas Gleixner <tglx@linutronix.de>
|
* Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
|
||||||
* Copyright(C) 2008 Red Hat, Inc., Ingo Molnar
|
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
|
||||||
*
|
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
|
||||||
*
|
*
|
||||||
* For licensing details see kernel-base/COPYING
|
* For licensing details see kernel-base/COPYING
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue