Changes between Version 25 and Version 26 of DevGuide


Ignore:
Timestamp:
Dec 18, 2016, 4:10:11 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Additional clarification around license additions.

Legend:

Unmodified
Added
Removed
Modified
  • DevGuide

    v25 v26  
    1212
    1313The following steps are suggested to add a license:
    14  1. Add the `license` keyword in `setup.py` ([browser:/plantumlmacro/trunk/setup.py@11477:22 example]).
    15  1. Add a license header to every Python source file ([browser:/plantumlmacro/trunk/plantuml/macro.py@11477:1-9 example]).
     14 1. Add the `license` keyword in `setup.py` ([browser:/plantumlmacro/trunk/setup.py@14688:23 example]).
     15 1. Add a license header to every Python source file ([browser:/plantumlmacro/trunk/plantuml/macro.py@14688:1-9 example]).
    1616 {{{#!python
    1717# -*- coding: utf-8 -*-
     
    2323# you should have received as part of this distribution.
    2424}}}
     25 Note: For an executable file such as `setup.py`, the header will follow the line
     26 `#!/usr/bin/env python` ([browser:/plantumlmacro/trunk/setup.py@14688:1 example]).
    2527 1. Add a license header to every RSS and XHTML Genshi template (example: '''todo''').
    2628 {{{#!text/html