Updated Branches: refs/heads/master a7002c117 -> 875709c48
License header fix. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/875709c4 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/875709c4 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/875709c4 Branch: refs/heads/master Commit: 875709c4876ab259f5882b217624316e2ba3a42a Parents: a7002c1 Author: Josh Wills <[email protected]> Authored: Mon Nov 4 15:15:25 2013 -0800 Committer: Josh Wills <[email protected]> Committed: Mon Nov 4 15:15:25 2013 -0800 ---------------------------------------------------------------------- .../apache/crunch/impl/mem/CountersWrapper.java | 21 +++++++++++--------- .../apache/crunch/impl/mem/CountersTest.java | 21 +++++++++++--------- 2 files changed, 24 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/875709c4/crunch-core/src/main/java/org/apache/crunch/impl/mem/CountersWrapper.java ---------------------------------------------------------------------- diff --git a/crunch-core/src/main/java/org/apache/crunch/impl/mem/CountersWrapper.java b/crunch-core/src/main/java/org/apache/crunch/impl/mem/CountersWrapper.java index 7fe893c..ee0906b 100644 --- a/crunch-core/src/main/java/org/apache/crunch/impl/mem/CountersWrapper.java +++ b/crunch-core/src/main/java/org/apache/crunch/impl/mem/CountersWrapper.java @@ -1,16 +1,19 @@ /** - * Copyright (c) 2013, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 + * 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 * - * This software 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. + * 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 org.apache.crunch.impl.mem; http://git-wip-us.apache.org/repos/asf/crunch/blob/875709c4/crunch-core/src/test/java/org/apache/crunch/impl/mem/CountersTest.java ---------------------------------------------------------------------- diff --git a/crunch-core/src/test/java/org/apache/crunch/impl/mem/CountersTest.java b/crunch-core/src/test/java/org/apache/crunch/impl/mem/CountersTest.java index 458ecc7..6b3d0fd 100644 --- a/crunch-core/src/test/java/org/apache/crunch/impl/mem/CountersTest.java +++ b/crunch-core/src/test/java/org/apache/crunch/impl/mem/CountersTest.java @@ -1,16 +1,19 @@ /** - * Copyright (c) 2013, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 + * 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 * - * This software 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. + * 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 org.apache.crunch.impl.mem;
