# eclipse-copyright **Repository Path**: unknowIfGuestInDream/eclipse-copyright ## Basic Information - **Project Name**: eclipse-copyright - **Description**: 这是一个 Eclipse 扩展,可帮助生成和更新文件中的版权。 - **Primary Language**: Java - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: https://github.com/tlcsdm/eclipse-copyright - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Eclipse-Plugin ## README # 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](https://github.com/jmini/Eclipse-Copyright-Generator) on Github, which is a fork of the [Eclipse Copyright Generator project](http://sourceforge.net/projects/eclipsecopyrigh/) on sourceforge. Initial work by Eric Wuillai. Contributors: Jeremie Bresson, Matthew Krupcale, Roger Chen, unknowIfGuestInDream. ## Build This project uses [Tycho](https://github.com/eclipse-tycho/tycho) with [Maven](https://maven.apache.org/) 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/.](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](https://jenkins.tlcsdm.com/job/eclipse-plugin/job/eclipse-copyright)