Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions EULA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# End User License Agreement

Effective July 23, 2026

This End User License Agreement (the "Agreement") governs your use of the
setup-mongodb-database-tools GitHub Action (the "Action"). Brian Lund (the
"Developer") provides the Action.

By obtaining or using the Action through GitHub Marketplace or another source,
you accept this Agreement. Do not use the Action if you do not accept it.

## License

The Developer licenses the Action under the [MIT License](LICENSE). The MIT
License forms part of this Agreement and governs your rights to use, copy,
modify, merge, publish, distribute, sublicense, or sell copies of the Action.
If this Agreement conflicts with the MIT License concerning those rights, the
MIT License controls.

## Third-party software

MongoDB, Inc. operates the services from which the Action downloads MongoDB
Database Tools. The Action repository does not include those tools, and the
Developer does not license them to you. MongoDB's terms govern your acquisition
and use of MongoDB Database Tools. Review
[MongoDB's licensing terms](https://www.mongodb.com/legal/licensing/community-edition)
to confirm that they permit your intended use.

MongoDB is a registered trademark of MongoDB, Inc. The Developer has no
affiliation with MongoDB, Inc., and MongoDB, Inc. does not endorse the Action.

## Support

Use the
[repository issue tracker](https://github.com/brianlund/setup-mongodb-database-tools/issues)
to report bugs and request support. Report suspected vulnerabilities through
the repository's private vulnerability reporting feature as described in the
[security policy](SECURITY.md).

## Warranty and liability

The warranty disclaimer and limitation of liability in the MIT License apply
to the Action. Where applicable law limits those terms, they apply to the
maximum extent that the law permits.

## Parties

You and the Developer are the only parties to this Agreement. This Agreement
does not impose obligations on GitHub, Inc. or MongoDB, Inc.

## Changes

Each release includes the version of this Agreement that applies to that
release. Changes to this Agreement apply to later releases.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Install [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/)
on a GitHub Actions runner. The action adds `mongodump`, `mongorestore`,
`mongoexport`, `mongoimport`, and the other Database Tools commands to `PATH`.

This community-maintained action is not affiliated with or endorsed by
MongoDB, Inc.

## Usage

```yaml
Expand Down Expand Up @@ -111,9 +114,12 @@ machine.
For security-sensitive workflows, pin third-party actions to a full commit SHA.
Maintainers move major tags such as `v1` to deliver compatible fixes.

## License
## License and terms

[MIT](LICENSE)
Brian Lund licenses the action source code under the [MIT License](LICENSE).
The [End User License Agreement](EULA.md) also governs your use of the action.

This project is not affiliated with or endorsed by MongoDB, Inc. MongoDB is a
registered trademark of MongoDB, Inc.
This repository does not include MongoDB Database Tools. The action downloads
them from MongoDB, and
[MongoDB's terms](https://www.mongodb.com/legal/licensing/community-edition)
govern their use. MongoDB is a registered trademark of MongoDB, Inc.