Initial commit

Signed-off-by: Athenas Jimenez <athenas.jimenez.gonzalez@intel.com>
This commit is contained in:
Athenas Jimenez
2019-10-30 18:41:22 +00:00
commit 94bb9a8dc5
9 changed files with 587 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
/*
* usrbinjava -- java wrapper
*
* Copyright (C) 2015 Intel Corporation.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3, with OpenSSL-exception.
*
* Alternatively, you can chose to redistribute and/or modifiy this
* software under the terms of the Apache-2.0 license as published
* by the Apache Software Foundation.
*
* If you want to contribute code to this project using only one,
* instead of both, of these licenses, you need to remove the other
* license text from this file as part of your contribution.
*
* 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Likewise, you should have received a copy of the Apache-2.0 license,
* which can also be found at http://www.apache.org/licenses/LICENSE-2.0
*
* Authors:
* Arjan van de Ven <arjan@linux.intel.com>
*
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <assert.h>