Skip to content

Commit

Permalink
Move LICENSE file generation to brave-core (#9408)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed May 7, 2020
1 parent 79087fb commit 3b2ba39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 218 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Licensing of third-party components
lib/licensing.js @fmarier

# Network auditor
lib/whitelistedUrlPatterns.js @brave/sec-team
lib/whitelistedUrlPrefixes.js @brave/sec-team
Expand Down
2 changes: 0 additions & 2 deletions lib/createDist.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const config = require('../lib/config')
const licensing = require('../lib/licensing')
const util = require('../lib/util')
const path = require('path')
const fs = require('fs-extra')
Expand All @@ -15,7 +14,6 @@ const createDist = (buildConfig = config.defaultBuildConfig, options) => {
}

util.updateBranding()
licensing.updateLicenses()
fs.removeSync(path.join(config.outputDir, 'dist'))
config.buildTarget = 'create_dist'
util.buildTarget()
Expand Down
213 changes: 0 additions & 213 deletions lib/licensing.js

This file was deleted.

0 comments on commit 3b2ba39

Please sign in to comment.