Skip to content

tlcsdm/eclipse-copyright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse Copyright

This is an Eclipse extension to help generating and updating copyright in files.

Now Support Eclipse 2024-06 and later, Mac OS X, Linux (with nautilus) and Windows.

Use

Click Project -> Apply copyright...

History

Fork of Eclipse Copyright Generator project on Github, which is a fork of the Eclipse Copyright Generator project on sourceforge.

Initial work by Eric Wuillai. Contributors: Jeremie Bresson, Matthew Krupcale, Roger Chen, unknowIfGuestInDream.

Build

This project uses Tycho with Maven to build. It requires Maven 3.9.0 or higher version.

Dev build:

mvn clean verify

Release build:

mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify

Install

Refer to the original Github pages at https://docs.tlcsdm.com/eclipse-copyright/.

  1. Add https://raw.githubusercontent.com/tlcsdm/eclipse-copyright/update_site/ as the upgrade location in Eclipse.
  2. Download from Jenkins