While this is on my clipboard =(
/*------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// //
// ------------------------------------------------------------------------ //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ */
)
This has a few important changes to what was there before reasons are:
1) that is // = an extra line break each time??

/* words here */ is an better way, also for then closing without making extra spaces also in coding.
2) Next is the spaces, though we have closed it around it's self, it also requires more space per line for size of file, so why do we want 3 lines of extra space in each?
3) Title id of file and editing at the top of each file, this is where XOOPS goes wrong on one hand that is saying this is GPL, yet on other this is author and what was done is final, changes are always happening by the hour, so why store a record that is not nesaccrly correct and increase file size and work.
so better is a current tidly wiki would be nice or full help doc's some how where anyone who uses a module with in XOOPS has a full itemized variable finder, why say those options to be searchable so we can quickly refrence XOOPS core and find errorsd and optimize it better......
Anyways only wanted to post the diclaimer while i am pasting it to increase speed as those line break is a lot of work for anything to read /* */
Happy coding Xoopers