Changeset 1449

Show
Ignore:
Timestamp:
11/29/07 20:52:09 (9 months ago)
Author:
jose
Message:

explicitly cover things under the GPLv2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/ActiveX.py

    r1444 r1449  
    11#!/usr/bin/env python 
     2 
     3# This software is licensed under the GPLv2.  
     4# 
     5# copyright (c) 2007 Jose Nazario <jose@monkey.org>, all rights reserved 
    26 
    37import os 
     
    189193        self.classname = 'BitDefender' 
    190194        self.cve_id = ('CVE-2007-5775', ) 
    191         self.descriptin = 'BitDefender Online Scanner ActiveX Control' 
     195        self.description = 'BitDefender Online Scanner ActiveX Control' 
  • phoneyc/honeyclient.py

    r1445 r1449  
    11#!/usr/bin/env python 
     2 
     3# This software is licensed under the GPLv2.  
     4# 
     5# copyright (c) 2007 Jose Nazario <jose@monkey.org>, all rights reserved 
    26 
    37# TODO 
  • phoneyc/honeywalk.py

    r1444 r1449  
    11#!/usr/bin/env python 
     2 
     3# This software is licensed under the GPLv2.  
     4# 
     5# copyright (c) 2007 Jose Nazario <jose@monkey.org>, all rights reserved 
    26 
    37from honeyclient import *