Removed inadequate copyright

This commit is contained in:
Vladimir Panteleev 2010-09-13 01:46:57 +03:00
parent 3da27c86ba
commit 1d7587161f
1 changed files with 2 additions and 5 deletions

View File

@ -1,9 +1,6 @@
/**
* Light read-only XML library
*
* Copyright 2008, 2009 Vladimir Panteleev <thecybershadow@gmail.com>
*/
// Written in the D Programming Language, version 1
/// Light read-only XML library
module litexml;
import std.stream;