Add copyrights for Udis86, used in the kernel debugger disasm module.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -733,6 +733,14 @@ AboutView::AboutView(const BRect &rect)
|
||||
// "http://www.opensound.com");
|
||||
// BSD license
|
||||
|
||||
#ifdef __INTEL__
|
||||
// Udis86 copyrights
|
||||
AddCopyrightEntry("Udis86",
|
||||
"Copyright " B_UTF8_COPYRIGHT " 2002, 2003, 2004 Vivek Mohan. "
|
||||
"All rights reserved.",
|
||||
"http://udis86.sourceforge.net");
|
||||
#endif
|
||||
|
||||
_AddCopyrightsFromAttribute();
|
||||
|
||||
// Build a list of installed applications and show their
|
||||
|
||||
Reference in New Issue
Block a user