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 f4958d9 commit dd96585
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 64 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Nicolas Hafner
Copyright (c) 2017 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 bus.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of cl-soloud
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(define-internal-source bus ()
Expand Down
11 changes: 2 additions & 9 deletions cl-soloud.asd
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
#|
This file is a part of cl-out123
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#


(asdf:defsystem cl-soloud
: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 SoLoud, a multi-platform, multi-backend, minimal dependencies sound mixing and output library"
:homepage "https://Shirakumo.github.io/cl-soloud/"
:bug-tracker "https://github.com/Shirakumo/cl-soloud/issues"
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-soloud
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

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

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

(defclass filter (c-backed-object)
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-soloud
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(defvar *here* #.(or *compile-file-pathname* *load-pathname* *default-pathname-defaults*))
Expand Down
6 changes: 0 additions & 6 deletions mp3.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#|
This file is a part of cl-soloud
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(defclass mp3-source (virtual-source)
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-soloud
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

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

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

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

(defun decode-audio-source-flags (flags)
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-soloud
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

(defvar *c-object-table* (tg:make-weak-hash-table :test 'eql :weakness :value))
Expand Down

0 comments on commit dd96585

Please sign in to comment.