This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE.txt
50 lines (40 loc) · 1.96 KB
/
LICENSE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
GoodlyFere Import Web Interface, a simple web interface to performing data imports with the GoodlyFere Import framework.
Copyright (C) 2013 Benjamin Ramey
This library 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 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
http://www.gnu.org/licenses/lgpl-2.1-standalone.html
You can contact me at [email protected].
EntityFramework
This library makes use of the EntityFramework library which is licensed
under the MICROSOFT SOFTWARE SUPPLEMENTAL license.
http://go.microsoft.com/fwlink/?LinkId=253891&clcid=0x409
http://go.microsoft.com/fwlink/?LinkId=253898&clcid=0x409
Json.NET
This library makes use of the Json.NET library which is licensed
under the MIT license.
http://james.newtonking.com/projects/json-net.aspx
http://json.codeplex.com/license
Elmah
This library makes use of the ELMAH library which is licensed
under the Apache 2.0 license.
https://code.google.com/p/elmah/
http://www.apache.org/licenses/LICENSE-2.0
Autofac
This library makes use of the Autofac IOC library which is licensed
under the MIT license.
https://code.google.com/p/autofac/
http://opensource.org/licenses/mit-license.php
Common.Logging
This library makes use of the Common.Logging library which is licensed
under the Apache 2.0 Licence.
http://netcommon.sourceforge.net/license.html
http://www.apache.org/licenses/LICENSE-2.0