diff mbox series

[bug#57069,v3,3/4] etc: Add tempel snippet for license:.

Message ID 20220812085851.12104-3-ngraves@ngraves.fr
State Accepted
Headers show
Series [bug#57069,v3,1/4] etc: Add tempel snippets. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Nicolas Graves Aug. 12, 2022, 8:58 a.m. UTC
---
 etc/snippets/tempel/scheme-mode | 117 ++++++++++++++++++++++++++++++++
 1 file changed, 117 insertions(+)
diff mbox series

Patch

diff --git a/etc/snippets/tempel/scheme-mode b/etc/snippets/tempel/scheme-mode
index 34625420be..1a354923fa 100644
--- a/etc/snippets/tempel/scheme-mode
+++ b/etc/snippets/tempel/scheme-mode
@@ -122,3 +122,120 @@  scheme-mode
                            "delete ")
                          nil t))
  " '" q "))" )
+
+(license:
+ "license:"
+ (p (completing-read "license:"
+                     '("agpl1"
+                       "agpl3"
+                       "agpl3+"
+                       "apsl2"
+                       "asl1.1"
+                       "asl2.0"
+                       "boost1.0"
+                       "bsd-0"
+                       "bsd-1"
+                       "bsd-2"
+                       "bsd-3"
+                       "bsd-4"
+                       "non-copyleft"
+                       "cc0"
+                       "cc-by-sa4.0"
+                       "cc-by-sa3.0"
+                       "cc-by-sa2.0"
+                       "cc-by4.0"
+                       "cc-by3.0"
+                       "cc-by2.0"
+                       "cddl1.0"
+                       "cddl1.1"
+                       "cecill"
+                       "cecill-b"
+                       "cecill-c"
+                       "artistic2.0"
+                       "clarified-artistic"
+                       "copyleft-next"
+                       "cpl1.0"
+                       "cua-opl1.0"
+                       "edl1.0"
+                       "epl1.0"
+                       "epl2.0"
+                       "eupl1.2"
+                       "expat"
+                       "expat-0"
+                       "freetype"
+                       "giftware"
+                       "gpl1"
+                       "gpl1+"
+                       "gpl2"
+                       "gpl2+"
+                       "gpl3"
+                       "gpl3+"
+                       "gfl1.0"
+                       "fdl1.1+"
+                       "fdl1.2+"
+                       "fdl1.3+"
+                       "freebsd-doc"
+                       "opl1.0+"
+                       "osl2.1"
+                       "isc"
+                       "ijg"
+                       "ibmpl1.0"
+                       "imlib2"
+                       "ipa"
+                       "knuth"
+                       "lal1.3"
+                       "lgpl2.0"
+                       "lgpl2.0+"
+                       "lgpl2.1"
+                       "lgpl2.1+"
+                       "lgpl3"
+                       "lgpl3+"
+                       "llgpl"
+                       "lppl"
+                       "lppl1.0+"
+                       "lppl1.1+"
+                       "lppl1.2"
+                       "lppl1.2+"
+                       "lppl1.3"
+                       "lppl1.3+"
+                       "lppl1.3a"
+                       "lppl1.3a+"
+                       "lppl1.3b"
+                       "lppl1.3b+"
+                       "lppl1.3c"
+                       "lppl1.3c+"
+                       "miros"
+                       "mpl1.0"
+                       "mpl1.1"
+                       "mpl2.0"
+                       "ms-pl"
+                       "ncsa"
+                       "nmap"
+                       "ogl-psi1.0"
+                       "openssl"
+                       "openldap2.8"
+                       "perl-license"
+                       "psfl"
+                       "public-domain"
+                       "qpl"
+                       "qwt1.0"
+                       "repoze"
+                       "ruby"
+                       "sgifreeb2.0"
+                       "silofl1.1"
+                       "sleepycat"
+                       "tcl/tk"
+                       "vim"
+                       "unicode"
+                       "unlicense"
+                       "w3c"
+                       "wtfpl2"
+                       "wxwindows3.1+"
+                       "x11"
+                       "x11-style"
+                       "zpl2.1"
+                       "zlib"
+                       "hpnd"
+                       "fsf-free"
+                       "fsdg-compatible")
+                     nil t)))