I've noticed two files recently checked in, which have slightly off FSF copyright/license notices. Indeed, many of the files in Gnash are that way. I think the errors are just propagated from file to file. I've been fixing them up as I go..
Here's how our copyright/license notices aren't best: * Each file doesn't start with a one-line comment describing it. * There's no // blank line before "You should have received a copy...". * There's often odd whitespace afterward, before the CVS tag. Making it look good is easy, it just takes a moment of attention. The GNU coding standards are documented here: http://www.gnu.org/prep/standards/standards.html#Comments http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices http://www.gnu.org/prep/maintain/maintain.html#License-Notices When you edit a file for other reasons, please glance at the top of the file as your text editor comes up, and fix these minor errors whenever you see them. Thanks! John > RCS file: server/swf/DoActionTag.h > diff -N server/swf/DoActionTag.h > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ server/swf/DoActionTag.h 24 May 2007 20:10:42 -0000 1.1 > @@ -0,0 +1,114 @@ > +// > +// Copyright (C) 2007 Free Software Foundation, Inc. > +// > +// 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. > +// > +// 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > + > +// > +// > +// > + > +/* $Id: DoActionTag.h,v 1.1 2007/05/24 20:10:42 strk Exp $ */ _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

