Missing copyright/license header
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Instant |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Most files in Instant does not have a proper copyright/license header. Please add this in all files. The header should preferably look like this:
# Copyright (C) <date> <name of first author>
# Copyright (C) <date> <name of second author>
#
# This file is part of Instant.
#
# Instant is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Instant 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with Instant. If not, see <http://
#
# Alternatively, Instant may be distributed under the terms of the BSD license.
Changed in instant: | |
status: | New → Confirmed |
description: | updated |
Changed in instant: | |
importance: | Undecided → Medium |