Hmm, it seems there's still one with Cloudera license header left: crunch-hbase/src/main/java/org/apache/crunch/io/hbase/TableOutputFormat.java
What do we do release-wise? Regards, Matthias On Tuesday, 2013-05-07, [email protected] wrote: > Fix license headers > > > Project: http://git-wip-us.apache.org/repos/asf/crunch/repo > Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/0251bc60 > Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/0251bc60 > Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/0251bc60 > > Branch: refs/heads/master > Commit: 0251bc604b67a1d433f25e432271a67239fdafd1 > Parents: 7bb1dcf > Author: Josh Wills <[email protected]> > Authored: Mon May 6 21:39:26 2013 -0700 > Committer: Josh Wills <[email protected]> > Committed: Mon May 6 21:39:26 2013 -0700 > > ---------------------------------------------------------------------- > .../crunch/lib/sort/ReverseAvroComparator.java | 21 ++++++++------ > .../crunch/lib/sort/ReverseWritableComparator.java | 21 ++++++++------ > 2 files changed, 24 insertions(+), 18 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/crunch/blob/0251bc60/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseAvroComparator.java > ---------------------------------------------------------------------- > diff --git > a/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseAvroComparator.java > > b/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseAvroComparator.java > index d83071b..ca6ba33 100644 > --- > a/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseAvroComparator.java > +++ > b/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseAvroComparator.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.lib.sort; > > > http://git-wip-us.apache.org/repos/asf/crunch/blob/0251bc60/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseWritableComparator.java > ---------------------------------------------------------------------- > diff --git > a/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseWritableComparator.java > > b/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseWritableComparator.java > index c2d0c46..f356fc5 100644 > --- > a/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseWritableComparator.java > +++ > b/crunch-core/src/main/java/org/apache/crunch/lib/sort/ReverseWritableComparator.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.lib.sort; > >
