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 d094d33 commit 852aebe
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -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
10 changes: 2 additions & 8 deletions cl-flac.asd
@@ -1,14 +1,8 @@
#|
This file is a part of cl-flac
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem cl-flac
: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 libflac, a simple FLAC decoding library"
:homepage "https://Shirakumo.github.io/cl-flac/"
:bug-tracker "https://github.com/Shirakumo/cl-flac/issues"
Expand Down
6 changes: 0 additions & 6 deletions documentation.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of cl-flac
(c) 2017 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

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

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

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

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

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

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

(define-condition flac-error (error)
Expand Down

0 comments on commit 852aebe

Please sign in to comment.