Skip to content

Commit

Permalink
add proper attribution to respective authors
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jul 18, 2024
1 parent 685c7fd commit f11aa3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
MIT License

Copyright (c) 2024 Suman Kunwar
This project is detached from idapgroup's react-image-annotate, which is licensed under the MIT License, and it uses some work from image_annotator.

Original work (react-image-annotate) Copyright (c) 2019 WorkAround Online Inc
Modified and distributed under the MIT License by Suman Kunwar, 2024.

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 Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,5 @@ If you find a security vulnerability in annotate-lab, please read our [Security

## Acknowledgment

This project is detached from idapgroup [react-image-annotate](https://github.com/idapgroup/react-image-annotate/commit/d35c761ac748ed690c67575002a820843672cde9) and uses some work from [image_annotator](https://github.com/gnamiro/image_annotator/tree/master).

This project is detached from idapgroup's [react-image-annotate](https://github.com/idapgroup/react-image-annotate/commit/d35c761ac748ed690c67575002a820843672cde9), which is licensed under the [MIT license](https://github.com/idapgroup/react-image-annotate?tab=License-1-ov-file), and it uses some work from [image_annotator](https://github.com/gnamiro/image_annotator/tree/master).
2 changes: 2 additions & 0 deletions server/db/db_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ def generateUid(id):
uid = uuid.uuid1() if (id == None) else id
return uid

# This class is adapted from the image_annotator
# Source: https://github.com/gnamiro/image_annotator

class Module:
def __init__(self):
Expand Down

0 comments on commit f11aa3a

Please sign in to comment.