[Buildbot-commits] [Buildbot] #1698: add GPLv2 license headers to all source files, remove MPL headers
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Dec 10 01:04:32 UTC 2010
#1698: add GPLv2 license headers to all source files, remove MPL headers
------------------------+---------------------------------------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.3
Version: 0.8.2 | Keywords:
------------------------+---------------------------------------------------
Comment(by dustin):
I added
{{{
#!/usr/bin/env python
#
# This file is part of Buildbot. Buildbot is free software: you can
# redistribute it and/or modify it under the terms of the GNU General
Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but
WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along
with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members
}}}
to each .py file, except those in contrib/. Note that it specifies GPLv2
only - this is not a policy change, but a clarification of the existing
license (which was really only documented in the READMEs before).
In cases where a copyright statement already existed in the source file, I
combined them, e.g.,
{{{
# Portions Copyright Buildbot Team Members
# Portions Copyright 2008 J. Random Hacker
}}}
I should also set up a Licensing page on the wiki.
--
Ticket URL: <http://buildbot.net/trac/ticket/1698#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list