X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/37be67a9b70096ac75448ef8a397197c8c13ae60..refs/heads/lazyvim:/vim/ultisnips/all.snippets diff --git a/vim/ultisnips/all.snippets b/vim/ultisnips/all.snippets index 5344736..1d306ad 100644 --- a/vim/ultisnips/all.snippets +++ b/vim/ultisnips/all.snippets @@ -64,11 +64,11 @@ endglobal snippet fix "FIXME" w -`!p snip.rv = c`FIXME ${0} (sb:`!v strftime("%Y%m%d")`) +`!p snip.rv = c`FIXME ${0} endsnippet snippet todo "TODO" w -`!p snip.rv = c`TODO ${0} (sb:`!v strftime("%Y%m%d")`) +`!p snip.rv = c`TODO ${0} endsnippet snippet GPL2 "GPL2 License" b @@ -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