From 97f7941a6d10a2503eada91ade16a724af99e0a3 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 14 Dec 2014 10:35:38 +0000 Subject: [PATCH] Add MPL2 snippet --- snippets/_.snippets | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/snippets/_.snippets b/snippets/_.snippets index 8561601..0f539f5 100644 --- a/snippets/_.snippets +++ b/snippets/_.snippets @@ -257,3 +257,12 @@ snippet WTFPL TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. +snippet MPL2 + ${2:one line to give the program's name and a brief description} + Copyright `strftime("%Y")` ${3:`g:snips_author`} + + 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/. + + ${0}