Skip to content

Commit e80327a

Browse files
authored
Moved DB license file to third_party directory (required by OSS review guidelines) (#16)
1 parent 74ea3bd commit e80327a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ gulp.task('compile', function() {
106106
gulp.task('copyDatabase', function() {
107107
return gulp.src(paths.databaseSrc)
108108
// Add headers
109-
.pipe(header(fs.readFileSync('src/database/database-license.txt', 'utf8')))
109+
.pipe(header(fs.readFileSync('third_party/database-license.txt', 'utf8')))
110110
.pipe(header(banner))
111111

112112
// Write to build directory
File renamed without changes.

0 commit comments

Comments
 (0)