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 f7531c2 commit a6441af
Show file tree
Hide file tree
Showing 33 changed files with 9 additions and 207 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2014 Nicolas Hafner
Copyright (c) 2014 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 account.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *account/settings* "https://api.twitter.com/1.1/account/settings.json")
Expand Down
6 changes: 0 additions & 6 deletions blocks.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *blocks/list* "https://api.twitter.com/1.1/blocks/list.json")
Expand Down
12 changes: 2 additions & 10 deletions chirp-core.asd
@@ -1,16 +1,8 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#



(asdf:defsystem chirp-core
:version "0.2.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 "Core component of the chirp twitter client, excluding the backend."
:serial T
:components ((:file "package")
Expand Down
12 changes: 2 additions & 10 deletions chirp-dexador.asd
@@ -1,16 +1,8 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#



(asdf:defsystem chirp-dexador
:version "0.2.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 "Chirp Twitter client using Dexador as backend."
:serial T
:components ((:file "dexador"))
Expand Down
10 changes: 2 additions & 8 deletions chirp-drakma.asd
@@ -1,14 +1,8 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(asdf:defsystem chirp-drakma
:version "0.2.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 "Chirp Twitter client using Drakma as backend."
:serial T
:components ((:file "drakma"))
Expand Down
12 changes: 2 additions & 10 deletions chirp.asd
@@ -1,16 +1,8 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#



(asdf:defsystem chirp
:version "0.2.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 "Chirp Twitter client featuring full API coverage."
:homepage "https://shinmera.github.io/chirp/"
:bug-tracker "https://github.com/Shinmera/chirp/issues"
Expand Down
6 changes: 0 additions & 6 deletions collections.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *collections/entries* "https://api.twitter.com/1.1/collections/entries.json")
Expand Down
6 changes: 0 additions & 6 deletions cursor.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

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

(in-package #:org.tymoonnext.chirp)

(defun parameters->string (params)
Expand Down
6 changes: 0 additions & 6 deletions direct-messages.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *direct-messages/* "https://api.twitter.com/1.1/direct_messages.json")
Expand Down
6 changes: 0 additions & 6 deletions documentation.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(defpackage #:org.tymoonnext.chirp.doc
(:use #:cl #:lquery #:lquery-doc)
(:nicknames #:chirp-doc)
Expand Down
6 changes: 0 additions & 6 deletions drakma.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defun perform-request (uri &rest params)
Expand Down
6 changes: 0 additions & 6 deletions entities.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

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

(in-package #:org.tymoonnext.chirp)

(defvar *favorites/list* "https://api.twitter.com/1.1/favorites/list.json")
Expand Down
6 changes: 0 additions & 6 deletions friends.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *connection-values* '(:following :following-requested :followed-by :blocking :none)
Expand Down
6 changes: 0 additions & 6 deletions generics.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defgeneric fetch-user (object)
Expand Down
6 changes: 0 additions & 6 deletions help.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *help/configuration* "https://api.twitter.com/1.1/help/configuration.json")
Expand Down
6 changes: 0 additions & 6 deletions indent.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *indentation-hints* (make-hash-table :test #'eq))
Expand Down
6 changes: 0 additions & 6 deletions lists.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *lists/list* "https://api.twitter.com/1.1/lists/list.json")
Expand Down
6 changes: 0 additions & 6 deletions location.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *geo/id* "https://api.twitter.com/1.1/geo/id/~a.json")
Expand Down
6 changes: 0 additions & 6 deletions media.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *media/upload* "https://upload.twitter.com/1.1/media/upload.json")
Expand Down
6 changes: 0 additions & 6 deletions oauth.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

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

(format *error-output* "~&
┌───────────────────────────────────────────────────────────────────┐
│ !! Twitter is an alt-right recruitment platform !! │
Expand Down
6 changes: 0 additions & 6 deletions saved-searches.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *saved-searches/list* "https://api.twitter.com/1.1/saved_searches/list.json")
Expand Down
6 changes: 0 additions & 6 deletions search.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *search/tweets* "https://api.twitter.com/1.1/search/tweets.json")
Expand Down
6 changes: 0 additions & 6 deletions statuses.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *statuses/retweets* "https://api.twitter.com/1.1/statuses/retweets/~a.json")
Expand Down
6 changes: 0 additions & 6 deletions stream.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *stream/statuses/filter* "https://stream.twitter.com/1.1/statuses/filter.json")
Expand Down
6 changes: 0 additions & 6 deletions suggestions.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *users/suggestions/slug* "https://api.twitter.com/1.1/users/suggestions/~a.json")
Expand Down
6 changes: 0 additions & 6 deletions timelines.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *statuses/mentions-timeline* "https://api.twitter.com/1.1/statuses/mentions_timeline.json")
Expand Down
6 changes: 0 additions & 6 deletions toolkit.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defconstant +unix-epoch-difference+ (encode-universal-time 0 0 0 1 1 1970 0) "The universal to unix time difference in seconds.")
Expand Down
6 changes: 0 additions & 6 deletions trends.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *trends/place* "https://api.twitter.com/1.1/trends/place.json")
Expand Down
6 changes: 0 additions & 6 deletions user.lisp
@@ -1,9 +1,3 @@
#|
This file is a part of Chirp
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#

(in-package #:org.tymoonnext.chirp)

(defvar *users/lookup* "https://api.twitter.com/1.1/users/lookup.json")
Expand Down

0 comments on commit a6441af

Please sign in to comment.