From f1d447d1aaa39daadc3c93a13c9c1bec1abe708c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 31 Jan 2010 11:23:23 +0100 Subject: [PATCH] Fixed core_pe's c modules licence notices. --- core_pe/modules/block.c | 4 ++++ core_pe/modules/cache.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/core_pe/modules/block.c b/core_pe/modules/block.c index 968d7ae7..e4165480 100644 --- a/core_pe/modules/block.c +++ b/core_pe/modules/block.c @@ -1,6 +1,10 @@ /* Created By: Virgil Dupras * Created On: 2010-01-30 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) + * + * This software is licensed under the "HS" License as described in the "LICENSE" file, + * which should be included with this package. The terms are also available at + * http://www.hardcoded.net/licenses/hs_license */ #define PY_SSIZE_T_CLEAN diff --git a/core_pe/modules/cache.c b/core_pe/modules/cache.c index 5f4f4edb..1a34178c 100644 --- a/core_pe/modules/cache.c +++ b/core_pe/modules/cache.c @@ -1,12 +1,13 @@ /* Created By: Virgil Dupras * Created On: 2010-01-30 * Copyright 2010 Hardcoded Software (http://www.hardcoded.net) + * + * This software is licensed under the "HS" License as described in the "LICENSE" file, + * which should be included with this package. The terms are also available at + * http://www.hardcoded.net/licenses/hs_license */ #define PY_SSIZE_T_CLEAN #include "Python.h" -#include "structmember.h" -#include "stdio.h" -#include "stdlib.h" /* I know that there strtol out there, but it requires a pointer to * a char, which would in turn require me to buffer my chars around,