http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3f7f494e/src/blur-core/src/main/java/com/nearinfinity/blur/utils/RowIndexWriter.java ---------------------------------------------------------------------- diff --git a/src/blur-core/src/main/java/com/nearinfinity/blur/utils/RowIndexWriter.java b/src/blur-core/src/main/java/com/nearinfinity/blur/utils/RowIndexWriter.java index 15efe4d..79d7309 100644 --- a/src/blur-core/src/main/java/com/nearinfinity/blur/utils/RowIndexWriter.java +++ b/src/blur-core/src/main/java/com/nearinfinity/blur/utils/RowIndexWriter.java @@ -1,11 +1,14 @@ -/* - * Copyright (C) 2011 Near Infinity Corporation - * - * 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 +package com.nearinfinity.blur.utils; + +/** + * 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, @@ -13,9 +16,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -package com.nearinfinity.blur.utils; - import static com.nearinfinity.blur.utils.BlurConstants.RECORD_ID; import static com.nearinfinity.blur.utils.BlurConstants.ROW_ID; import static com.nearinfinity.blur.utils.BlurConstants.SEP;
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3f7f494e/src/blur-core/src/main/java/com/nearinfinity/blur/utils/TermDocIterable.java ---------------------------------------------------------------------- diff --git a/src/blur-core/src/main/java/com/nearinfinity/blur/utils/TermDocIterable.java b/src/blur-core/src/main/java/com/nearinfinity/blur/utils/TermDocIterable.java index 84ced6f..ab28bc1 100644 --- a/src/blur-core/src/main/java/com/nearinfinity/blur/utils/TermDocIterable.java +++ b/src/blur-core/src/main/java/com/nearinfinity/blur/utils/TermDocIterable.java @@ -1,11 +1,14 @@ -/* - * Copyright (C) 2011 Near Infinity Corporation - * - * 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 +package com.nearinfinity.blur.utils; + +/** + * 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, @@ -13,9 +16,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -package com.nearinfinity.blur.utils; - import java.io.IOException; import java.util.Iterator; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3f7f494e/src/blur-core/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/src/blur-core/src/main/resources/log4j.properties b/src/blur-core/src/main/resources/log4j.properties index 8767429..56dc046 100644 --- a/src/blur-core/src/main/resources/log4j.properties +++ b/src/blur-core/src/main/resources/log4j.properties @@ -1,3 +1,20 @@ +## +# 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. +## + # Define some default values that can be overridden by system properties blur.root.logger=INFO,console blur.log.dir=.
