Repository: incubator-rya Updated Branches: refs/heads/develop 39c394290 -> 188791306
RYA-7 Applying Correct License Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/18879130 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/18879130 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/18879130 Branch: refs/heads/develop Commit: 188791306474f5d45f9bb42f3f424bc6709c5eb0 Parents: 39c3942 Author: Aaron Mihalik <[email protected]> Authored: Wed Mar 2 18:37:28 2016 -0500 Committer: Aaron Mihalik <[email protected]> Committed: Thu Mar 3 20:49:22 2016 -0500 ---------------------------------------------------------------------- .../rya/sail/config/RyaAccumuloSailConfig.java | 29 ++++++++++---------- .../rya/sail/config/RyaAccumuloSailFactory.java | 29 ++++++++++---------- 2 files changed, 28 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18879130/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailConfig.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailConfig.java b/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailConfig.java index e7872a0..e7b7960 100644 --- a/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailConfig.java +++ b/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailConfig.java @@ -1,23 +1,22 @@ package mvm.rya.sail.config; /* - * #%L - * mvm.rya.rya.sail.impl - * %% - * Copyright (C) 2014 Rya - * %% - * Licensed 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 + * 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 + * 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. - * #L% + * 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. */ import mvm.rya.accumulo.AccumuloRdfConfiguration; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18879130/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailFactory.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailFactory.java b/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailFactory.java index 91f27ab..c61eb68 100644 --- a/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailFactory.java +++ b/extras/indexing/src/main/java/mvm/rya/sail/config/RyaAccumuloSailFactory.java @@ -1,23 +1,22 @@ package mvm.rya.sail.config; /* - * #%L - * mvm.rya.rya.sail.impl - * %% - * Copyright (C) 2014 Rya - * %% - * Licensed 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 + * 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 + * 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. - * #L% + * 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. */ import mvm.rya.accumulo.AccumuloRdfConfiguration;
