]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ultisnips/cpp.snippets
ranger: add preview for zip files
[dotfiles.git] / vim / ultisnips / cpp.snippets
index 1142bf6bf2fdd9ab044b4d191945ce66b0e9028b..5530263852979d17c32701eda3080674c3ec67c4 100644 (file)
@@ -161,3 +161,10 @@ ${VISUAL}${0}
 #pragma GCC diagnostic pop
 endsnippet
 
+snippet FPP "FPP Copyright" b
+// Copyright © Focal Point Positioning Limited 2020. All Rights Reserved.
+// This code is the copyright of Focal Point Positioning Limited and
+// cannot be used, copied or distributed without the express written
+// permission of Focal Point Positioning Limited.
+${0}
+endsnippet