Advertisement
indraai

#FEECTING Template - Base

Mar 4th, 2019
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # TITLE
  2.  
  3. ## DISCLAIMER
  4. > THIS IS A GENERAL DISCLAIMER DESCRIBING YOUR PROGRAM AND PROVIDING GENERAL BEGINNING INFORMATION TO THE USER.
  5.  
  6. // VARIABLES
  7. $FEECTING = https://pastebin.com/JkirV7QN
  8.  
  9. // USER VARIABLES
  10. @ME = ALWAYS DEFINE YOU AS THE FIRST USER VARIABLE
  11.  
  12. // HASH VARIABLES
  13. #PROGRAM = The local program that you are developing.
  14.  
  15. // LOCAL VARIABLES
  16. LOCAL = Example of a local variable that references @ME and #PROGRAM
  17.  
  18. -- BEGIN:OUTLINE
  19.  
  20. 1. Who?
  21. 2. What?
  22. 3. When?
  23. 4. Where?
  24. 5. Why?
  25.  
  26. -- END:OUTLINE
  27.  
  28. -- BEGIN:PROGRAM
  29.  
  30.  
  31. -- END:PROGRAM
  32.  
  33. -- BEGIN: META
  34.  
  35. Title: *PROGRAM TITLE GOES HERE*
  36. Version: 1.0
  37. Author: *PUT YOUR NAME HERE OR REFERENCE YOUR USER VARIABLE*
  38. Date: *PUT DATE HERE*
  39. Copyright: #FEECTING Copyright (c)2019 Quinn Michaels. All Rights Reserved
  40. License:
  41. Permission is hereby granted, free of charge, to any person obtaining a copy of this PROGRAM and associated documentation files (the "PROGRAM"), to deal in the PROGRAM without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the PROGRAM, and to permit persons to whom the PROGRAM is furnished to do so, subject to the following conditions:
  42.  
  43. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the PROGRAM.
  44.  
  45. THE PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PROGRAM OR THE USE OR OTHER DEALINGS IN THE PROGRAM.
  46.  
  47. -- END: META
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement