From ff6728129e84216ab7bcb30b3060bbdfced77451 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Fri, 24 Nov 2017 10:05:59 +0100 Subject: [PATCH] fix license & copyright --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7c6991..bdda372 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2016 RadicallyOpenSecurity B.V. +# Copyright 2017 RadicallyOpenSecurity B.V. import os @@ -30,7 +30,7 @@ SETUP = { 'chatops/python/pentext_id.py', 'chatops/python/validate_report.py', ], - # 'license': "Apache 2.0 (ASL)", + 'license': "GPLv3", 'long_description': open('README.md').read(), 'description': 'PenText system ', }