add a readme file to the top level AContent directory
[acontent.git] / svn.php
1 <?php
2 /************************************************************************/
3 /* AContent                                                             */
4 /************************************************************************/
5 /* Copyright (c) 2010                                                   */
6 /* Inclusive Design Institute                                           */
7 /*                                                                      */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12
13 /* created by the bundle script.                     */
14 /* the resulting file will look something like this: */
15 /* $svn_data = '
16 ------------------------------------------------------------------------
17 r0001 | cindy | 2008-09-09 16:27:14 -0500 (Tue, 9 Sep 2008)
18 ------------------------------------------------------------------------';
19 */
20
21
22 $svn_data = '
23 ------------------------------------------------------------------------
24 r0001 | cindy | 2008-09-09 16:27:14 -0500 (Tue, 9 Sep 2008)
25 ------------------------------------------------------------------------';
26 ?>