X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4043116532370ff896063a7f98a5b8b983c07080..refs/heads/lazyvim:/vim/ultisnips/all.snippets diff --git a/vim/ultisnips/all.snippets b/vim/ultisnips/all.snippets index 6c1fab6..1d306ad 100644 --- a/vim/ultisnips/all.snippets +++ b/vim/ultisnips/all.snippets @@ -405,3 +405,13 @@ snippet AGPL "AGPL License" b `!p snip.rv = i + m` along with this program. If not, see . `!p snip.rv = i + e` endsnippet + +snippet FPP "FPP Copyright" b +`!p snip.rv = b` +`!p snip.rv = i + m` Copyright © Focal Point Positioning Limited `!v strftime("%Y")`. All Rights Reserved. +`!p snip.rv = i + m` This code is the copyright of Focal Point Positioning Limited and +`!p snip.rv = i + m` cannot be used, copied or distributed without the express written +`!p snip.rv = i + m` permission of Focal Point Positioning Limited. +`!p snip.rv = i + e` +${0} +endsnippet