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