From e6d675427ec37971fbd2ae087089fc67f914efe3 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 9 Oct 2013 10:36:15 +0200 Subject: [PATCH] Add a license --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a2fc815..60210d6 100644 --- a/composer.json +++ b/composer.json @@ -3,5 +3,6 @@ "type": "library", "description": "Extracting pe headers from exe files", "keywords": ["exe","pe"], + "license": "MIT", "homepage": "https://github.com/enko/pe-header-extract" } \ No newline at end of file