Copyright plugin enhancement
I would really like the ability to specify a copyright that can also be
used for JSPs or have the plugin determine the correct type of comment.
An example is what I use for .java files:
/*
-------------------------------------------------------
Copyright (c) 2004 Appriss. All Rights Reserved.
-------------------------------------------------------
$Header$
$Log$
*/
I would like the same to happen for JSPs, but look like:
<%--
-
Copyright (c) 2004 Appriss. All Rights Reserved.
-
$Header$
$Log$
--%>
Please sign in to leave a comment.
Yeah, and should be able to hanble this kind of copyrigt too:
//
// -
// Copyright (c) 2004 Appriss. All Rights Reserved.
// -
// $Header$
// $Log$
//
Ahmed.