added copyrights to comments

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@3 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-03-26 19:00:31 +00:00
parent 0c7d7335e7
commit 9437cc7e52
4 changed files with 16 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ $config = array(
// Main settings
'url' => '/dlist2/',
'url' => '/dlist/',
'index_files' => array('index', 'default', 'main'),
'debug' => false,

View File

@@ -1,5 +1,11 @@
<?php
/*
Copyright © 2006 Jim Myhrberg.
zynode@gmail.com
*/
// process requested path
if ( stristr($_SERVER['REQUEST_URI'], '?') !== false ) {

View File

@@ -3,8 +3,8 @@
//
// render
//
// Created by Jim Myhrberg on 21-Mar-2006.
// Copyright (c) zynode.info. All rights reserved.
// Created on 21-Mar-2006.
// Copyright © Jim Myhrberg. All rights reserved.
//
//_HEAD;

View File

@@ -1,5 +1,12 @@
<?php
/*
dList v0.7 beta
Copyright © 2006 Jim Myhrberg.
zynode@gmail.com
*/
require_once('config.php');
require_once('resources/init.php');