mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
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:
parent
a7353369ea
commit
768eb27079
6 changed files with 0 additions and 54 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;")
|
||||
|
||||
|
|
|
|||
|
|
@ -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!";
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
;;;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue