aboutsummaryrefslogtreecommitdiff
path: root/lib/apr.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-02-27 17:24:33 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-02-27 17:40:57 +0200
commitf08fb73d6ab98b26e738d89b59f21c2f72b432a6 (patch)
treef88790a80b9403c6afc8d8c4e149293b098ca814 /lib/apr.c
parenta7d03cd5f6ab8884ee2f2ef89c3e514c811c2c9f (diff)
downloadping903-f08fb73d6ab98b26e738d89b59f21c2f72b432a6.tar.gz
ping903-f08fb73d6ab98b26e738d89b59f21c2f72b432a6.tar.bz2
Add missing copylefts; improve docs
Diffstat (limited to 'lib/apr.c')
-rw-r--r--lib/apr.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/lib/apr.c b/lib/apr.c
index 1036841..d7068e9 100644
--- a/lib/apr.c
+++ b/lib/apr.c
@@ -1,3 +1,47 @@
+/*
+ * This is work is derived from material Copyright RSA Data Security, Inc.
+ *
+ * The RSA copyright statement and Licence for that original material is
+ * included below. This is followed by the Apache copyright statement and
+ * licence for the modifications made to that material.
+ */
+
+/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
+ */
+
+/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
+ rights reserved.
+ License to copy and use this software is granted provided that it
+ is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+ Algorithm" in all material mentioning or referencing this software
+ or this function.
+ License is also granted to make and use derivative works provided
+ that such works are identified as "derived from the RSA Data
+ Security, Inc. MD5 Message-Digest Algorithm" in all material
+ mentioning or referencing the derived work.
+ RSA Data Security, Inc. makes no representations concerning either
+ the merchantability of this software or the suitability of this
+ software for any particular purpose. It is provided "as is"
+ without express or implied warranty of any kind.
+ These notices must be retained in any copies of any part of this
+ documentation and/or software.
+ */
+
+/* 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.
+ */
#include <config.h>
#include <sys/types.h>
#include <stdint.h>

Return to:

Send suggestions and report system problems to the System administrator.