-
Notifications
You must be signed in to change notification settings - Fork 20
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 #6 from ruebot/issue-230
MIT License for Alpaca
- Loading branch information
Showing
19 changed files
with
210 additions
and
697 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Alpaca | ||
Copyright 2013-2016 Islandora Foundation |
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 |
---|---|---|
|
@@ -5,6 +5,25 @@ | |
"hanneskod/classtools": "1.0.0", | ||
"easyrdf/easyrdf": "0.9.1" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Islandora Foundation", | ||
"email": "[email protected]", | ||
"role": "Owner" | ||
|
||
}, | ||
{ | ||
"name": "Daniel Lamb", | ||
"email": "[email protected]", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Nick Ruest", | ||
"email": "[email protected]", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": {"Islandora\\": "src/"} | ||
} | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
namespace Islandora; | ||
|
@@ -28,7 +28,7 @@ | |
* @category Islandora | ||
* @package Islandora | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
abstract class IslandoraCommand extends Command | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
namespace Islandora; | ||
|
@@ -28,7 +28,7 @@ | |
* @category Islandora | ||
* @package Islandora | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
abstract class JsonInputIslandoraCommand extends IslandoraCommand | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
namespace Islandora; | ||
|
@@ -26,7 +26,7 @@ | |
* @category Islandora | ||
* @package Islandora | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
abstract class PrefixEscapingCommand extends JsonInputIslandoraCommand | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora\Services\Collection | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
|
||
|
@@ -25,7 +25,7 @@ | |
* @category Islandora | ||
* @package Islandora\Services\Collection | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
class NodeToSparql extends PrefixEscapingCommand | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora\Sync\Rdf | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
|
||
|
@@ -25,7 +25,7 @@ | |
* @category Islandora | ||
* @package Islandora\Sync\Rdf | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
class ContentTypeExtractor extends JsonInputIslandoraCommand | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora\Sync\Rdf | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
|
||
|
@@ -24,7 +24,7 @@ | |
* @category Islandora | ||
* @package Islandora\Sync\Rdf | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
class NodeCreator extends NodeUpdater | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* @category Islandora | ||
* @package Islandora\Sync\Rdf | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
|
||
|
@@ -25,7 +25,7 @@ | |
* @category Islandora | ||
* @package Islandora\Sync\Rdf | ||
* @author Daniel Lamb <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link http://www.islandora.ca | ||
*/ | ||
class NodeUpdater extends PrefixEscapingCommand | ||
|
18 changes: 18 additions & 0 deletions
18
component/src/main/java/ca/islandora/component/IslandoraComponent.java
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
18 changes: 18 additions & 0 deletions
18
component/src/main/java/ca/islandora/component/IslandoraEndpoint.java
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
18 changes: 18 additions & 0 deletions
18
component/src/main/java/ca/islandora/component/IslandoraExecBinding.java
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
18 changes: 18 additions & 0 deletions
18
component/src/main/java/ca/islandora/component/IslandoraProducer.java
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
18 changes: 18 additions & 0 deletions
18
...exing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java
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
18 changes: 18 additions & 0 deletions
18
...exing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java
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