|
Revision 4662, 0.9 KB
(checked in by pmoura, 5 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | The examples in this folder are adapted from the Logic&Objects system |
|---|
| 13 | by Francis G. McCabe. Detailed descriptions and the original source |
|---|
| 14 | code can be found on the McCabe's "Logic and Objects" book, published |
|---|
| 15 | by Prentice Hall. |
|---|
| 16 | |
|---|
| 17 | Note that, as Logtalk lacks the functional notation found on the |
|---|
| 18 | Logic&Objects system, my adaptation of the book examples may have |
|---|
| 19 | introduced some bugs not present in the original code. |
|---|