Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
231 B

# -*- mode: snippet -*-
# name: declare license
# key: dl
# --
declare license "${1:$$
(yas-choose-value '(
"AGPLv3"
"Apache"
"BSD 2-clause"
"BSD 3-clause"
"GPLv2"
"GPLv3"
"LGPLv3"
"MIT"
))}";
$0