Page 1 of 1

Homogenous headers for ps2sdk ?

Posted: Mon Sep 13, 2004 4:30 am
by pixel
Well, I am not willing to enforce or push that too far. That's just an idea. What about putting a single "anonymous" banner on all the source files of the ps2sdk, and only keep names into the "AUTHOR" file ? Like, having:

Code: Select all

/*
  _____     ___ ____
   ____|   |    ____|   PSX2 OpenSource Project
  |     ___|   |____    (C)2001-2004, ps2dev - http://www.ps2dev.org
  ------------------------------------------------------------------------
  filename              Little description
  $Id$
*/
or

Code: Select all

/*
# _____     ___ ____     ___ ____
#  ____|   |    ____|   |        | |____|
# |     ___|   |____ ___|    ____| |    \    PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.
#
# $Id$
# Description
*/
as generic header for about any source file.

Well, if some people are completely against that, just tell it. Otherwise, I might spam you one day or another with a large cvs commit :p

Posted: Mon Sep 13, 2004 8:15 am
by ooPo
Spam away. Sounds good to me.

Posted: Mon Sep 13, 2004 9:27 am
by Oobles
The second one with the license information. There is a file called ID at the root of PS2SDK with just this header. Feel free to Spam away.

Posted: Wed Sep 15, 2004 12:46 am
by pixel
Done :p

Posted: Wed Sep 15, 2004 4:34 am
by chp
EEP! *drowning in spam* ... the pain, the pain! ;)

Posted: Mon Oct 11, 2004 10:47 am
by mrbrown
Pixel, in the future if you're going to make cosmetic changes like this - do not remove the original author's copyright notice without asking them first. I just had to restore my copyright notice in a few dozen files. I do not want my copyright notices tampered with in any ps2dev projects that I have or will contribute to - ever.

Posted: Mon Oct 11, 2004 5:07 pm
by pixel
That's exactly what this thread was for, since I ask people's opinion and feelings in the first post... And I believe that anyone concerned were able to look at this topic.

And don't tell me you missed it, since you were posting other stuff on the forum meanwhile.

Posted: Tue Oct 12, 2004 1:45 am
by mrbrown
What you posted in the orignal thread does not mention that you would remove people's copyrights. Had I known you were going to do that, then of course I would've spoken up. It looked like you were going to add the generic banner to any files without any copyright or license information, which IMO is acceptable. In any case, I've made my point, which is indisputable - do not touch the copyright banners in source files without explicit permission from the author.

Re: Homogenous headers for ps2sdk ?

Posted: Tue Oct 12, 2004 1:50 am
by pixel
pixel wrote:What about putting a single "anonymous" banner on all the source files of the ps2sdk, and only keep names into the "AUTHOR" file ?
Sorry if it wasn't clear enough.