summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-23 18:23:17 +0000
committerRyan Bloom <rbb@apache.org>2000-07-23 18:23:17 +0000
commite9c34e39b1ca781d1fc6c2ed2f51150c492684a4 (patch)
tree5369167619a5137bdee7533f5504eaebde803b40 /helpers
parent6321e162924395f750ea034cf91c784555529f59 (diff)
downloadapr-e9c34e39b1ca781d1fc6c2ed2f51150c492684a4.tar.gz
Customize the ScanDoc template just a bit to mention that this is APR
and owned by the ASF git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rw-r--r--helpers/default.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/default.pl b/helpers/default.pl
index 3cd9eb50a..cdacd8d46 100644
--- a/helpers/default.pl
+++ b/helpers/default.pl
@@ -12,9 +12,9 @@
## For quick and superficial customization,
## simply change these variables
-$project_name = '[My Project]';
+$project_name = '[Apache Portable RunTime]';
$company_logo = '<img src="../images/ScanDocBig.jpg">'; # change this to an image tag.
-$copyright = '&copy 2000 [My Name]';
+$copyright = '&copy 2000 [Apache Software Foundation]';
$image_directory = "../images/";
$bullet1_image = $image_directory . "ball1.gif";
$bullet2_image = $image_directory . "ball2.gif";