emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/crdt 13304af 74/80: Update copyright, assign version nu


From: ELPA Syncer
Subject: [elpa] externals/crdt 13304af 74/80: Update copyright, assign version number
Date: Sat, 28 Aug 2021 10:57:45 -0400 (EDT)

branch: externals/crdt
commit 13304afa1ae36c492ced14bb800b1988e701259c
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>

    Update copyright, assign version number
---
 crdt.el | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/crdt.el b/crdt.el
index 68b94fa..fa98f36 100644
--- a/crdt.el
+++ b/crdt.el
@@ -1,24 +1,27 @@
 ;;; crdt.el --- collaborative editing using Conflict-free Replicated Data 
Types  -*- lexical-binding: t; -*-
-;;
-;; Copyright (C) 2020 Qiantan Hong
-;;
+
+;; Copyright (C) 2021 Free Software Foundation, Inc.
+
 ;; Author: Qiantan Hong <qhong@alum.mit.edu>
 ;; Maintainer: Qiantan Hong <qhong@alum.mit.edu>
+;; URL: https://code.librehq.com/qhong/crdt.el
 ;; Keywords: collaboration crdt
-;; Version: 0.0.0
-;;
-;; crdt.el is free software: you can redistribute it and/or modify
+;; Version: 0.1.0
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
-;;
-;; crdt.el is distributed in the hope that it will be useful,
+
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;;
+
 ;; You should have received a copy of the GNU General Public License
-;; along with crdt.el.  If not, see <https://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;; This package provides a collaborative editing environment for Emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]