Using plugin - Plugin
usecases.With Copyright plugin developer can add copyright comment to their
source files any stage of development life cycle.
There are several ways developer can add copyright comment .
1.Adding copyright comment to Java file Open
file in Editor.
Right click on file in Editor. In Popup menu select " Copyright
comment ". Save file. You can also add comment to java file without
open it. For that open Window > Show View > Navigator.
In Navigator right click to the file and in popup menu select "
Copyright " > "Comment ".
2.Adding copyright comment to other (non java)
file.
open Window > Show View > Navigator. In Navigator right
click to the file and in popup menu select " Copyright " > "Comment
".
3.Adding copyright to whole
project/directory.
open Window > Show View > Navigator. In Navigator right
click to the project/directory and in popup menu select " Copyright "
> "Comment ". It will open dialog box to specify file extension to
apply this comment.
It has 3 options :
1.All : Copyright comment will be added to all files within the
project/directory regardless of their type.
2.Java : Copyright comment will be added to only java files within
the project/directory.
3.Others : If developer want to specify other file extension. i.e
developer want to add copyright comment to xml file only then he can
mention "xml" extension. Note here user should not give ".xml" or
"*.xml" or anything .He must give valid extension type only.
By using this option (3rd one) Within a click user can add copyright
comment to whole project.