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
18 changes: 5 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,32 @@
We welcome all contributions to this project! Here are some simple ways you can help:

## Join Our Community

Join our [Discord server](https://discord.com/invite/GSknuxubZK) to connect with other contributors and get help:
- Chat with the community
- Ask questions
- Share ideas
- Get support

## Report Issues or Suggest Features

Found a bug or have an idea? Let us know!
- Open an issue to report problems
- Open an issue to suggest new features
- Be clear about what you found or what you want

## Make Changes

Want to fix something or add a feature?
- Open a pull request (PR) with your changes
- Look at open issues and try to solve them
- Make sure your code works before submitting

*Note: By submitting a pull request, you agree to the Contributor License Agreement (see below).*

## Getting Started

1. Fork the project
2. Make your changes
3. Test your changes
4. Submit a pull request

## Contributor License Agreement

By submitting code, documentation, or other contributions to this repository, you agree that your contributions are licensed under both:

1. The open source AGPL license included in this repository, and
2. The commercial license under which this project is also distributed.

This means the maintainers may use, modify, and distribute your contributions under either license.
You retain copyright to your contributions, but you grant us a perpetual, worldwide license to include them in both the open source and commercial versions of this project.

If you do not agree to these terms, please do not submit contributions.
Thank you for contributing! 🎉
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Robin Roy

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 the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
651 changes: 0 additions & 651 deletions LICENSE-AGPL3.md

This file was deleted.

13 changes: 0 additions & 13 deletions LICENSE.md

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- 🔀Multi-track Support
- 👀Live Preview
- 📤Export Video
- 📜Licensed under MIT

## 🐋Deployment

Expand Down Expand Up @@ -52,4 +53,4 @@ We would love your contributions! ❤️ Check the [contribution guide](CONTRIBU

## 📜License

This project is licensed under a dual-license. Refer to [LICENSE](LICENSE.md) for details. The [Remotion license](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md) also applies to the relevant parts of the project.
This project is licensed under the MIT License. The [Remotion license](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md) also applies to the relevant parts of the project.
4 changes: 0 additions & 4 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
license = { file = "../LICENSE.md" }
classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
]
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.115.13",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "videoeditor",
"private": true,
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
Expand Down