diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-14 00:41:19 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-14 00:41:19 +0100 |
| commit | 872c4e65f6d740d60acf378838f843e8586255c9 (patch) | |
| tree | dffc5c51216b24974ab03bb35415e65d3ea57186 /lib/LICENSE.txt | |
| parent | 5f30a827fc84af1e54f0716a49995e98a044ebd6 (diff) | |
| download | JCatalog-872c4e65f6d740d60acf378838f843e8586255c9.tar.gz JCatalog-872c4e65f6d740d60acf378838f843e8586255c9.zip | |
Port the tests to JWebUnit
Diffstat (limited to 'lib/LICENSE.txt')
| -rw-r--r-- | lib/LICENSE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/LICENSE.txt b/lib/LICENSE.txt new file mode 100644 index 0000000..7f8bfca --- /dev/null +++ b/lib/LICENSE.txt @@ -0,0 +1,21 @@ +The following copyright and permission notice applies to all aspects (source, tests, etc.) of JWebUnit: + +/******************************************************************************** + * JWebUnit, simplified web testing API + * Copyright (c) 2002-2015, JWebUnit team. + * https://jwebunit.github.io/jwebunit + * + * JWebUnit is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * JWebUnit is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with JWebUnit. If not, see <http://www.gnu.org/licenses/>. + + ********************************************************************************/ |
