summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-27 00:24:48 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-27 00:24:48 +0000
commit513cf7b2afeacffeda113d5679a19cc8a8a6c604 (patch)
tree99555878ca926f419131598efa5cc352b1371d54
parent7d03dfc5a06dbf55d8749faa77d42ecfa9dc8ebe (diff)
downloadlibapr-513cf7b2afeacffeda113d5679a19cc8a8a6c604.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: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.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 aa677f723..1180dedec 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 098b5f152..604fc7c06 100644
--- a/libapr.rc
+++ b/libapr.rc
@@ -1,8 +1,5 @@
#include "apr_version.h"
-#define APR_COPYRIGHT "Copyright (c) 2011 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 " \