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 03d1bed commit 0c3aa8d
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 65 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2019 Nicolas Hafner
Copyright (c) 2019 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 compile.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-14
(c) 20114 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(defpackage #:org.shirakumo.alloy.uax-9.compiler
(:use #:cl)
(:local-nicknames
Expand Down
6 changes: 0 additions & 6 deletions database.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.alloy.uax-9)

(defvar *here* #.(make-pathname :name NIL :type NIL :defaults
Expand Down
6 changes: 0 additions & 6 deletions documentation.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.alloy.uax-9)

(docs:define-docs
Expand Down
6 changes: 0 additions & 6 deletions isolating-run-sequence.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.alloy.uax-9)

(defstruct (seq (:constructor make-seq (indices types levels level sos eos))
Expand Down
6 changes: 0 additions & 6 deletions package.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(defpackage #:org.shirakumo.alloy.uax-9
(:use #:cl)
(:shadow #:class)
Expand Down
6 changes: 0 additions & 6 deletions status-stack.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.alloy.uax-9)

(declaim (inline make-status-stack))
Expand Down
6 changes: 0 additions & 6 deletions test.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(defpackage #:org.shirakumo.alloy.uax-9.test
(:use #:cl #:parachute)
(:shadow #:test)
Expand Down
10 changes: 2 additions & 8 deletions uax-9-test.asd
@@ -1,14 +1,8 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem uax-9-test
: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 "Test system for UAX-9."
:homepage "https://github.com/Shinmera/uax-9"
:bug-tracker "https://github.com/Shinmera/uax-9/issues"
Expand Down
10 changes: 2 additions & 8 deletions uax-9.asd
@@ -1,14 +1,8 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem uax-9
: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 "Implementation of the Unicode Standards Annex #9's bidirectional text algorithm"
:homepage "https://github.com/Shinmera/uax-9"
:bug-tracker "https://github.com/Shinmera/uax-9/issues"
Expand Down
6 changes: 0 additions & 6 deletions uax-9.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of UAX-9
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.alloy.uax-9)

(defun bidi-string-p (string)
Expand Down

0 comments on commit 0c3aa8d

Please sign in to comment.