branch: elpa/emacsql
commit c9854331c05a1bea818ea55a4f1f9327a1094f42
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Add (un)license header.
---
 emacsql.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/emacsql.el b/emacsql.el
index 865930eb68..8f23aeb8ee 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -1,5 +1,10 @@
 ;;; emacsql.el --- SQL database built on SQLite -*- lexical-binding: t; -*-
 
+;; This is free and unencumbered software released into the public domain.
+
+;; Author: Christopher Wellons <well...@nullprogram.com>
+;; URL: https://github.com/skeeto/emacsql
+
 ;;; Commentary:
 
 ;; The purpose of this package is to provide a high-level Elisp

Reply via email to