forked from VCNC/haeinsa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NOTICE.txt
21 lines (16 loc) · 986 Bytes
/
NOTICE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Haeinsa
Copyright (C) 2013-2014 VCNC Inc.
This product developed and maintained by VCNC Inc.
This product is licensed under Apache License 2.0.
This product depends on software developed at
The Apache Software Foundation (http://www.apache.org/).
This product depends on Guava Libraries (https://code.google.com/p/guava-libraries/).
The Guava project contains several of Google's core libraries
that Google rely on in Google's Java-based projects: collections, caching, primitives support,
concurrency libraries, common annotations, string processing, I/O, and so forth.
This product depends on TestNG (http://testng.org/).
TestNG is a testing framework inspired from JUnit and NUnit
but introducing some new functionalities that make it more powerful and easier to use.
This product depends on FindBugs (http://findbugs.sourceforge.net/).
FindBugs is a program to find bugs in Java programs.
It looks for instances of "bug patterns" - code instances that are likely to be errors.