diff --git a/README.org b/README.org index 3c22ee0..c66096f 100644 --- a/README.org +++ b/README.org @@ -260,9 +260,9 @@ However, note that ~matrix-client~ is a more mature client and is very reliable :TOC: :depth 0 :END: -** 0.1-pre +** 0.1 -Yet to be released. +After almost two years of development, the first tagged release. Submitted to GNU ELPA. * COMMENT Credits diff --git a/ement-api.el b/ement-api.el index 56c19f1..db2f66f 100644 --- a/ement-api.el +++ b/ement-api.el @@ -1,9 +1,9 @@ ;;; ement-api.el --- Matrix API library -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-lib.el b/ement-lib.el index 78a886b..606cc58 100644 --- a/ement-lib.el +++ b/ement-lib.el @@ -1,8 +1,9 @@ ;;; ement-lib.el --- Library of Ement functions -*- lexical-binding: t; -*- -;; Copyright (C) 2022 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-macros.el b/ement-macros.el index 54abdd7..9d96080 100644 --- a/ement-macros.el +++ b/ement-macros.el @@ -1,9 +1,9 @@ ;;; ement-macros.el --- Ement macros -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-notify.el b/ement-notify.el index 549aa04..6107531 100644 --- a/ement-notify.el +++ b/ement-notify.el @@ -1,9 +1,9 @@ ;;; ement-notify.el --- Notifications for Ement events -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-room-list.el b/ement-room-list.el index 705b937..53ada7e 100644 --- a/ement-room-list.el +++ b/ement-room-list.el @@ -1,9 +1,9 @@ ;;; ement-room-list.el --- Ement room list buffer -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-room.el b/ement-room.el index e82bcd5..1970a8f 100644 --- a/ement-room.el +++ b/ement-room.el @@ -1,9 +1,9 @@ ;;; ement-room.el --- Ement room buffers -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-structs.el b/ement-structs.el index 5f70a77..d80a7bf 100644 --- a/ement-structs.el +++ b/ement-structs.el @@ -1,9 +1,9 @@ ;;; ement-structs.el --- Ement structs -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement-taxy.el b/ement-taxy.el index f45a919..de844b7 100644 --- a/ement-taxy.el +++ b/ement-taxy.el @@ -1,8 +1,9 @@ ;;; ement-taxy.el --- List Ement rooms with Taxy -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter +;; Maintainer: Adam Porter ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ement.el b/ement.el index a78c7ec..00ce097 100644 --- a/ement.el +++ b/ement.el @@ -1,12 +1,13 @@ ;;; ement.el --- Matrix client -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Adam Porter +;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Adam Porter -;; Keywords: comm +;; Maintainer: Adam Porter ;; URL: https://github.com/alphapapa/ement.el -;; Package-Version: 0.1-pre +;; Version: 0.1 ;; Package-Requires: ((emacs "27.1") (map "2.1") (plz "0.2") (taxy "0.9") (taxy-magit-section "0.9") (svg-lib "0.2.5") (transient "0.3.7")) +;; Keywords: comm ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by