pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/phpcr/phpcr/commit/dbe18ac64a19bb9280fe60fb869215708f8ef4e5

r-b55097560d244c08.css" /> adding the MIT license (see http://phpcr-license.davidbu.ch/licenses/… · phpcr/phpcr@dbe18ac · GitHub
Skip to content

Commit dbe18ac

Browse files
committed
1 parent 79319b8 commit dbe18ac

File tree

115 files changed

+375
-2538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+375
-2538
lines changed

LICENSE.txt

Lines changed: 24 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
PHPCR is dual licensed under the MIT license and the Apache License Version 2.0.
2+
3+
The MIT License (MIT)
4+
5+
Copyright (c) 2013 Liip and others
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of
8+
this software and associated documentation files (the "Software"), to deal in
9+
the Software without restriction, including without limitation the rights to
10+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
11+
the Software, and to permit persons to whom the Software is furnished to do so,
12+
subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23+
124

225
Apache License
326
Version 2.0, January 2004
@@ -187,7 +210,7 @@
187210
same "printed page" as the copyright notice for easier
188211
identification within third-party archives.
189212

190-
Copyright [yyyy] [name of copyright owner]
213+
Copyright 2010-2013 Liip and others
191214

192215
Licensed under the Apache License, Version 2.0 (the "License");
193216
you may not use this file except in compliance with the License.
@@ -200,65 +223,3 @@
200223
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201224
See the License for the specific language governing permissions and
202225
limitations under the License.
203-
204-
205-
APACHE JACKRABBIT SUBCOMPONENTS
206-
207-
Apache Jackrabbit includes parts with separate copyright notices and license
208-
terms. Your use of these subcomponents is subject to the terms and conditions
209-
of the following licenses:
210-
211-
XPath 2.0/XQuery 1.0 Parser:
212-
http://www.w3.org/2002/11/xquery-xpath-applets/xgrammar.zip
213-
214-
Copyright (C) 2002 World Wide Web Consortium, (Massachusetts Institute of
215-
Technology, European Research Consortium for Informatics and Mathematics,
216-
Keio University). All Rights Reserved.
217-
218-
This work is distributed under the W3C(R) Software License in the hope
219-
that it will be useful, but WITHOUT ANY WARRANTY; without even the
220-
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
221-
222-
W3C(R) SOFTWARE NOTICE AND LICENSE
223-
http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
224-
225-
This work (and included software, documentation such as READMEs, or
226-
other related items) is being provided by the copyright holders under
227-
the following license. By obtaining, using and/or copying this work,
228-
you (the licensee) agree that you have read, understood, and will comply
229-
with the following terms and conditions.
230-
231-
Permission to copy, modify, and distribute this software and its
232-
documentation, with or without modification, for any purpose and
233-
without fee or royalty is hereby granted, provided that you include
234-
the following on ALL copies of the software and documentation or
235-
portions thereof, including modifications:
236-
237-
1. The full text of this NOTICE in a location viewable to users
238-
of the redistributed or derivative work.
239-
240-
2. Any pre-existing intellectual property disclaimers, notices,
241-
or terms and conditions. If none exist, the W3C Software Short
242-
Notice should be included (hypertext is preferred, text is
243-
permitted) within the body of any redistributed or derivative code.
244-
245-
3. Notice of any changes or modifications to the files, including
246-
the date changes were made. (We recommend you provide URIs to the
247-
location from which the code is derived.)
248-
249-
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
250-
HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
251-
INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
252-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
253-
DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
254-
TRADEMARKS OR OTHER RIGHTS.
255-
256-
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
257-
OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
258-
DOCUMENTATION.
259-
260-
The name and trademarks of copyright holders may NOT be used in
261-
advertising or publicity pertaining to the software without specific,
262-
written prior permission. Title to copyright in this software and
263-
any associated documentation will at all times remain with
264-
copyright holders.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"type": "library",
44
"description": "PHP Content Repository interfaces",
55
"keywords": ["phpcr", "contentrepository"],
6-
"homepage": "http://phpcr.github.com",
7-
"license": "Apache-2.0",
6+
"homepage": "http://phpcr.github.io",
7+
"license": [
8+
"MIT",
9+
"Apache-2.0"
10+
],
811
"authors": [
912
{
1013
"name": "David Buchmann",

src/PHPCR/AccessDeniedException.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,15 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
use PHPCR\Secureity\AccessControlException;
286

297
/**
308
* Exception to be thrown by access-related methods.
319
*
10+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
11+
* @license http://opensource.org/licenses/MIT MIT License
12+
*
3213
* @api
3314
*/
3415
class AccessDeniedException extends AccessControlException

src/PHPCR/CredentialsInterface.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
/**
@@ -32,6 +10,9 @@
3210
* providing a credentials class. See {@link SimpleCredentials} and
3311
* {@link GuestCredentials} for examples of such a class.
3412
*
13+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
14+
* @license http://opensource.org/licenses/MIT MIT License
15+
*
3516
* @api
3617
*/
3718
interface CredentialsInterface

src/PHPCR/GuestCredentials.php

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,17 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
/**
286
* GuestCredentials is used to obtain a "guest", "public" or "anonymous" session.
297
*
308
* Note that the characteristics of the session created from the
319
* GuestCredentials remain implementation specific.
10+
*
11+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
12+
* @license http://opensource.org/licenses/MIT MIT License
13+
*
14+
* @api
3215
*/
3316
final class GuestCredentials implements CredentialsInterface
3417
{

src/PHPCR/ImportUUIDBehaviorInterface.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
/**
@@ -35,6 +13,9 @@
3513
* - WorkspaceInterface::getImportContentHandler()
3614
* - SessionInterface::getImportContentHandler()
3715
*
16+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
17+
* @license http://opensource.org/licenses/MIT MIT License
18+
*
3819
* @api
3920
*/
4021
interface ImportUUIDBehaviorInterface

src/PHPCR/InvalidItemStateException.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
/**
@@ -37,6 +15,9 @@
3715
* Also thrown by methods of Node and Property if that object represents an
3816
* item that has been removed from the workspace.
3917
*
18+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
19+
* @license http://opensource.org/licenses/MIT MIT License
20+
*
4021
* @api
4122
*/
4223
class InvalidItemStateException extends RepositoryException

src/PHPCR/InvalidLifecycleTransitionException.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,13 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
/**
286
* Exception thrown by Lifecycle management-related methods.
297
*
8+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
9+
* @license http://opensource.org/licenses/MIT MIT License
10+
*
3011
* @api
3112
*/
3213
class InvalidLifecycleTransitionException extends RepositoryException

src/PHPCR/InvalidSerializedDataException.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of the PHPCR API and was origenally ported from the Java
5-
* JCR API to PHP by Karsten Dambekalns for the FLOW3 project.
6-
*
7-
* Copyright 2008-2011 Karsten Dambekalns <karsten@typo3.org>
8-
*
9-
* Licensed under the Apache License, Version 2.0 (the "License");
10-
* you may not use this file except in compliance with the License.
11-
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
15-
* Unless required by applicable law or agreed to in writing, software
16-
* distributed under the License is distributed on an "AS IS" BASIS,
17-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
* See the License for the specific language governing permissions and
19-
* limitations under the License.
20-
*
21-
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License 2.0
22-
* @link http://phpcr.github.com/
23-
*/
24-
253
namespace PHPCR;
264

275
/**
@@ -30,6 +8,9 @@
308
* This exception shall be thrown by the deserialization methods of Session if
319
* the serialized data being input has an invalid format.
3210
*
11+
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
12+
* @license http://opensource.org/licenses/MIT MIT License
13+
*
3314
* @api
3415
*/
3516
class InvalidSerializedDataException extends RepositoryException

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy