Revision: 2635 http://geany.svn.sourceforge.net/geany/?rev=2635&view=rev Author: ntrel Date: 2008-06-02 09:30:27 -0700 (Mon, 02 Jun 2008)
Log Message: ----------- Fix file header notice, copyright, Id string.
Modified Paths: -------------- trunk/src/documentprivate.h
Modified: trunk/src/documentprivate.h =================================================================== --- trunk/src/documentprivate.h 2008-06-02 16:05:03 UTC (rev 2634) +++ trunk/src/documentprivate.h 2008-06-02 16:30:27 UTC (rev 2635) @@ -1,6 +1,7 @@ /* - * document-private.h + * document-private.h - this file is part of Geany, a fast and lightweight IDE * + * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> * * This program is free software; you can redistribute it and/or modify @@ -17,6 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. + * + * $Id$ */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.