From 8895aac2bfa3617da46ebeeacd0623f43b21a582 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Fri, 2 Oct 2015 22:22:10 +0200 Subject: [PATCH] replace a few remaining instances of the old name "rscds" --- dba/appuser_permissions.txt | 2 +- dba/caldav_functions.sql | 2 +- dba/rrule_functions-8.1.sql | 2 +- dba/rrule_functions.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dba/appuser_permissions.txt b/dba/appuser_permissions.txt index ea03c51b..a7eba5be 100644 --- a/dba/appuser_permissions.txt +++ b/dba/appuser_permissions.txt @@ -1,5 +1,5 @@ # -# This file is used by update-rscds-database to set the correct +# This file is used by update-davical-database to set the correct # permissions for the application user. In newer installations # the application user will probably be called app_davical (and # the administrative user will be called dba_davical) but in diff --git a/dba/caldav_functions.sql b/dba/caldav_functions.sql index 3c698759..52a37bc0 100644 --- a/dba/caldav_functions.sql +++ b/dba/caldav_functions.sql @@ -1,7 +1,7 @@ /** * PostgreSQL Functions for CalDAV handling * -* @package rscds +* @package davical * @subpackage database * @author Andrew McMillan * @copyright Catalyst IT Ltd diff --git a/dba/rrule_functions-8.1.sql b/dba/rrule_functions-8.1.sql index b5108f2c..3fb0e832 100644 --- a/dba/rrule_functions-8.1.sql +++ b/dba/rrule_functions-8.1.sql @@ -1,7 +1,7 @@ /** * PostgreSQL Functions for RRULE handling * -* @package rscds +* @package davical * @subpackage database * @author Andrew McMillan * @copyright Morphoss Ltd - http://www.morphoss.com/ diff --git a/dba/rrule_functions.sql b/dba/rrule_functions.sql index 9df816b1..e20361a9 100644 --- a/dba/rrule_functions.sql +++ b/dba/rrule_functions.sql @@ -1,7 +1,7 @@ /** * PostgreSQL Functions for RRULE handling * -* @package rscds +* @package davical * @subpackage database * @author Andrew McMillan * @copyright Morphoss Ltd - http://www.morphoss.com/