]> git.rmz.io Git - dotfiles.git/commitdiff
vim/cpp: add FPP copyright snippet
authorSamir Benmendil <me@rmz.io>
Sat, 26 Sep 2020 17:47:24 +0000 (18:47 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 26 Sep 2020 17:47:24 +0000 (18:47 +0100)
vim/ultisnips/cpp.snippets

index 1142bf6bf2fdd9ab044b4d191945ce66b0e9028b..5530263852979d17c32701eda3080674c3ec67c4 100644 (file)
@@ -161,3 +161,10 @@ ${VISUAL}${0}
 #pragma GCC diagnostic pop
 endsnippet
 
 #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