Skip to content

Commit

Permalink
Bump license years
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Mar 20, 2020
1 parent 9cdfb44 commit f2e554c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
@@ -1,5 +1,5 @@
If you are NOT on OS X and have come here to file an issue about compatibility problems,
please stop and go to #115 for your answer.
**If you are NOT on macOS and have come here to file an issue about compatibility problems,
please stop and go to #115 for your answer.**

You can look through many other similar closed issues as well if you're interested:
https://github.com/strongloop/fsevents/search?utf8=%E2%9C%93&q=%22notsup%22+OR+%22EBADPLATFORM%22&type=Issues.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,7 +1,7 @@
MIT License
-----------

Copyright (C) 2010-2019 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller

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 Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,6 +72,6 @@ The `FsEventsInfo` has the following shape:

## License

The MIT License Copyright (C) 2010-2019 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller — see LICENSE file.
The MIT License Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller — see LICENSE file.

Visit our [GitHub page](https://github.com/fsevents/fsevents) and [NPM Page](https://npmjs.org/package/fsevents)
2 changes: 1 addition & 1 deletion fsevents.js
@@ -1,5 +1,5 @@
/*
** © 2018 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
** © 2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
** Licensed under MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/fsevents.c
@@ -1,5 +1,5 @@
/*
** © 2018 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** © 2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** Licensed under MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion test/02_structure.js
@@ -1,5 +1,5 @@
/*
** © 2018 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** © 2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** Licensed under MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion test/03_simple.js
@@ -1,5 +1,5 @@
/*
** © 2018 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** © 2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** Licensed under MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion test/03_waiting.js
@@ -1,5 +1,5 @@
/*
** © 2018 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** © 2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** Licensed under MIT License.
*/

Expand Down
4 changes: 2 additions & 2 deletions test/04_emoji.js
@@ -1,12 +1,12 @@
/*
** © 2018 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** © 2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar
** Licensed under MIT License.
*/

/* jshint node:true */
'use strict';

const { rm, touch, rename } = require('./utils/fs.js');
const { rm, touch } = require('./utils/fs.js');
const { sleep, capture, run } = require('./utils/misc.js');

const path = require('path');
Expand Down

0 comments on commit f2e554c

Please sign in to comment.