Files
dotfiles/.emacs.d/snippets/php-mode/license-doc
2017-12-21 17:29:29 +01:00

8 lines
210 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: PHPDoc @license
# key: *license
# group: annotation
# --
* @license ${1:https://www.gnu.org/licenses/gpl-3.0.html} ${2:GPL-3.0}${0:
*}