lmariscal

copyright_cpp.sublime-snippet

Dec 5th, 2017
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. <snippet>
  2.   <content><![CDATA[
  3. /*
  4.  * Copyright (C) CleverByte - All Rights Reserved
  5.  * Unauthorized copying of this file, via any medium is strictly prohibited
  6.  * Proprietary and confidential
  7.  * Written by Leonardo Mariscal <[email protected]>, 2017
  8.  */
  9.  
  10. $1
  11. ]]></content>
  12.   <tabTrigger>copy</tabTrigger> -->
  13.   <description>CopyRight</description>
  14.   <scope>source.c++</scope>
  15. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment