Config: Update Emacs copyright notice snippets

This commit is contained in:
Riyyi
2021-09-11 13:22:52 +02:00
parent d4ecfcdfcb
commit db18abd336
8 changed files with 26 additions and 96 deletions
+10
View File
@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: gpl3-only
# key: gpl3-only
# --
/*
* Copyright (C) `(format-time-string "%Y")` ${1:Author} ${2:<${3:Email}>}
*
* SPDX-License-Identifier: GPL-3.0-only
*/
$0