diff --git a/LICENSE b/LICENSE index 964c3a7..b27f65d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2024 anvilistas +Copyright (c) 2024 The Media Manager project team members listed at +https://github.com/anvilistas/media-manager/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..26b1f03 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,6 @@ +SPDX-License-Identifier: MIT + +Copyright (c) 2024 The Media Manager project team members listed at +https://github.com/anvilistas/media-manager/graphs/contributors + +This software is published at https://github.com/anvilistas/media-manager diff --git a/server_code/api.py b/server_code/api.py index 9edaae9..542c69f 100644 --- a/server_code/api.py +++ b/server_code/api.py @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2024 The Anvil Extras project team members listed at +# https://github.com/anvilistas/media-manager/graphs/contributors +# +# This software is published at https://github.com/anvilistas/media-manager import anvil.server from anvil.tables import app_tables diff --git a/server_code/helpers.py b/server_code/helpers.py index d847588..ccc8850 100644 --- a/server_code/helpers.py +++ b/server_code/helpers.py @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2024 The Anvil Extras project team members listed at +# https://github.com/anvilistas/media-manager/graphs/contributors +# +# This software is published at https://github.com/anvilistas/media-manager from hashlib import sha256 diff --git a/server_code/tasks.py b/server_code/tasks.py index e8523f3..e596ec7 100644 --- a/server_code/tasks.py +++ b/server_code/tasks.py @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2024 The Anvil Extras project team members listed at +# https://github.com/anvilistas/media-manager/graphs/contributors +# +# This software is published at https://github.com/anvilistas/media-manager import datetime as dt import anvil.server