Modify ↓
Opened 12 years ago
Closed 12 years ago
#10105 closed task (fixed)
Plugin needs a license
Reported by: | Ryan J Ollos | Owned by: | thomasd |
---|---|---|---|
Priority: | normal | Component: | GroupTicketFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | falkb, Steffen Hoffmann | Trac Release: | 0.12 |
Description
Just doing some policing here as an initial attempt towards implementing #9805 for new plugins ;)
Would you consider adding a license to the plugin?
If you want to license it as BSD 3-Clause (same as Trac), you could just copy browser:/plantumlmacro/trunk/COPYING@11398 into your project, edit the authors, add a license field to setup.py
and add the following to the top of each file:
# -*- coding: utf-8 -*- # # Copyright (C) <author name here> # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution.
Looks like a great project. Thanks for contributing it!
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
One last comment ;) If you license as 3-Clause BSD, you leave open the possibility that your code or at portions of it can be incorporated to the Trac source eventually.
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The nolicense tag should be removed and the wiki page edited if a license is added.