diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2008-11-09 19:37:33 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2008-11-09 19:37:33 +0000 |
commit | 94fba6baef938a3bf4669daa59d9267e5ee294a3 (patch) | |
tree | 581deb2927be6f1f1dd52f116ce2f43e6665d534 | |
parent | 22aec257cb2027bd75158492dea9c63075efbadd (diff) |
historylog: Fix for copyright
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@113 c086bb3d-8645-0410-b8da-73a8550f86e7
-rw-r--r-- | Plugins/historylog/historylog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins/historylog/historylog.cpp b/Plugins/historylog/historylog.cpp index 9a0b422..0d1bc49 100644 --- a/Plugins/historylog/historylog.cpp +++ b/Plugins/historylog/historylog.cpp @@ -1,6 +1,8 @@ /*
Copyright (C) 2008 Ricardo Pescuma Domenecci
+Parts copied from tabSRMM code: Copyright (C) 2003 Jörgen Persson and Nightwish
+
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
@@ -657,7 +659,6 @@ struct ChatMsg TCHAR *userInfo;
};
-
int ChatAddEvent(WPARAM wParam, LPARAM lParam)
{
int ret;
|