Skip to content

Commit

Permalink
adjusted licensing, tested on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
CapelliC committed Sep 20, 2016
1 parent c587d19 commit 36b1616
Show file tree
Hide file tree
Showing 89 changed files with 371 additions and 460 deletions.
9 changes: 3 additions & 6 deletions actios.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#include "stdafx.h"
#include "iafx.h"
Expand Down
9 changes: 3 additions & 6 deletions actios.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#ifndef _ACTIOS_H_
#define _ACTIOS_H_
Expand Down
9 changes: 3 additions & 6 deletions argali.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#include "stdafx.h"
#include "defsys.h"
Expand Down
9 changes: 3 additions & 6 deletions argali.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#ifndef _ARGALI_H_
#define _ARGALI_H_
Expand Down
5 changes: 4 additions & 1 deletion aritval.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,6 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/


#ifndef _ARITVAL_H_
#define _ARITVAL_H_

Expand Down
9 changes: 3 additions & 6 deletions binlib.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

///////////////////////
// binary library data
Expand Down
9 changes: 3 additions & 6 deletions binlib.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#ifndef _BINLIB_H_
#define _BINLIB_H_
Expand Down
9 changes: 3 additions & 6 deletions binstr.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#include "stdafx.h"
#include "binstr.h"
Expand Down
9 changes: 3 additions & 6 deletions binstr.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#ifndef _BINSTR_H_
#define _BINSTR_H_
Expand Down
9 changes: 3 additions & 6 deletions btarit.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//---------------------
// arithmetic builtins
Expand Down
9 changes: 3 additions & 6 deletions btclass.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//------------------------------
// term classification builtins
Expand Down
9 changes: 3 additions & 6 deletions btcmp.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//---------------------
// comparison builtins
Expand Down
9 changes: 3 additions & 6 deletions btdb.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//--------------------
// database interface
Expand Down
9 changes: 3 additions & 6 deletions bterr.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#define BTERR_REQ_INT_ARG 100
#define BTERR_NOT_VALID_VAR 101
Expand Down
9 changes: 3 additions & 6 deletions btexec.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//-------------------
// execution control
Expand Down
9 changes: 3 additions & 6 deletions btil.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

////////////////////////////////////////////////////
// my engine object model
Expand Down
9 changes: 3 additions & 6 deletions btil.h
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

#ifndef _BTIL_H_
#define _BTIL_H_
Expand Down
9 changes: 3 additions & 6 deletions btio.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//-----------------------
// IO oriented operation
Expand Down
9 changes: 3 additions & 6 deletions btmath.cpp
@@ -1,5 +1,7 @@

/*
IL : Prolog interpreter
IL : Intlog Language
Object Oriented Prolog Project
Copyright (C) 1992-2016 - Ing. Capelli Carlo
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,11 +19,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/

/*
Intlog Language
Object Oriented Prolog Project
Ing. Capelli Carlo - Brescia
*/

//--------------
// math builtins
Expand Down

0 comments on commit 36b1616

Please sign in to comment.