summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-05-27 00:24:48 +0000
committerGuenter Knauf <fuankg@apache.org>2013-05-27 00:24:48 +0000
commit13881b85159a3af9c1e17ee9766adc886f6a232b (patch)
tree1d7546d7230feadeafe0e8f991c5475b600ad165
parent19402276e306f11afb1e9acda55ba7fa0ba12417 (diff)
downloadapr-13881b85159a3af9c1e17ee9766adc886f6a232b.tar.gz
MOved [APR|APU]_COPYRIGHT macro from *.rc to [apr|apu]_version.h.
Updated [APR|APU]_COPYRIGHT macro with recent year. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@1486496 13f79535-47bb-0310-9956-ffa450edef68
-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 7d1569b57..20bf6da84 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -38,6 +38,9 @@
*/
+#define APR_COPYRIGHT "Copyright (c) 2013 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 " \