From 48bb2db6fbc3c7a5bedee0cd5d60e85c12324feb Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 17 Jan 2018 14:50:58 +0000 Subject: [PATCH] On the trunk: mod_md: removing comments that documented that greenbytes has untransferable copyright to the sources. The rights, of course, remain unaffected, but maybe some people can sleep better. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821374 13f79535-47bb-0310-9956-ffa450edef68 --- modules/md/md.h | 13 +++++++------ modules/md/md_acme.c | 15 --------------- modules/md/md_acme.h | 13 +++++++------ modules/md/md_acme_acct.c | 15 --------------- modules/md/md_acme_acct.h | 13 +++++++------ modules/md/md_acme_authz.c | 15 --------------- modules/md/md_acme_authz.h | 13 +++++++------ modules/md/md_acme_drive.c | 15 --------------- modules/md/md_core.c | 15 --------------- modules/md/md_crypt.c | 15 --------------- modules/md/md_crypt.h | 13 +++++++------ modules/md/md_curl.c | 15 --------------- modules/md/md_curl.h | 13 +++++++------ modules/md/md_http.c | 14 -------------- modules/md/md_http.h | 13 +++++++------ modules/md/md_json.c | 14 -------------- modules/md/md_json.h | 13 +++++++------ modules/md/md_jws.c | 15 --------------- modules/md/md_jws.h | 13 +++++++------ modules/md/md_log.c | 15 --------------- modules/md/md_log.h | 13 +++++++------ modules/md/md_reg.c | 15 --------------- modules/md/md_reg.h | 13 +++++++------ modules/md/md_store.c | 15 --------------- modules/md/md_store.h | 13 +++++++------ modules/md/md_store_fs.c | 15 --------------- modules/md/md_store_fs.h | 13 +++++++------ modules/md/md_util.c | 15 --------------- modules/md/md_util.h | 13 +++++++------ modules/md/md_version.h | 29 +++++++++++++++-------------- modules/md/mod_md.c | 15 --------------- modules/md/mod_md.h | 29 +++++++++++++++-------------- modules/md/mod_md_config.c | 15 --------------- modules/md/mod_md_config.h | 13 +++++++------ modules/md/mod_md_os.c | 15 --------------- modules/md/mod_md_os.h | 13 +++++++------ modules/md/mod_md_private.h | 13 +++++++------ 37 files changed, 149 insertions(+), 398 deletions(-) diff --git a/modules/md/md.h b/modules/md/md.h index 1aa19adaf6..60f8852b57 100644 --- a/modules/md/md.h +++ b/modules/md/md.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_acme.c b/modules/md/md_acme.c index f692e25dea..589963237f 100644 --- a/modules/md/md_acme.c +++ b/modules/md/md_acme.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_acme.h b/modules/md/md_acme.h index 30dfbbc8e1..2dcbee6a7b 100644 --- a/modules/md/md_acme.h +++ b/modules/md/md_acme.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_acme_acct.c b/modules/md/md_acme_acct.c index cde9f2c400..e5d60fc120 100644 --- a/modules/md/md_acme_acct.c +++ b/modules/md/md_acme_acct.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_acme_acct.h b/modules/md/md_acme_acct.h index 06ac9532b8..e200da37eb 100644 --- a/modules/md/md_acme_acct.h +++ b/modules/md/md_acme_acct.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_acme_authz.c b/modules/md/md_acme_authz.c index 9cb1a09530..c04410b4ee 100644 --- a/modules/md/md_acme_authz.c +++ b/modules/md/md_acme_authz.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_acme_authz.h b/modules/md/md_acme_authz.h index 3b083a95f0..aa33f23d23 100644 --- a/modules/md/md_acme_authz.h +++ b/modules/md/md_acme_authz.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_acme_drive.c b/modules/md/md_acme_drive.c index 023966ae81..0b2a27e6a2 100644 --- a/modules/md/md_acme_drive.c +++ b/modules/md/md_acme_drive.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_core.c b/modules/md/md_core.c index 4193816bd4..51ad0057c6 100644 --- a/modules/md/md_core.c +++ b/modules/md/md_core.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_crypt.c b/modules/md/md_crypt.c index c35fef518e..66682eaf4d 100644 --- a/modules/md/md_crypt.c +++ b/modules/md/md_crypt.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_crypt.h b/modules/md/md_crypt.h index 94bde5ca86..e03c29663d 100644 --- a/modules/md/md_crypt.h +++ b/modules/md/md_crypt.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_curl.c b/modules/md/md_curl.c index 3710bb41cb..f3585da875 100644 --- a/modules/md/md_curl.c +++ b/modules/md/md_curl.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_curl.h b/modules/md/md_curl.h index 5b358cbdd9..cbc1dd24c1 100644 --- a/modules/md/md_curl.h +++ b/modules/md/md_curl.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_http.c b/modules/md/md_http.c index 89c3373bd2..310fc5590c 100644 --- a/modules/md/md_http.c +++ b/modules/md/md_http.c @@ -14,20 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_http.h b/modules/md/md_http.h index 874af4a233..c6d94bb2d9 100644 --- a/modules/md/md_http.h +++ b/modules/md/md_http.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_json.c b/modules/md/md_json.c index ccf1ef6ae2..25c5895c4f 100644 --- a/modules/md/md_json.c +++ b/modules/md/md_json.c @@ -14,20 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_json.h b/modules/md/md_json.h index dde3d240e3..7f2e4f331b 100644 --- a/modules/md/md_json.h +++ b/modules/md/md_json.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_jws.c b/modules/md/md_jws.c index 9b781cb4c9..37c1b0e352 100644 --- a/modules/md/md_jws.c +++ b/modules/md/md_jws.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_jws.h b/modules/md/md_jws.h index bd3a006893..e7c145ee38 100644 --- a/modules/md/md_jws.h +++ b/modules/md/md_jws.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_log.c b/modules/md/md_log.c index aa41eb0936..d236e0f088 100644 --- a/modules/md/md_log.c +++ b/modules/md/md_log.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_log.h b/modules/md/md_log.h index 9af15a723c..eaca36e088 100644 --- a/modules/md/md_log.h +++ b/modules/md/md_log.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_reg.c b/modules/md/md_reg.c index 556d9aace7..459c15f157 100644 --- a/modules/md/md_reg.c +++ b/modules/md/md_reg.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_reg.h b/modules/md/md_reg.h index 74a831f33d..2bf738583c 100644 --- a/modules/md/md_reg.h +++ b/modules/md/md_reg.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_store.c b/modules/md/md_store.c index 2b7e1898d6..a047ff3749 100644 --- a/modules/md/md_store.c +++ b/modules/md/md_store.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_store.h b/modules/md/md_store.h index 8f968c76aa..5825189a3b 100644 --- a/modules/md/md_store.h +++ b/modules/md/md_store.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_store_fs.c b/modules/md/md_store_fs.c index 726aeb8631..d213400aae 100644 --- a/modules/md/md_store_fs.c +++ b/modules/md/md_store_fs.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/md_store_fs.h b/modules/md/md_store_fs.h index d2344be382..4167c9bc95 100644 --- a/modules/md/md_store_fs.h +++ b/modules/md/md_store_fs.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_util.c b/modules/md/md_util.c index 69bace4473..4e97d92bd3 100644 --- a/modules/md/md_util.c +++ b/modules/md/md_util.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/md_util.h b/modules/md/md_util.h index a69635bdb0..5b3a2eab5f 100644 --- a/modules/md/md_util.h +++ b/modules/md/md_util.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/md_version.h b/modules/md/md_version.h index d76a15b6fe..f28cd03781 100644 --- a/modules/md/md_version.h +++ b/modules/md/md_version.h @@ -1,17 +1,18 @@ -/* Copyright 2015 greenbytes GmbH (https://www.greenbytes.de) -* -* 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 -* -* 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. + */ #ifndef mod_md_md_version_h #define mod_md_md_version_h diff --git a/modules/md/mod_md.c b/modules/md/mod_md.c index 038f1d2824..1b8446df4f 100644 --- a/modules/md/mod_md.c +++ b/modules/md/mod_md.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2015 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include #include diff --git a/modules/md/mod_md.h b/modules/md/mod_md.h index edfee72165..5ff8f5221c 100644 --- a/modules/md/mod_md.h +++ b/modules/md/mod_md.h @@ -1,17 +1,18 @@ -/* Copyright 2015 greenbytes GmbH (https://www.greenbytes.de) -* -* 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 -* -* 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. + */ #ifndef mod_md_mod_md_h #define mod_md_mod_md_h diff --git a/modules/md/mod_md_config.c b/modules/md/mod_md_config.c index 8cf95dda23..40ae6c4744 100644 --- a/modules/md/mod_md_config.c +++ b/modules/md/mod_md_config.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/mod_md_config.h b/modules/md/mod_md_config.h index 87caf2774a..7c7df51676 100644 --- a/modules/md/mod_md_config.h +++ b/modules/md/mod_md_config.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/mod_md_os.c b/modules/md/mod_md_os.c index 294785053c..f96d5667c0 100644 --- a/modules/md/mod_md_os.c +++ b/modules/md/mod_md_os.c @@ -14,21 +14,6 @@ * limitations under the License. */ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) - * - * 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 - * - * 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. - */ - #include #include diff --git a/modules/md/mod_md_os.h b/modules/md/mod_md_os.h index b4b59d8c0f..30850764d6 100644 --- a/modules/md/mod_md_os.h +++ b/modules/md/mod_md_os.h @@ -1,11 +1,12 @@ -/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/modules/md/mod_md_private.h b/modules/md/mod_md_private.h index d4a4a76d02..45521ea0e4 100644 --- a/modules/md/mod_md_private.h +++ b/modules/md/mod_md_private.h @@ -1,11 +1,12 @@ -/* Copyright 2015 greenbytes GmbH (https://www.greenbytes.de) +/* 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 * - * 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 + * 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, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- 2.40.0