Skip to content

Commit

Permalink
2021
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyruppel committed Nov 16, 2021
1 parent 884fad3 commit d6e0185
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2019 SmugMug, Inc.
Copyright (c) 2021 SmugMug, Inc.

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 example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 SmugMug, Inc.
// Copyright 2021 SmugMug, Inc.
// Licensed under the terms of the MIT license. Please see LICENSE file in the project root for terms.

var hash = require(__dirname);
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 SmugMug, Inc.
// Copyright 2021 SmugMug, Inc.
// Licensed under the terms of the MIT license. Please see LICENSE file in the project root for terms.

var crypto = require('crypto');
Expand Down
2 changes: 1 addition & 1 deletion test/fixture.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 SmugMug, Inc.
// Copyright 2021 SmugMug, Inc.
// Licensed under the terms of the MIT license. Please see LICENSE file in the project root for terms.

var semver = require('semver');
Expand Down
2 changes: 1 addition & 1 deletion test/harness.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 SmugMug, Inc.
// Copyright 2021 SmugMug, Inc.
// Licensed under the terms of the MIT license. Please see LICENSE file in the project root for terms.

/* eslint-env mocha */
Expand Down
2 changes: 1 addition & 1 deletion test/stream.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 SmugMug, Inc.
// Copyright 2021 SmugMug, Inc.
// Licensed under the terms of the MIT license. Please see LICENSE file in the project root for terms.

/* eslint-env mocha */
Expand Down
2 changes: 1 addition & 1 deletion test/sync.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 SmugMug, Inc.
// Copyright 2021 SmugMug, Inc.
// Licensed under the terms of the MIT license. Please see LICENSE file in the project root for terms.

/* eslint-env mocha */
Expand Down

0 comments on commit d6e0185

Please sign in to comment.