diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 02:57:13 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 02:57:13 +0100 |
commit | 90bf7aa1e4f85d2409a05b19c9f7d3080a6d3aa5 (patch) | |
tree | 5e46a1b47660ccc24e361e6ee136a1aa977e3bd3 | |
parent | ebuild-snippets.el: update homepage (diff) | |
download | emacs-ebuild-snippets-90bf7aa1e4f85d2409a05b19c9f7d3080a6d3aa5.tar.gz emacs-ebuild-snippets-90bf7aa1e4f85d2409a05b19c9f7d3080a6d3aa5.tar.bz2 emacs-ebuild-snippets-90bf7aa1e4f85d2409a05b19c9f7d3080a6d3aa5.zip |
snippets/ebuild-mode: add header.yas
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | snippets/ebuild-mode/header.yas | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/snippets/ebuild-mode/header.yas b/snippets/ebuild-mode/header.yas new file mode 100644 index 0000000..e2526dc --- /dev/null +++ b/snippets/ebuild-mode/header.yas @@ -0,0 +1,27 @@ +# -*- mode: snippet -*- + + +# Copyright 2023 Gentoo Authors + + +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + + +# name: header +# key: header + + +# -- +# Copyright ${1:1999}-${2:`(format-time-string "%Y")`} Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 |