Repository: lucy Updated Branches: refs/heads/master 8513ba7e5 -> 892a05f41
Adjust autogen headers for Clownfish changes Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/892a05f4 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/892a05f4 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/892a05f4 Branch: refs/heads/master Commit: 892a05f41194207e81602b194b6964569a229a84 Parents: 8513ba7 Author: Nick Wellnhofer <[email protected]> Authored: Mon Nov 10 17:50:39 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Nov 11 16:20:17 2014 +0100 ---------------------------------------------------------------------- c/cfc_header | 37 ++++++++++++++++----------------- perl/buildlib/Lucy/Build.pm | 44 +++++++++++++++++++--------------------- 2 files changed, 39 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/892a05f4/c/cfc_header ---------------------------------------------------------------------- diff --git a/c/cfc_header b/c/cfc_header index d982cf9..f2fff7c 100644 --- a/c/cfc_header +++ b/c/cfc_header @@ -1,23 +1,22 @@ -/*********************************************** +*********************************************** - !!!! DO NOT EDIT !!!! +!!!! DO NOT EDIT !!!! - This file was auto-generated by cfc. +This file was auto-generated by cfc. - ***********************************************/ +*********************************************** -/* 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. - */ +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. http://git-wip-us.apache.org/repos/asf/lucy/blob/892a05f4/perl/buildlib/Lucy/Build.pm ---------------------------------------------------------------------- diff --git a/perl/buildlib/Lucy/Build.pm b/perl/buildlib/Lucy/Build.pm index 10a97d9..2334a66 100644 --- a/perl/buildlib/Lucy/Build.pm +++ b/perl/buildlib/Lucy/Build.pm @@ -231,30 +231,28 @@ sub ACTION_compile_custom_xs { sub autogen_header { my $self = shift; return <<"END_AUTOGEN"; -/*********************************************** - - !!!! DO NOT EDIT !!!! - - This file was auto-generated by Build.PL. - - ***********************************************/ - -/* 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. - */ +*********************************************** +!!!! DO NOT EDIT !!!! + +This file was auto-generated by Build.PL. + +*********************************************** + +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. END_AUTOGEN }
