branch: externals/osm
commit cb191d426f1ac387e6d1895cd7fb4a79ad81762b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Version 0.2
---
README.org | 9 +++++++++
osm-ol.el | 2 +-
osm.el | 6 +++---
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 03ca23fb60..154db05848 100644
--- a/README.org
+++ b/README.org
@@ -7,6 +7,10 @@
#+texinfo_dir_desc: OpenStreetMap viewer for Emacs
#+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs"
src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
+#+html: <a href="http://elpa.gnu.org/packages/osm.html"><img alt="GNU ELPA"
src="https://elpa.gnu.org/packages/osm.svg"/></a>
+#+html: <a href="http://elpa.gnu.org/devel/osm.html"><img alt="GNU-devel ELPA"
src="https://elpa.gnu.org/devel/osm.svg"/></a>
+#+html: <a href="https://melpa.org/#/osm"><img alt="MELPA"
src="https://melpa.org/packages/osm-badge.svg"/></a>
+#+html: <a href="https://stable.melpa.org/#/osm"><img alt="MELPA Stable"
src="https://stable.melpa.org/packages/osm-badge.svg"/></a>
[[https://github.com/minad/osm/blob/screenshots/osm.png?raw=true]]
(Map tiles © https://opentopomap.org, https://openstreetmap.org)
@@ -90,3 +94,8 @@ There have been other attempts at map viewers in Emacs before.
- https://github.com/ruediger/osm-mode
- https://github.com/svenssonjoel/Emacs-OSM
- https://github.com/jd/google-maps.el
+
+* Contributions
+
+Since this package is part of [[http://elpa.gnu.org/packages/osm.html][GNU
ELPA]] contributions require a copyright
+assignment to the FSF.
diff --git a/osm-ol.el b/osm-ol.el
index 96a4e4fed4..b3f586924a 100644
--- a/osm-ol.el
+++ b/osm-ol.el
@@ -1,6 +1,6 @@
;;; osm-ol.el --- Org links for `osm-mode' -*- lexical-binding: t -*-
-;; Copyright (C) 2022 Daniel Mendler
+;; Copyright (C) 2022 Free Software Foundation, Inc.
;; This file is not part of GNU Emacs.
diff --git a/osm.el b/osm.el
index 7682b072af..43ac22bd3b 100644
--- a/osm.el
+++ b/osm.el
@@ -1,11 +1,11 @@
;;; osm.el --- OpenStreetMap viewer -*- lexical-binding: t -*-
-;; Copyright (C) 2022 Daniel Mendler
+;; Copyright (C) 2022 Free Software Foundation, Inc.
;; Author: Daniel Mendler <[email protected]>
+;; Maintainer: Daniel Mendler <[email protected]>
;; Created: 2022
-;; License: GPL-3.0-or-later
-;; Version: 0.1
+;; Version: 0.2
;; Package-Requires: ((emacs "27.1"))
;; Homepage: https://github.com/minad/osm