OSDN Git Service

inputs.lisp: better input system for mouse
[rulp/rulp.git] / parameters.lisp
index dcaf388..2400c14 100644 (file)
@@ -1,11 +1,19 @@
-;;; parameters, these are automatically generated in compile time
-;;;
-;;; when the system is executed with no compilation you will find unknown
-;;; in place of the real thing, don't worry, the system is constantly
-;;; tested and used in unknow mode
-;;;
-;;; If you have any trouble compiling just contact me on the project
-;;; page osdn.net/projects/rulp/
+;;;; Ru*** roLeplay Playground virtual tabletop
+;;;; Copyright (C) 2022  Zull
+;;;;
+;;;; This program is free software: you can redistribute it and/or modify
+;;;; it under the terms of the GNU General Public License as published by
+;;;; the Free Software Foundation, either version 3 of the License, or
+;;;; (at your option) any later version.
+;;;;
+;;;; This program is distributed in the hope that it will be useful,
+;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;;; GNU General Public License for more details.
+;;;;
+;;;; You should have received a copy of the GNU General Public License
+;;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+
 (defpackage parameters
   (:use :cl)
   (:export +rulp-version+ +rulp-type+ +rulp-system+ *rulp-share* *rulp-local*))