From 64f5c19ebfcaae2aeae05272ddf97f3a16ad6bc4 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Wed, 19 Dec 2012 22:01:33 -0500 Subject: [PATCH] Add copyright attributions from originating code. --- .../debugger/user_interface/cli/CliDumpMemoryCommand.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/debugger/user_interface/cli/CliDumpMemoryCommand.cpp b/src/apps/debugger/user_interface/cli/CliDumpMemoryCommand.cpp index 4d8c7d8b66..50899f1f16 100644 --- a/src/apps/debugger/user_interface/cli/CliDumpMemoryCommand.cpp +++ b/src/apps/debugger/user_interface/cli/CliDumpMemoryCommand.cpp @@ -1,6 +1,11 @@ /* + * Copyright 2009-2011, Ingo Weinhold, ingo_weinhold@gmx.de. + * Copyright 2002-2010, Axel Dörfler, axeld@pinc-software.de. * Copyright 2012, Rene Gollent, rene@gollent.com. * Distributed under the terms of the MIT License. + * + * Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. + * Distributed under the terms of the NewOS License. */