Boiler plate GPL license blocks commented for various languages


/ Published in: Other
Save to your folder(s)

GNU/GPL license blocks commented for various languages...


Copy this code and paste it in your HTML
  1. #!/bin/sh:
  2. # License: This program is free software; you can redistribute it and/or
  3. # modify it under the terms of the GNU General Public License as published by
  4. # the Free Software Foundation; either version 3 of the License, or (at your
  5. # option) any later version. This program is distributed in the hope that it
  6. # will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  7. # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  8. # Public License for more details.
  9.  
  10. CMD/BAT:
  11.  
  12. :: License: This program is free software; you can redistribute it and/or
  13. :: modify it under the terms of the GNU General Public License as published
  14. :: by the Free Software Foundation; either version 3 of the License, or (at
  15. :: your option) any later version. This program is distributed in the hope
  16. :: that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
  17. :: warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. :: GNU General Public License for more details.
  19.  
  20. HTML:
  21.  
  22. <!-- License: This program is free software; you can redistribute it and/or
  23. modify it under the terms of the GNU General Public License as published by
  24. the Free Software Foundation; either version 3 of the License, or (at your
  25. option) any later version. This program is distributed in the hope that it
  26. will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  27. of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  28. Public License for more details. -->
  29.  
  30. JavaScript:
  31.  
  32. // License: This program is free software; you can redistribute it and/or
  33. // modify it under the terms of the GNU General Public License as published
  34. // by the Free Software Foundation; either version 3 of the License, or (at
  35. // your option) any later version. This program is distributed in the hope
  36. // that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
  37. // warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. // GNU General Public License for more details.
  39.  
  40. BASIC:
  41.  
  42. ' License: This program is free software; you can redistribute it and/or
  43. ' modify it under the terms of the GNU General Public License as published by
  44. ' the Free Software Foundation; either version 3 of the License, or (at your
  45. ' option) any later version. This program is distributed in the hope that it
  46. ' will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  47. ' of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  48. ' Public License for more details.
  49.  
  50. C:
  51.  
  52. /*
  53. * License: This program is free software; you can redistribute it and/or
  54. * modify it under the terms of the GNU General Public License as published by
  55. * the Free Software Foundation; either version 3 of the License, or (at your
  56. * option) any later version. This program is distributed in the hope that it
  57. * will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  58. * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  59. * Public License for more details.
  60. */

URL: http://www.topcat.hypermart.net/index.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.