license headers

This commit is contained in:
PJ Fanning 2025-11-26 13:39:37 +01:00
parent 528b72d347
commit 32d7a45b50
3 changed files with 49 additions and 28 deletions

View File

@ -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.
==================================================================== */
// This script is used as input to the Jenkins Job DSL plugin to create all the build-jobs that // This script is used as input to the Jenkins Job DSL plugin to create all the build-jobs that
// Apache POI uses on the public Jenkins instance at https://ci-builds.apache.org/job/POI/ // Apache POI uses on the public Jenkins instance at https://ci-builds.apache.org/job/POI/
// //

View File

@ -1,17 +1,19 @@
/* Copyright 2004 The Apache Software Foundation /* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one or more
* Licensed under the Apache License, Version 2.0 (the "License"); contributor license agreements. See the NOTICE file distributed with
* you may not use this file except in compliance with the License. this work for additional information regarding copyright ownership.
* You may obtain a copy of the License at 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
* http://www.apache.org/licenses/LICENSE-2.0 the License. You may obtain a copy of the License at
*
* Unless required by applicable law or agreed to in writing, software http://www.apache.org/licenses/LICENSE-2.0
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Unless required by applicable law or agreed to in writing, software
* See the License for the specific language governing permissions and distributed under the License is distributed on an "AS IS" BASIS,
* limitations under the License. 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.poi.logging; package org.apache.poi.logging;

View File

@ -1,17 +1,19 @@
/* Copyright 2004 The Apache Software Foundation /* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one or more
* Licensed under the Apache License, Version 2.0 (the "License"); contributor license agreements. See the NOTICE file distributed with
* you may not use this file except in compliance with the License. this work for additional information regarding copyright ownership.
* You may obtain a copy of the License at 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
* http://www.apache.org/licenses/LICENSE-2.0 the License. You may obtain a copy of the License at
*
* Unless required by applicable law or agreed to in writing, software http://www.apache.org/licenses/LICENSE-2.0
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Unless required by applicable law or agreed to in writing, software
* See the License for the specific language governing permissions and distributed under the License is distributed on an "AS IS" BASIS,
* limitations under the License. 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.poi.logging; package org.apache.poi.logging;