mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-24 13:48:49 +08:00
Add LICENSE.md with reference to AGPL and Commercial license. Add license header info to code.
This commit is contained in:
parent
d5396dd893
commit
a4fe3bded2
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
@ -0,0 +1,21 @@
|
||||
## Licensing Information
|
||||
|
||||
This library (UniDoc) has a dual license, a commercial one suitable for closed source projects and an
|
||||
AGPL license that can be used in open source software.
|
||||
|
||||
Depending on your needs, you must choose one of them and follow its policies. A detail of the policies
|
||||
and agreements for each license type are available in the [LICENSE.COMMERCIAL](LICENSE.COMMERCIAL)
|
||||
and [LICENSE.AGPL](LICENSE.AGPL) files.
|
||||
|
||||
In brief, purchasing a license is mandatory as soon as you develop activities
|
||||
distributing the UniDoc software inside your product or deploying it on a network
|
||||
without disclosing the source code of your own applications under the AGPL license.
|
||||
These activities include:
|
||||
|
||||
* offering services as an application service provider or over-network application programming interface (API)
|
||||
* creating/manipulating documents for users in a web/server/cloud application
|
||||
* shipping UniDoc with a closed source product
|
||||
|
||||
Please see [pricing](http://unidoc.io/pricing) to purchase a commercial license or contact sales at sales@unidoc.io
|
||||
for more info.
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package extractor
|
||||
|
||||
var isTesting = false
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package extractor
|
||||
|
||||
import "github.com/unidoc/unidoc/pdf/model"
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package extractor
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package extractor
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package extractor
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package cmap
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package cmap
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package cmap
|
||||
|
||||
import "regexp"
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package cmap
|
||||
|
||||
type cmapObject interface {
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions defined in
|
||||
* file 'LICENSE.md', which is part of this source code package.
|
||||
*/
|
||||
|
||||
package cmap
|
||||
|
||||
import "bytes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user