~ubuntu-branches/ubuntu/trusty/cglib/trusty

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-10-08 21:23:45 UTC
  • Revision ID: james.westby@ubuntu.com-20091008212345-wzb7nwhdt5nvpxhl
Tags: 2.2+dfsg-1
* New upstream release.
  - Rename source package to "cglib"
  - Drop unneeded Build-Depends on libaspectwerkz2-java
  - Build-Depends on libasm3-java instead of libasm-java
  - Drop uneeded debian/patches/01_build_classpath.patch 
* Build-Depends on default-jdk instead of default-jdk-builddep
  because we don't build a native GCJ package.
* Switch to debhelper 7
* Use Quilt patch system:
  - refresh all debian/patches
  - Build-Depends on quilt
  - Update debian/README.source
* Update my email address
* Bump Standards-Version to 3.8.3: no changes needed
* Fix debian/copyright to include BSD license of
  src/proxy/net/sf/cglib/core/LocalVariablesSorter.java

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package was debianized by Arnaud Vandyck <avdyk@debian.org> on
 
2
10-April-2007.  The source code was downloaded from
 
3
http://sourceforge.net/projects/cglib
 
4
 
 
5
Authors:
 
6
 
 
7
  Juozas Baliuka <baliuka@users.sourceforge.net>
 
8
  Chris Nokleberg <herbyderby@users.sourceforge.net>
 
9
 
 
10
Copyright: (C) 2002-2004 The Apache Software Foundation
 
11
           (C) 2000-2005 INRIA, France Telecom (one source file
 
12
           from the ASM project)
 
13
 
 
14
License: Apache 2.0
 
15
 
 
16
   Licensed under the Apache License, Version 2.0 (the "License");
 
17
   you may not use this file except in compliance with the License.
 
18
   You may obtain a copy of the License at
 
19
 
 
20
       http://www.apache.org/licenses/LICENSE-2.0
 
21
 
 
22
   Unless required by applicable law or agreed to in writing, software
 
23
   distributed under the License is distributed on an "AS IS" BASIS,
 
24
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
25
   See the License for the specific language governing permissions and
 
26
   limitations under the License.
 
27
 
 
28
  The full text of the Apache License can be found in
 
29
  `/usr/share/common-licenses/Apache-2.0'.
 
30
 
 
31
 
 
32
-------------------
 
33
src/proxy/net/sf/cglib/core/LocalVariablesSorter.java
 
34
License: BSD (3 clauses)
 
35
 
 
36
 ASM: a very small and fast Java bytecode manipulation framework
 
37
 Copyright (c) 2000-2005 INRIA, France Telecom
 
38
 All rights reserved.
 
39
 
 
40
 Redistribution and use in source and binary forms, with or without
 
41
 modification, are permitted provided that the following conditions
 
42
 are met:
 
43
 1. Redistributions of source code must retain the above copyright
 
44
    notice, this list of conditions and the following disclaimer.
 
45
 2. Redistributions in binary form must reproduce the above copyright
 
46
    notice, this list of conditions and the following disclaimer in the
 
47
    documentation and/or other materials provided with the distribution.
 
48
 3. Neither the name of the copyright holders nor the names of its
 
49
    contributors may be used to endorse or promote products derived from
 
50
    this software without specific prior written permission.
 
51
 
 
52
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
53
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
54
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
55
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
56
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
57
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
58
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
59
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
60
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
61
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 
62
 THE POSSIBILITY OF SUCH DAMAGE.
 
63
 
 
64