This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from k00ni/master
Change license of Saft from GPL v3 to MIT
- Loading branch information
Showing
202 changed files
with
1,888 additions
and
618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# | ||
# This file is part of Saft. | ||
# | ||
# (c) Konrad Abicht <[email protected]> | ||
# (c) Natanael Arndt <[email protected]> | ||
# | ||
# For the full copyright and license information, please view the LICENSE | ||
# file that was distributed with this source code. | ||
# | ||
|
||
PHPCS = ./vendor/bin/phpcs | ||
PHPCBF = ./vendor/bin/phpcbf | ||
SAMI = ./vendor/bin/sami.php | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# | ||
# This file is part of Saft. | ||
# | ||
# (c) Konrad Abicht <[email protected]> | ||
# (c) Natanael Arndt <[email protected]> | ||
# | ||
# For the full copyright and license information, please view the LICENSE | ||
# file that was distributed with this source code. | ||
# | ||
|
||
coverage_clover: gen/coverage/clover.xml | ||
json_path: gen/coverage/coveralls-upload.json | ||
service_name: travis-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# | ||
# This file is part of Saft. | ||
# | ||
# (c) Konrad Abicht <[email protected]> | ||
# (c) Natanael Arndt <[email protected]> | ||
# | ||
# For the full copyright and license information, please view the LICENSE | ||
# file that was distributed with this source code. | ||
# | ||
|
||
language: php | ||
dist: trusty | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\ARC2\Store; | ||
|
||
use Saft\Rdf\CommonNamespaces; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\ARC2\Test; | ||
|
||
use Saft\Addition\ARC2\Store\ARC2; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
require 'bootstrap.php'; | ||
|
||
define('IN_TRAVIS', true); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
require_once __DIR__ .'/../vendor/autoload.php'; | ||
|
||
error_reporting(E_ALL); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
<!-- | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
--> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# | ||
# This file is part of Saft. | ||
# | ||
# (c) Konrad Abicht <[email protected]> | ||
# (c) Natanael Arndt <[email protected]> | ||
# | ||
# For the full copyright and license information, please view the LICENSE | ||
# file that was distributed with this source code. | ||
# | ||
|
||
# | ||
# This file contains a list with different configurations for test cases which rely on store. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# | ||
# This file is part of Saft. | ||
# | ||
# (c) Konrad Abicht <[email protected]> | ||
# (c) Natanael Arndt <[email protected]> | ||
# | ||
# For the full copyright and license information, please view the LICENSE | ||
# file that was distributed with this source code. | ||
# | ||
|
||
# | ||
# This file contains a list with different configurations for test cases which rely on store. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Data; | ||
|
||
use Saft\Data\Parser; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Data; | ||
|
||
use Saft\Data\ParserFactory; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Data; | ||
|
||
use Saft\Data\Serializer; | ||
|
10 changes: 10 additions & 0 deletions
10
src/Saft/Addition/EasyRdf/Data/SerializerFactoryEasyRdf.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Data; | ||
|
||
use Saft\Data\SerializerFactory; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Test; | ||
|
||
use Saft\Addition\EasyRdf\Data\ParserEasyRdf; | ||
|
10 changes: 10 additions & 0 deletions
10
src/Saft/Addition/EasyRdf/Test/ParserFactoryEasyRdfTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Test; | ||
|
||
use Saft\Addition\EasyRdf\Data\ParserFactoryEasyRdf; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Test; | ||
|
||
use Saft\Addition\EasyRdf\Data\SerializerEasyRdf; | ||
|
10 changes: 10 additions & 0 deletions
10
src/Saft/Addition/EasyRdf/Test/SerializerFactoryEasyRdfTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\EasyRdf\Data\Test; | ||
|
||
use Saft\Addition\EasyRdf\Data\SerializerFactoryEasyRdf; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
require_once __DIR__ .'/../vendor/autoload.php'; | ||
|
||
error_reporting(E_ALL); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
<!-- | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
--> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\Erfurt\QueryCache; | ||
|
||
use Nette\Caching\Cache; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace Saft\Addition\Erfurt\Test; | ||
|
||
use Saft\Rdf\AnyPatternImpl; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Saft. | ||
* | ||
* (c) Konrad Abicht <[email protected]> | ||
* (c) Natanael Arndt <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
require __DIR__ .'/../vendor/autoload.php'; | ||
|
||
error_reporting(E_ALL); |
Oops, something went wrong.