source: trunk/LICENSE.txt @ 976

Revision 976, 3.7 KB checked in by octorian, 3 months ago (diff)

Updated project files for latest Eclipse plugin, updated copyright dates, and removed old plugin bug workarounds.

Line 
1******************************************************************************
2 Copyright (c) 2006-2012, Derek Konigsberg
3 All rights reserved.
4
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions
7 are met:
8
9 1. Redistributions of source code must retain the above copyright
10    notice, this list of conditions and the following disclaimer.
11 2. Redistributions in binary form must reproduce the above copyright
12    notice, this list of conditions and the following disclaimer in the
13    documentation and/or other materials provided with the distribution.
14 3. Neither the name of the project nor the names of its
15    contributors may be used to endorse or promote products derived
16    from this software without specific prior written permission.
17
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
29 OF THE POSSIBILITY OF SUCH DAMAGE.
30
31******************************************************************************
32
33 Icons used in this project are from the "Tango Desktop Project" unless
34 otherwise noted, and are either used directly or with minor modifications.
35
36 Tango Desktop Project:
37 http://tango.freedesktop.org/
38
39 Tango Icons for Thunderbird:
40 https://addons.mozilla.org/themes/moreinfo.php?id=2258&application=thunderbird
41
42******************************************************************************
43
44 Files: J2MEUnit/src/j2meunit/framework/*.java
45        J2MEUnit/src/j2meunit/util/*.java
46
47 These files contain the sources to J2MEUnit 1.1.1, minus any UI packages or
48 classes containing a main() method.
49
50 ----------------------------------------------------------------------------
51
52 Starting with version 1.1 J2MEUnit is distributed unter the Common
53 Public License Version 1.0. The text of this license can be found
54 at www.opensource.org.
55
56 J2MEUnit was originally written by RoleModel Software Inc. and
57 distributed under a similar but less detailed license.
58
59 http://j2meunit.sourceforge.net/
60
61******************************************************************************
62
63 Files: J2MEUnit/src/com/hammingweight/hammock/*.java
64
65 These files contain the complete source code to the core Hammock 2.1 library,
66 and any pre-generated mock classes necessary to support LogicMail test cases.
67
68 ----------------------------------------------------------------------------
69
70 Hammock is Copyright C.A. Meijer
71
72 Licensed under the Apache License, Version 2.0 (the "License");
73 you may not use this file except in compliance with the License.
74 You may obtain a copy of the License at:
75
76 http://www.apache.org/licenses/LICENSE-2.0
77
78 http://hammingweight.com/modules/hammock/
79
80******************************************************************************
81
82 Icons used for the test console within the J2MEUnit project are from the
83 FamFamFam Silk icon set, unless otherwise noted, and are either used
84 directly or with minor modifications.
85
86 http://www.famfamfam.com/
87
88******************************************************************************
Note: See TracBrowser for help on using the repository browser.