Skip to content

Commit

Permalink
chore: update license
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Jun 18, 2021
1 parent 3787ead commit 9177427
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-present the denosaurs team
Copyright (c) 2020-2021 the denosaurs team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,4 @@ Pull request, issues and feedback are very welcome. Code style is formatted with

### Licence

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.
Copyright 2020-2021, the denosaurs team. All rights reserved. MIT license.
2 changes: 1 addition & 1 deletion denon.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { log } from "./deps.ts";

Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

// provide better logging, see src/log.ts
export * as log from "https://deno.land/x/[email protected]/mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Pull request, issues and feedback are very welcome. Code style is formatted with

### Licence

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.
Copyright 2020-2021, the denosaurs team. All rights reserved. MIT license.
2 changes: 1 addition & 1 deletion info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

export const VERSION = "2.4.7";
export const BRANCH = "main";
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

export * from "./denon.ts";
export * from "./src/watcher.ts";
Expand Down
2 changes: 1 addition & 1 deletion src/args.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

/** Regex to test if string matches version format */
const reVersion = /^v?[0-9]+\.[0-9]+\.[0-9]+$/;
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import {
blue,
Expand Down
2 changes: 1 addition & 1 deletion src/closest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { levenshtein } from "../deps.ts";

Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import {
existsSync,
Expand Down
2 changes: 1 addition & 1 deletion src/daemon.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { log } from "../deps.ts";

Expand Down
2 changes: 1 addition & 1 deletion src/merge.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

// deno-lint-ignore-file
export type Indexable = Record<string, any>;
Expand Down
2 changes: 1 addition & 1 deletion src/runner.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { Runner, RunnerConfig } from "./runner.ts";
import { assertEquals } from "../test_deps.ts";
Expand Down
2 changes: 1 addition & 1 deletion src/runner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import {
buildFlags,
Expand Down
2 changes: 1 addition & 1 deletion src/scripts.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { buildFlags, ScriptOptions } from "./scripts.ts";
import { assert, assertEquals } from "../test_deps.ts";
Expand Down
2 changes: 1 addition & 1 deletion src/scripts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

/** Map of declared scripts,
* Used by `Runner`. */
Expand Down
2 changes: 1 addition & 1 deletion src/templates.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { VERSION } from "../info.ts";

Expand Down
2 changes: 1 addition & 1 deletion src/watcher.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { assert } from "../test_deps.ts";

Expand Down
2 changes: 1 addition & 1 deletion src/watcher.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

import { deferred, delay, globToRegExp, log, relative, walk } from "../deps.ts";

Expand Down
2 changes: 1 addition & 1 deletion test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.

// *_test.ts files
export {
Expand Down

0 comments on commit 9177427

Please sign in to comment.