From 85b4c41dcd1aa8f37e79c5e45fe57b9c0a1d5099 Mon Sep 17 00:00:00 2001 From: nanotube Date: Mon, 20 Aug 2007 04:58:18 +0000 Subject: [PATCH] add gpl license block to the top of the file --- keylogger.pyw | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/keylogger.pyw b/keylogger.pyw index d7b2a8c..0b1b5f0 100644 --- a/keylogger.pyw +++ b/keylogger.pyw @@ -1,3 +1,25 @@ +############################################################################## +## +## PyKeylogger: Simple Python Keylogger for Windows +## Copyright (C) 2007 nanotube@users.sf.net +## +## http://pykeylogger.sourceforge.net/ +## +## 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 3 +## 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, see . +## +############################################################################## + import pyHook import time import pythoncom -- 2.45.1