X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1e28bbc0f20964c20ff5a4a71d4130359c7d1ebf..eff1203c8331ea1ca22c3232c2ccf4012250baf8:/vim/ultisnips/cpp.snippets?ds=inline diff --git a/vim/ultisnips/cpp.snippets b/vim/ultisnips/cpp.snippets index 1142bf6..5530263 100644 --- a/vim/ultisnips/cpp.snippets +++ b/vim/ultisnips/cpp.snippets @@ -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