Skip to content

Commit

Permalink
Add copyright notice to lib's ported code file
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Mar 19, 2023
1 parent 9020253 commit fc63987
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/CrossSpawn.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/moxystudio/node-cross-spawn
-- Copyright `node-cross-spawn` contributors
-- MIT License: https://opensource.org/license/mit/
module Node.Library.Execa.CrossSpawn
( parse
, CrossSpawnConfig
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/GetStream.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/sindresorhus/get-stream
-- Copyright `get-stream` contributors
-- MIT License: https://opensource.org/license/mit/
module Node.Library.Execa.GetStream where

import Prelude
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/IsExe.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/isaacs/isexe
-- Copyright `is-exe` contributors
-- ISC License: https://opensource.org/license/isc/
module Node.Library.Execa.IsExe
( isExe
, isExeSync
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/MergeStream.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/grncdr/merge-stream
-- Copyright `merge-stream` contributors
-- MIT License: https://opensource.org/license/mit/
module Node.Library.Execa.MergeStream
( Interface
, mergeStreams
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/NpmRunPath.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/sindresorhus/npm-run-path
-- Copyright `npm-run-path` contributors
-- MIT License: https://opensource.org/license/mit/
module Node.Library.Execa.NpmRunPath where

import Prelude
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/ShebangCommand.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/kevva/shebang-command
-- Copyright `shebang-command` contributors
-- MIT License: https://opensource.org/license/mit/
module Node.Library.Execa.ShebangCommand where

import Prelude
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/SignalExit.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/tapjs/signal-exit
-- Copyright `signal-exit` contributors
-- ISC License: https://opensource.org/license/isc/
module Node.Library.Execa.SignalExit
( onExit
, onAfterExit
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/StripFinalNewline.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/sindresorhus/strip-final-newline
-- Copyright `strip-final-newline` contributors
-- MIT License: https://opensource.org/license/mit/
module Node.Library.Execa.StripFinalNewline where

import Prelude
Expand Down
4 changes: 4 additions & 0 deletions src/Node/Library/Execa/Which.purs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- A majority of the below code was ported from this JavaScript library
-- https://github.com/npm/node-which
-- Copyright `node-which` contributors
-- ISC License: https://opensource.org/license/isc/
module Node.Library.Execa.Which where

import Prelude
Expand Down

0 comments on commit fc63987

Please sign in to comment.