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
`!p snip.rv = i + m` along with this program. If not, see <http://www.gnu.org/licenses/>.
`!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