Skip to content

Commit

Permalink
chore: Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 1, 2024
1 parent ea7fe1a commit ad23e5a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion openai-audio.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-audio.el --- -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-chat.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-chat.el --- -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-completion.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-completion.el --- Create completion with OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-edit.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-edit.el --- Edit presented documents with OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-embedding.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-embedding.el --- Create embeddings with OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-engine.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-engine.el --- Control engines with OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-file.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-file.el --- Control files in OpenAI -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-fine-tune.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-fine-tune.el --- Control fine-tunes with OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-image.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-image.el --- Create image with OpenAI -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-model.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-model.el --- List and describe the various models available in the OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai-moderation.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai-moderation.el --- Classifies if text violates OpenAI's Content Policy -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion openai.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; openai.el --- Elisp library for the OpenAI API -*- lexical-binding: t; -*-

;; Copyright (C) 2023 Shen, Jen-Chieh
;; Copyright (C) 2023-2024 Shen, Jen-Chieh

;; Author: Shen, Jen-Chieh <[email protected]>
;; Maintainer: Shen, Jen-Chieh <[email protected]>
Expand Down

0 comments on commit ad23e5a

Please sign in to comment.