Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jul 3, 2023
1 parent e4fe23f commit 8cf13e4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Nicolas Hafner
Copyright (c) 2018 Yukari Hafner

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
6 changes: 0 additions & 6 deletions documentation.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of Terrable
(c) 2018 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.fraf.terrable)

(docs:define-docs
Expand Down
6 changes: 0 additions & 6 deletions package.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of Terrable
(c) 2018 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(defpackage #:terrable
(:nicknames #:org.shirakumo.fraf.terrable)
(:use #:cl)
Expand Down
10 changes: 2 additions & 8 deletions terrable.asd
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#|
This file is a part of Terrable
(c) 2018 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem terrable
:version "1.0.0"
:license "zlib"
:author "Nicolas Hafner <shinmera@tymoon.eu>"
:maintainer "Nicolas Hafner <shinmera@tymoon.eu>"
:author "Yukari Hafner <shinmera@tymoon.eu>"
:maintainer "Yukari Hafner <shinmera@tymoon.eu>"
:description "Terragen TER file format reader"
:homepage "https://github.com/Shirakumo/terrable"
:serial T
Expand Down
6 changes: 0 additions & 6 deletions terrable.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of Terrable
(c) 2018 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.fraf.terrable)

(define-condition terrable-condition (condition)
Expand Down

0 comments on commit 8cf13e4

Please sign in to comment.