Commit 8340aa024f5d583d9bd09bf0a3c03ddf6c385e35

Thomas de Grivel 2022-11-27T06:47:17

readme

diff --git a/README.md b/README.md
index 4de0778..8beb752 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
 # C3
 
 C3 is a programming language project, inspired by C, Elixir and
-Common Lisp. It could be described as C with Elixir macros and pattern
-matching, and a semantic object system.
-
-The idea is to plug macros and pattern matching into C89 and use them to implement
-the graph database.
+Common Lisp. It could be described as C with Elixir macros, pattern
+matching, and a semantic object system. The idea is to plug macros and
+pattern matching into C89 and use them to implement the graph database.
 
 The garbage collector is optional, like in C.
 
@@ -68,18 +66,3 @@ Script interpreter. Under development.
      - & &1
      - defmodule
      - funcall
-
-
-## Copying
-
-Copyright 2022 kmx.io <contact@kmx.io>
-
-Permission is hereby granted to use this software granted
-the above copyright notice and this permission paragraph
-are included in all copies and substantial portions of this
-software.
-
-THIS SOFTWARE IS PROVIDED "AS-IS" WITHOUT ANY GUARANTEE OF
-PURPOSE AND PERFORMANCE. IN NO EVENT WHATSOEVER SHALL THE
-AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
-THIS SOFTWARE.