From b9b0d5962c923c0087e44cd68b5a58d09a564d7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Sep 2018 12:30:51 +0200 Subject: Remove autowaf.py header in line with the other waf extras This removes an old GPL license statement, which was simply an oversight. This file has the same license as the rest of waf (3-clause BSD). I am the original author of all of the code in this file. --- extras/autowaf.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extras/autowaf.py b/extras/autowaf.py index d6b1219..b54c9a4 100644 --- a/extras/autowaf.py +++ b/extras/autowaf.py @@ -1,11 +1,3 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# -# Autowaf, useful waf utilities with support for recursive projects -# Copyright 2008-2016 David Robillard -# -# Licensed under the GNU GPL v2 or later, see COPYING file for details. - import glob import os import subprocess -- cgit v1.2.1