Skip to content

Commit

Permalink
x86: unify power/cpu_(32|64) copyright notes
Browse files Browse the repository at this point in the history
In this step, we do unify the copyright notes for both files
cpu_32.c and cpu_64.c, making such files exactly the same.
It's the last step before the actual unification, that will
rename one of them to cpu.c and remove the other one.

Signed-off-by: Sergio Luis <sergio@larces.uece.br>
Signed-off-by: Lauro Salmito <laurosalmito@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Sergio Luis authored and Rafael J. Wysocki committed Jun 12, 2009
1 parent 3134d04 commit 6d48bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/x86/power/cpu_32.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* Suspend support specific for i386.
* Suspend and hibernation support for i386/x86-64.
*
* Distribute under GPLv2
*
* Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl>
* Copyright (c) 2002 Pavel Machek <pavel@suse.cz>
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/power/cpu_64.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Suspend and hibernation support for x86-64
* Suspend support specific for i386/x86-64.
*
* Distribute under GPLv2
*
Expand Down

0 comments on commit 6d48bec

Please sign in to comment.