Skip to content

Commit 0a2efb5

Browse files
committed
Add legal note
1 parent c220e99 commit 0a2efb5

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ JFileSync3 uses libraries or parts of Open Source projects which are partly incl
8989

9090
- Apache commons: Apache
9191

92+
- IO-Tools: new BSD
93+
9294
- Bouncy Castle providers: BC
9395

9496
- SevenZip/LZMA: LZMA SDK is written and placed in the public domain by Igor Pavlov.

legal/License-IO.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2008,2012 Gabriele Contini
2+
All rights reserved.
3+
Redistribution and use in source and binary forms,
4+
with or without modification, are permitted provided that the following
5+
conditions are met:
6+
Redistributions of source code must retain the above copyright notice,
7+
this list of conditions and the following disclaimer.
8+
Redistributions in binary form must reproduce the above copyright notice,
9+
this list of conditions and the following disclaimer in the documentation
10+
and/or other materials provided with the distribution.
11+
Neither the name of Gabriele Contini nor the names of its contributors may
12+
be used to endorse or promote products derived from this software without
13+
specific prior written permission.
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17+
ARE DISCLAIMED.
18+
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY
19+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
22+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)