Remove "copyright" from examples/

Examples were relicensed (under permission from JJGR) to BSD-2-Clause a few
years back. We also remove Copyright from individual files to match the
convention that examples doesn't have that (whole codebase is under JJGR's
copyright too).
This commit is contained in:
Daniel Kochmanski 2018-08-10 07:36:02 +02:00
parent a7353369ea
commit 768eb27079
6 changed files with 0 additions and 54 deletions

View file

@ -1,11 +1,3 @@
;;; Copyright (c) 2005, Juan Jose Garcia-Ripoll
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
;;; License as published by the Free Software Foundation; either
;;; version 2 of the License, or (at your option) any later version.
;;;
;;; See file '../../Copyright' for full details.
;;;
;;; This an extremely simple example of how to build standalone programs and
;;; unified fasl files from a system definition file. You should peruse this

View file

@ -1,11 +1,3 @@
;;; Copyright (c) 2006, Juan Jose Garcia Ripoll.
;;;
;;; ECL is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
;;; License as published by the Free Software Foundation; either
;;; version 2 of the License, or (at your option) any later version.
;;;
;;; See file '../Copyright' for full details.
(ffi::clines "extern const char *hello_string;")

View file

@ -1,11 +1,2 @@
/* Copyright (c) 2006, Juan Jose Garcia Ripoll.
*
* ECL is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* See file '../Copyright' for full details.
*/
const char *hello_string = "Hello world!";

View file

@ -1,12 +1,3 @@
;;; Copyright (c) 2006, Juan Jose Garcia Ripoll.
;;;
;;; ECL is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
;;; License as published by the Free Software Foundation; either
;;; version 2 of the License, or (at your option) any later version.
;;;
;;; See file '../Copyright' for full details.
;;;
;;; DESCRIPTION:
;;;

View file

@ -1,16 +1,6 @@
/*
import.c -- Execute Lisp code from C-generated threads
*/
/*
Copyright (c) 2005, Juan Jose Garcia Ripoll.
ECL is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
See file '../Copyright' for full details.
*/
#include <stdlib.h>
#include <stdio.h>

View file

@ -1,16 +1,6 @@
/*
import.c -- Execute Lisp code from C-generated threads
*/
/*
Copyright (c) 2005, Juan Jose Garcia Ripoll.
ECL is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
See file '../Copyright' for full details.
*/
#include <stdlib.h>
#include <stdio.h>