10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: mit
|
|
# key: mit
|
|
# --
|
|
/*
|
|
* Copyright (C) `(format-time-string "%Y")` ${1:Author} ${2:<${3:Email}>}
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
$0 |