Modify ↓
#12335 closed task (fixed)
Plugin has no license
| Reported by: | figaro | Owned by: | Franz |
|---|---|---|---|
| Priority: | normal | Component: | MailPlugin |
| Severity: | normal | Keywords: | nolicense, license |
| Cc: | Trac Release: |
Description
The plugin currently does not indicate a license. Would you kindly add one? Suggested changes can be found in DevGuide#License.
Attachments (0)
Change History (4)
comment:1 Changed 10 years ago by
| Keywords: | nolicense licence added |
|---|
comment:2 Changed 10 years ago by
| Keywords: | license added; licence removed |
|---|
comment:3 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 Changed 10 years ago by
A hint regarding changes in [14670]. The line #!/usr/bin/env python is only needed on modules that are executed from the command line. Usually this is only setup.py, or perhaps the entry point to your test suite (for example: browser:/tags/trac-1.0.6/trac/test.py). Even then, the only purpose is to allow python to be omitted when executing the module from the command line. For example, you can run ./setup.py install, rather than python setup.py install.
Note: See
TracTickets for help on using
tickets.



In 14670: