Page MenuHomePhabricator

Delete `ArcanistLicenseLinter` and `ArcanistApacheLicenseLinter`
Closed, ResolvedPublic

Description

Arcanist ships with two linters intended to add copyright/license headers to files, ArcanistLicenseLinter (abstract base class) and ArcanistApacheLicenseLinter (specific to the Apache license). After T2035: Is there a legal reason to have license block in every single PHP file?, we no longer need these, and maintaining them is messy (see T2274: license linting doesn't allow for copyright years other than the current).

  1. Delete these classes.
  2. Grep for any use cases and delete them.
  3. Run arc liberate.

Revisions and Commits

Event Timeline

epriestley triaged this task as Normal priority.Feb 9 2013, 3:43 PM
epriestley added a subscriber: epriestley.
avivey changed the visibility from "All Users" to "Public (No Login Required)".Feb 26 2016, 7:14 PM