Skip to content

Commit

Permalink
Set MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Oct 26, 2023
1 parent dd4275f commit b75780d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The output in the destination directory will be:

## Features

- Copies files to destination directory using timestamp from the JSON file
- Copies files to destination directory using `photoTakenTime` from the JSON file
- Copies the (usually best) "edited" version where possible to prevent duplicates
- Retains source directory folder structure to handle Takeout's exporting of albums
- Handles some common Takeout export filename and encoding issues
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.0",
"description": "Transform a Google Photos export (created with Takeout) into a useful directory of files.",
"author": "Alec Rust <[email protected]>",
"license": "ISC",
"license": "MIT",
"main": "src/index.js",
"bin": {
"gphotos-takeout-repair": "src/index.js"
Expand Down

0 comments on commit b75780d

Please sign in to comment.