Config: Update Emacs copyright notice snippets
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: gpl2-only
|
||||
# key: gpl2-only
|
||||
# --
|
||||
/*
|
||||
* Copyright (C) `(format-time-string "%Y")` ${1:Author} ${2:<${3:Email}>}
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-only
|
||||
*/
|
||||
$0
|
||||
Reference in New Issue
Block a user