Commit 3c17fb33d88868d01cbab94d5fa0647cd35b13d5

Thomas de Grivel 2018-05-29T10:57:01

copyright

diff --git a/package.lisp b/package.lisp
index 7b58bb0..3f46cb4 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,3 +1,7 @@
+;;
+;;  Thot - http web server
+;;  Copyright 2017,2018 Thomas de Grivel <thoxdg@gmail.com> 0614550127
+;;
 
 (in-package :common-lisp)
 
diff --git a/thot-epoll.lisp b/thot-epoll.lisp
index 8d3792c..11dfd56 100644
--- a/thot-epoll.lisp
+++ b/thot-epoll.lisp
@@ -1,3 +1,7 @@
+;;
+;;  Thot - http web server
+;;  Copyright 2017,2018 Thomas de Grivel <thoxdg@gmail.com> 0614550127
+;;
 
 (in-package :thot)
 
diff --git a/thot-simple.lisp b/thot-simple.lisp
index fcc70e3..b9a058f 100644
--- a/thot-simple.lisp
+++ b/thot-simple.lisp
@@ -1,3 +1,7 @@
+;;
+;;  Thot - http web server
+;;  Copyright 2017,2018 Thomas de Grivel <thoxdg@gmail.com> 0614550127
+;;
 
 (in-package :thot)
 
diff --git a/thot-threaded.lisp b/thot-threaded.lisp
index 8ac5880..1c5dd07 100644
--- a/thot-threaded.lisp
+++ b/thot-threaded.lisp
@@ -1,3 +1,7 @@
+;;
+;;  Thot - http web server
+;;  Copyright 2017,2018 Thomas de Grivel <thoxdg@gmail.com> 0614550127
+;;
 
 (in-package :thot)
 
diff --git a/thot.asd b/thot.asd
index a8ef4bc..7a5ecac 100644
--- a/thot.asd
+++ b/thot.asd
@@ -1,3 +1,7 @@
+;;
+;;  Thot - http web server
+;;  Copyright 2017,2018 Thomas de Grivel <thoxdg@gmail.com> 0614550127
+;;
 
 (in-package :common-lisp-user)
 
diff --git a/thot.lisp b/thot.lisp
index 3670b91..632c8d1 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -1,3 +1,7 @@
+;;
+;;  Thot - http web server
+;;  Copyright 2017,2018 Thomas de Grivel <thoxdg@gmail.com> 0614550127
+;;
 
 (in-package :thot)