Modify ↓
Opened 11 years ago
Closed 11 years ago
#11569 closed enhancement (fixed)
Add license headers to templates
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | general | Version: | 1.0-stable |
Severity: | normal | Keywords: | license |
Cc: | Branch: | ||
Release Notes: |
Added license headers to HTML templates. |
||
API Changes: | |||
Internal Changes: |
Description
It was proposed on the mailing list to add license headers to the templates. I'll move ahead with this in a few days if no one raises objections.
Attachments (1)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Status: | new → assigned |
---|
Proposed changes in log:rjollos.git:t11569. I went with the following header style:
<!--! Copyright (C) 2005-2014 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at http://trac.edgewall.com/license.html. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at http://trac.edgewall.org/. -->
The script I used to insert the headers is [a967be1a/rjollos.git], but I don't plan to commit it.
comment:3 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
by , 11 years ago
Attachment: | find_missing_license_headers.py added |
---|
Script to find HTML files with missing license headers.
Note:
See TracTickets
for help on using tickets.
Fine by me.