Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2014-11-16 22:41:03 +0300
committermjentsch <mtthsjntsch@gmail.com>2014-11-16 22:41:03 +0300
commit2586273f72e2de373ac1eb557c465f67f646c757 (patch)
treecd33c30da8325a36ec6f4dd2996a70912257a284 /msglog.h
parente3e8fb798456108ef56f10d6a1305bd3b5eb0543 (diff)
Clean up README and license headers
Diffstat (limited to 'msglog.h')
-rw-r--r--msglog.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/msglog.h b/msglog.h
index 6ab3982..43fe8f8 100644
--- a/msglog.h
+++ b/msglog.h
@@ -1,3 +1,22 @@
+/*
+ This file is part of telegram-purple
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+
+ Copyright Matthias Jentsch 2014
+*/
#include <stdarg.h>
void hexdump (int *in_ptr, int *in_end);