EvilZone
Programming and Scripting => Java => : Deque March 27, 2014, 09:44:36 AM
-
This is a useful plugin that I found for eclipse.
E.g. I have 221 files in a current project of mine and I decided that they should have a copyright notice right in the first lines. So I looked for a solution and found this:
http://www.wdev91.com/?p=cpw
The Copyright Wizard applies a header with a copyright notice with my prefered license text to all files I specify.
Example result:
/*******************************************************************************
* Copyright 2014 Deque
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
******************************************************************************/
-
Wait eclipse doesn't have that? i thought i say it.....Just checked, its netbeans that has it on a basic install. thanks!