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.

15 lines
231 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: declare license
  3. # key: dl
  4. # --
  5. declare license "${1:$$
  6. (yas-choose-value '(
  7. "AGPLv3"
  8. "Apache"
  9. "BSD 2-clause"
  10. "BSD 3-clause"
  11. "GPLv2"
  12. "GPLv3"
  13. "LGPLv3"
  14. "MIT"
  15. ))}";
  16. $0