The copyright header is missing in this file
I am trying to fix the PMD violation (info) in one of my projects and I can't seem to be able to do so. I have added relevant copyright information in one of my action script files eg.
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2009 Jeffery Fernandez.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the GNU Public License v2.0
// which accompanies this distribution, and is available at
// http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
//
// Contributors:
// Jeffery Fernandez - initial API and implementation
////////////////////////////////////////////////////////////////////////////////
and then re-ran the FlexPMD over my code base. It still complained about the missing copyright headers. Can anyone point out what I am doing wrong?
cheers,
Jeffery
