adding license

This commit is contained in:
Andreas Abel
2019-02-20 16:02:56 +01:00
parent 538e588a76
commit 52c7c22141
4 changed files with 44 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
// nanoBench
//
// Copyright (C) 2019 Andreas Abel
//
// This program is free software: you can redistribute it and/or modify it under the terms of version 3 of the GNU Affero General Public License.
//
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>