From 0ec6d85b2f488d4c5c3cd084576985c19cf66bc4 Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Thu, 14 Jan 2010 16:30:20 +0000 Subject: [PATCH] add correct copyright to WiiSaveCrypted.cpp git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4835 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/MemoryCards/WiiSaveCrypted.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Core/DolphinWX/Src/MemoryCards/WiiSaveCrypted.cpp b/Source/Core/DolphinWX/Src/MemoryCards/WiiSaveCrypted.cpp index f8283b0460..6b050ed4f0 100644 --- a/Source/Core/DolphinWX/Src/MemoryCards/WiiSaveCrypted.cpp +++ b/Source/Core/DolphinWX/Src/MemoryCards/WiiSaveCrypted.cpp @@ -16,6 +16,9 @@ // http://code.google.com/p/dolphin-emu/ // Based off of tachtig/twintig http://git.infradead.org/?p=users/segher/wii.git +// Copyright 2007,2008 Segher Boessenkool +// Licensed under the terms of the GNU GPL, version 2 +// http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt #include "WiiSaveCrypted.h"