12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: spdx-license-comment
|
|
# binding: C-c C-k C-l
|
|
# key: spdx
|
|
# --
|
|
/*
|
|
* Copyright (c) Camden Dixie O'Brien
|
|
* SPDX-License-Identifier: $1
|
|
*/
|
|
|
|
$0
|