doomemacs/modules/editor/file-templates/templates/text-mode/__license-mozilla-bp
Henrik Lissner ba668f7cb0
fix(file-templates): indentation for licenses
And remove superfluous tabstops in gpl3 license.
2022-08-05 00:49:17 +02:00

10 lines
No EOL
417 B
Text

# -*- mode: snippet -*-
# name: Mozilla Public License 2.0 (boilerplate)
# uuid: __license-mozilla-bp
# group: Licenses
# contributor: https://choosealicense.com/licenses/mpl-2.0
# expand-env: ((yas-indent-line 'fixed))
# --
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.