~ubuntu-branches/ubuntu/quantal/devscripts/quantal

« back to all changes in this revision

Viewing changes to test/licensecheck/bsd.f

  • Committer: Package Import Robot
  • Author(s): James McCoy, James McCoy, Benjamin Drung
  • Date: 2012-09-24 18:51:12 UTC
  • mfrom: (10.9.19 sid)
  • Revision ID: package-import@ubuntu.com-20120924185112-vjdvq95n3g6cqio2
Tags: 2.12.4
[ James McCoy ]
* dget: Avoid an infinite loop when a .changes/.dsc file references itself.
  (Closes: #687670)
* debdiff:
  + Set $TMPDIR when running interdiff so its temp files get cleaned up on
    exit.
  + Fallback to manual diff of source package if interdiff fails.  (Closes:
    #685202)
* dcmd: Don't add "--" to the command being executed.  The user has to know
  where this should be used/if it can be used.  (Closes: #687964)
* debcheckout: Fix collision in short options.  Use -P for --package.
  (Closes: #688150)

[ Benjamin Drung ]
* licensecheck: Recognize licenses in (fixed-form) Fortran code. Thanks to
  Francesco Poli for the patch and the example. (Closes: #687452)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
c Copyright (c) 2012, Devscripts developers
 
2
c
 
3
c Redistribution and use in source and binary forms, with or without
 
4
c modification, are permitted provided that the following conditions are
 
5
c met:
 
6
c
 
7
c   - Redistributions of source code must retain the above copyright
 
8
c     notice, this list of conditions and the following disclaimer.
 
9
c
 
10
c   - Redistributions in binary form must reproduce the above copyright
 
11
c     notice, this list of conditions and the following disclaimer in the
 
12
c     documentation and/or other materials provided with the
 
13
c     distribution.
 
14
c
 
15
c THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 
16
c IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 
17
c TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 
18
c PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
19
c HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
20
c SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
21
c LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
22
c DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
23
c THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
24
c (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
25
c OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.