Skip to content

Commit

Permalink
chore: add missing licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed May 25, 2018
1 parent e528b35 commit 014c5bf
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/logger/writers/base.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Garden Technologies, Inc. <info@garden.io>
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

import {
LogLevel,
} from "../types"
Expand Down
8 changes: 8 additions & 0 deletions src/logger/writers/basic-terminal-writer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Garden Technologies, Inc. <info@garden.io>
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

import {
LogLevel,
} from "../types"
Expand Down
8 changes: 8 additions & 0 deletions src/logger/writers/fancy-terminal-writer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Garden Technologies, Inc. <info@garden.io>
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

import * as ansiEscapes from "ansi-escapes"
import * as cliCursor from "cli-cursor"
import * as elegantSpinner from "elegant-spinner"
Expand Down
8 changes: 8 additions & 0 deletions src/logger/writers/file-writer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Garden Technologies, Inc. <info@garden.io>
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

import * as winston from "winston"
import * as path from "path"
import * as stripAnsi from "strip-ansi"
Expand Down

0 comments on commit 014c5bf

Please sign in to comment.