Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Upgrade copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphan Kochen committed Apr 13, 2018
1 parent d4c9d5f commit 49f4c3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ stable([10, 1, 5], greaterThan) // => [1, 5, 10]

#### License

Copyright (C) 2017 Angry Bytes and contributors.
Copyright (C) 2018 Angry Bytes and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion src/banner.js
@@ -1,2 +1,2 @@
//! stable.js ${version}, https://github.com/Two-Screen/stable
//! © 2017 Angry Bytes and contributors. MIT licensed.
//! © 2018 Angry Bytes and contributors. MIT licensed.
2 changes: 1 addition & 1 deletion stable.esm.js
@@ -1,5 +1,5 @@
//! stable.js 0.1.6, https://github.com/Two-Screen/stable
//! © 2017 Angry Bytes and contributors. MIT licensed.
//! © 2018 Angry Bytes and contributors. MIT licensed.

// A stable array sort, because `Array#sort()` is not guaranteed stable.
// This is an implementation of merge sort, without recursion.
Expand Down
2 changes: 1 addition & 1 deletion stable.js
@@ -1,5 +1,5 @@
//! stable.js 0.1.6, https://github.com/Two-Screen/stable
//! © 2017 Angry Bytes and contributors. MIT licensed.
//! © 2018 Angry Bytes and contributors. MIT licensed.

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
2 changes: 1 addition & 1 deletion stable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49f4c3d

Please sign in to comment.