summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2006-08-03 10:46:47 +0000
committerJoe Orton <jorton@apache.org>2006-08-03 10:46:47 +0000
commit4f1ea009a590157c10bbbdb7fd87a978d4749eea (patch)
treee703d0d85ad6e4cc36448893497901f3eb4ad5a2 /random
parenta62f14407a44680943f349cb0e8bf570730bece0 (diff)
downloadapr-4f1ea009a590157c10bbbdb7fd87a978d4749eea.tar.gz
Update license header.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'random')
-rw-r--r--random/unix/apr_random.c12
-rw-r--r--random/unix/sha2.c12
-rw-r--r--random/unix/sha2.h12
3 files changed, 18 insertions, 18 deletions
diff --git a/random/unix/apr_random.c b/random/unix/apr_random.c
index 88a48bcb9..a5a30d920 100644
--- a/random/unix/apr_random.c
+++ b/random/unix/apr_random.c
@@ -1,9 +1,9 @@
-/* Copyright 2003-2005 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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
+/* 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 AF 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
*
diff --git a/random/unix/sha2.c b/random/unix/sha2.c
index 63d2fe934..b05400649 100644
--- a/random/unix/sha2.c
+++ b/random/unix/sha2.c
@@ -1,9 +1,9 @@
-/* Copyright 2003-2005 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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
+/* 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 AF 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
*
diff --git a/random/unix/sha2.h b/random/unix/sha2.h
index b1c3988d5..2c990df99 100644
--- a/random/unix/sha2.h
+++ b/random/unix/sha2.h
@@ -1,9 +1,9 @@
-/* Copyright 2003-2005 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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
+/* 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 AF 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
*