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 41771bf commit 369fab2
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 45 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Nicolas Hafner
Copyright (c) 2016 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
10 changes: 2 additions & 8 deletions cl-out123.asd
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#|
This file is a part of cl-out123
(c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem cl-out123
: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 "Bindings to libout123, providing cross-platform audio output."
:homepage "https://Shirakumo.github.io/cl-out123/"
:bug-tracker "https://github.com/Shirakumo/cl-out123/issues"
Expand Down
6 changes: 0 additions & 6 deletions conditions.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of cl-out123
(c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(define-condition output-error (error)
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 cl-out123
(c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

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

(in-package #:org.shirakumo.fraf.out123.cffi)

(defvar *here* #.(or *compile-file-pathname* *load-pathname* *default-pathname-defaults*))
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 cl-out123
(c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:cl-user)
(defpackage #:cl-out123-cffi
(:nicknames #:org.shirakumo.fraf.out123.cffi)
Expand Down
6 changes: 0 additions & 6 deletions toolkit.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of cl-out123
(c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(defmacro with-foreign-values (bindings &body body)
Expand Down
6 changes: 0 additions & 6 deletions wrapper.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of cl-out123
(c) 2016 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(defun dispose-handle (handle thread &key (delete T))
Expand Down

0 comments on commit 369fab2

Please sign in to comment.