Skip to content

Commit

Permalink
Merge pull request #51 from adipai/doc
Browse files Browse the repository at this point in the history
Update LICENSE
  • Loading branch information
rishi2019194 authored Oct 17, 2023
2 parents 711cd8b + 0b43a31 commit 3357022
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 13 deletions.
10 changes: 5 additions & 5 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Ankit Tiwari, Suraj Pawar, Amit Gheitya, and Jay Jagtap
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty

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 All @@ -15,7 +15,7 @@ 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.
ORIGINAL 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 ORIGINAL SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE ORIGINAL SOFTWARE OR THE NEW EXTENSIONS.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
Movie Recommender Setup Script
This script is used to package and distribute the Movie Recommender project.
Expand Down
6 changes: 4 additions & 2 deletions src/prediction_scripts/item_based.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
This module provides a recommendation system for movies based on user ratings.
It uses user ratings data and movie information to generate movie recommendations for new users.
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
"""

import os
Expand Down
5 changes: 4 additions & 1 deletion src/recommenderapp/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""
Module for routing all calls from the frontend
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
"""

import json
Expand Down
6 changes: 4 additions & 2 deletions src/recommenderapp/search.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""
Search feature for the web application
"""
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
"""
import os
import pandas as pd
#from flask import jsonify, request, render_template
Expand Down
7 changes: 6 additions & 1 deletion src/recommenderapp/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
""" Module contains utility functions used for various purposes in the backend """
"""
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
"""

import logging
import smtplib
Expand Down
5 changes: 5 additions & 0 deletions test/test_search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
Test suit for search feature
"""

Expand Down
5 changes: 4 additions & 1 deletion test/test_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""
Test suit for search feature
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
"""

import sys
Expand Down
5 changes: 4 additions & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""
Test suite for recommender system
Copyright (c) 2023 Aditya Pai, Ananya Mantravadi, Rishi Singhal, Samarth Shetty
This code is licensed under MIT license (see LICENSE for details)
@author: PopcornPicks
"""

import sys
Expand Down

0 comments on commit 3357022

Please sign in to comment.