~josephjamesmills/ubuntu/quantal/dh-make/fixed-bug-1048908

« back to all changes in this revision

Viewing changes to lib/licenses/mit

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2012-07-13 21:26:38 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120713212638-e2ymcmc30xek8ca4
* Update to standards version 3.9.3
* Update to debhelper version 9
* debhelper v9 uses dpkg-buildflags Closes: #644486
* Remove ldap-utils conflict as that version is not even in stable
* Changed emacsen-startup script to debian-emacs-flavour Closes:
  #662163
* Fixed emacsen-install from SamBs patch Closes: #665312
* emacsen-install uses relative symlinks Closes: #670409
* emacsen-install uses debian-pkg-add-load-path Closes: #672478
* Man page doesnt have discouraged AUTHORS section Closes: #672543
* Final version of 1.0 copyright file changed Closes: #665770
* Minor tweaks to license files Closes: #662192
* Rename x11 to mit license to follow SPDX list, same bug as above
* Add -y,--yes option to run non-interactively
* Add --packageclass,-C option to set class instead of -s,-i,-m etc
* Don't add missing when non .ex file exists Closes: #662888

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Upstream-Name: #PACKAGE#
 
3
Source: <url://example.com>
 
4
 
 
5
Files: *
 
6
Copyright: <years> <put author's name and email here>
 
7
           <years> <likewise for another author>
 
8
License: MIT
 
9
 Permission is hereby granted, free of charge, to any person obtaining a
 
10
 copy of this software and associated documentation files (the "Software"),
 
11
 to deal in the Software without restriction, including without limitation
 
12
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
13
 and/or sell copies of the Software, and to permit persons to whom the
 
14
 Software is furnished to do so, subject to the following conditions:
 
15
 .
 
16
 The above copyright notice and this permission notice shall be included
 
17
 in all copies or substantial portions of the Software.
 
18
 .
 
19
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
20
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
21
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
22
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 
23
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
 
24
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
 
25
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
26
 
 
27
Files: debian/*
 
28
Copyright: #YEAR# #USERNAME# <#EMAIL#>
 
29
License: GPL-2.0+
 
30
 This package is free software; you can redistribute it and/or modify
 
31
 it under the terms of the GNU General Public License as published by
 
32
 the Free Software Foundation; either version 2 of the License, or
 
33
 (at your option) any later version.
 
34
 .
 
35
 This package is distributed in the hope that it will be useful,
 
36
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
37
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
38
 GNU General Public License for more details.
 
39
 .
 
40
 You should have received a copy of the GNU General Public License
 
41
 along with this program. If not, see <http://www.gnu.org/licenses/>
 
42
 .
 
43
 On Debian systems, the complete text of the GNU General
 
44
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
45
 
 
46
# Please also look if there are files or directories which have a
 
47
# different copyright/license attached and list them here.
 
48
# Please avoid to pick license terms that are more restrictive than the
 
49
# packaged work, as it may make Debian's contributions unacceptable upstream.