Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Update license
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 28, 2019
1 parent 1a58d53 commit a44979e
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 34 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014, 2015, 2016, 2017, 2019 Simon Lydell
Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Simon Lydell
Copyright (c) 2019 ZHAO Jinxiang

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 0 additions & 3 deletions generate-source-map-resolve.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2014, 2017 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

var fs = require("fs")

var template = fs.readFileSync("source-map-resolve.js.template").toString()
Expand Down
3 changes: 0 additions & 3 deletions lib/decode-uri-component.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2017 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

var decodeUriComponent = require("decode-uri-component")

function customDecodeUriComponent(string) {
Expand Down
3 changes: 0 additions & 3 deletions lib/resolve-url.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2014 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

var url = require("url")

function resolveUrl(/* ...urls */) {
Expand Down
4 changes: 0 additions & 4 deletions lib/source-map-resolve-node.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2014, 2015, 2016, 2017, 2019 Simon Lydell
// Copyright 2019 ZHAO Jinxiang
// X11 (“MIT”) Licensed. (See LICENSE.)

var sourceMappingURL = require("source-map-url")
var resolveUrl = require("./resolve-url")
var decodeUriComponent = require("./decode-uri-component")
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ source-map-resolve.js! To generate it, run `npm run build`.
License
=======

[The X11 (“MIT”) License](LICENSE).
[MIT](LICENSE).
3 changes: 0 additions & 3 deletions source-map-resolve.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2014, 2015, 2016, 2017 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

// Note: source-map-resolve.js is generated from source-map-resolve-node.js and
// source-map-resolve-template.js. Only edit the two latter files, _not_
// source-map-resolve.js!
Expand Down
3 changes: 0 additions & 3 deletions source-map-resolve.js.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2014, 2015, 2016, 2017 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

// Note: source-map-resolve.js is generated from source-map-resolve-node.js and
// source-map-resolve-template.js. Only edit the two latter files, _not_
// source-map-resolve.js!
Expand Down
3 changes: 0 additions & 3 deletions test/common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2014 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

function u(url) {
return "code\n/*# sourceMappingURL=" + url + " */"
}
Expand Down
3 changes: 0 additions & 3 deletions test/read.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2017 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

var test = require("tape")
var asyncify = require("simple-asyncify")
var common = require("./common")
Expand Down
4 changes: 0 additions & 4 deletions test/source-map-resolve.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright 2014, 2015, 2016, 2017, 2019 Simon Lydell
// Copyright 2019 ZHAO Jinxiang
// X11 (“MIT”) Licensed. (See LICENSE.)

var test = require("tape")
var asyncify = require("simple-asyncify")
var common = require("./common")
Expand Down
3 changes: 0 additions & 3 deletions test/windows.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright 2014 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)

var path = require("path")
var test = require("tape")
var asyncify = require("simple-asyncify")
Expand Down

0 comments on commit a44979e

Please sign in to comment.