summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/apr_version.h3
-rw-r--r--libapr.rc3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index 9dbb985c8..d51638372 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -38,6 +38,9 @@
*/
+#define APR_COPYRIGHT "Copyright (c) 2010 The Apache Software " \
+ "Foundation or its licensors, as applicable."
+
/* The numeric compile-time version constants. These constants are the
* authoritative version numbers for APR.
*/
diff --git a/libapr.rc b/libapr.rc
index ac8094b12..604fc7c06 100644
--- a/libapr.rc
+++ b/libapr.rc
@@ -1,8 +1,5 @@
#include "apr_version.h"
-#define APR_COPYRIGHT "Copyright (c) 2009 The Apache Software " \
- "Foundation or its licensors, as applicable."
-
#define APR_LICENSE \
"Licensed to the Apache Software Foundation (ASF) under one or more " \
"contributor license agreements. See the NOTICE file distributed with " \