summaryrefslogtreecommitdiff
path: root/modules/http2/h2_headers.c
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2018-01-17 14:41:30 +0000
committerStefan Eissing <icing@apache.org>2018-01-17 14:41:30 +0000
commiteb0fb1c922a86a386fa5fe85e9b2a24be61ea1c5 (patch)
treefff95d24af9cdbf8fc98a8d2a2482d739efe0902 /modules/http2/h2_headers.c
parent4f3fc84c90604fb14e62dc1cd9806e102e81e364 (diff)
downloadhttpd-eb0fb1c922a86a386fa5fe85e9b2a24be61ea1c5.tar.gz
On the trunk:
mod_http2: 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@1821371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_headers.c')
-rw-r--r--modules/http2/h2_headers.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/http2/h2_headers.c b/modules/http2/h2_headers.c
index e80a34f367..94cb214aa3 100644
--- a/modules/http2/h2_headers.c
+++ b/modules/http2/h2_headers.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 <assert.h>
#include <stdio.h>