Fix licensing issues.
This commit is contained in:
parent
3e72fda9a6
commit
a086957046
5 changed files with 200 additions and 208 deletions
|
@ -188,3 +188,7 @@ webapp/src/edu/ucsf/vitro/opensocial/GadgetViewRequirements.java
|
||||||
webapp/src/edu/ucsf/vitro/opensocial/OpenSocialManager.java
|
webapp/src/edu/ucsf/vitro/opensocial/OpenSocialManager.java
|
||||||
webapp/src/edu/ucsf/vitro/opensocial/PreparedGadget.java
|
webapp/src/edu/ucsf/vitro/opensocial/PreparedGadget.java
|
||||||
webapp/web/js/openSocial/shindig.js
|
webapp/web/js/openSocial/shindig.js
|
||||||
|
|
||||||
|
# This is a modified version of a Jena source file.
|
||||||
|
# It is required to make Jena 2.10.1 compatible with Pellet 2.3.1
|
||||||
|
webapp/src/com/hp/hpl/jena/reasoner/BaseInfGraph.java
|
|
@ -188,7 +188,7 @@ public class VClassGroupCache implements IndexingEventListener {
|
||||||
//try to rebuild a couple times since the search engine may not yet be up.
|
//try to rebuild a couple times since the search engine may not yet be up.
|
||||||
|
|
||||||
int attempts = 0;
|
int attempts = 0;
|
||||||
int maxTries = 3;
|
int maxTries = 5;
|
||||||
SearchEngineException exception = null;
|
SearchEngineException exception = null;
|
||||||
|
|
||||||
while( attempts < maxTries ){
|
while( attempts < maxTries ){
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters;
|
package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters;
|
||||||
|
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters;
|
package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters;
|
||||||
|
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
|
|
@ -1,20 +1,4 @@
|
||||||
/*
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
||||||
* or more contributor license agreements. See the NOTICE file
|
|
||||||
* distributed with this work for additional information
|
|
||||||
* regarding copyright ownership. The ASF licenses this file
|
|
||||||
* to you under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance
|
|
||||||
* with the License. You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters;
|
package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue