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 5101ca7 commit c18623a
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 63 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 common.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.font-discovery)

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

(in-package #:org.shirakumo.font-discovery)

(cffi:define-foreign-library foundation
Expand Down
6 changes: 0 additions & 6 deletions directwrite.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.font-discovery)

(cffi:define-foreign-library directwrite
Expand Down
6 changes: 0 additions & 6 deletions documentation.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.font-discovery)

;; common.lisp
Expand Down
10 changes: 2 additions & 8 deletions font-discovery.asd
@@ -1,14 +1,8 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem font-discovery
: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 "Find system font files matching a font spec."
:homepage "https://github.com/Shinmera/font-discovery"
:serial T
Expand Down
6 changes: 0 additions & 6 deletions fontconfig.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.font-discovery)

(cffi:define-foreign-library fontconfig
Expand Down
6 changes: 0 additions & 6 deletions linux.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.font-discovery)

(defvar *config*)
Expand Down
6 changes: 0 additions & 6 deletions macos.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.shirakumo.font-discovery)

(defvar *init* NIL)
Expand Down
6 changes: 0 additions & 6 deletions package.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of font-discovery
(c) 2019 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(in-package #:org.shirakumo.font-discovery)

(defvar *factory*)
Expand Down

0 comments on commit c18623a

Please sign in to comment.