Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
6ffae0f2
Commit
6ffae0f2
authored
Mar 14, 2025
by
Lei Wang
Committed by
LeiWang1999
Jul 20, 2025
Browse files
[LICENSE] Switch to Tile-AI and declare the copyright time for the Microsoft team. (#208)
parent
a55f3686
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
LICENSE
LICENSE
+3
-1
setup.py
setup.py
+1
-1
No files found.
LICENSE
View file @
6ffae0f2
MIT License
MIT License
Copyright (c) Microsoft Corporation.
Copyright (c) Tile-AI.
**During the period from December 1, 2024, to Mar 14, 2025, this project is
subject to additional collaboration terms with Microsoft Corporation.**
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
setup.py
View file @
6ffae0f2
...
@@ -550,7 +550,7 @@ setup(
...
@@ -550,7 +550,7 @@ setup(
if
PYPI_BUILD
else
get_tilelang_version
()),
if
PYPI_BUILD
else
get_tilelang_version
()),
packages
=
find_packages
(
where
=
"."
),
packages
=
find_packages
(
where
=
"."
),
package_dir
=
{
""
:
"."
},
package_dir
=
{
""
:
"."
},
author
=
"
Microsoft Research
"
,
author
=
"
Tile-AI
"
,
description
=
"A tile level programming language to generate high performance code."
,
description
=
"A tile level programming language to generate high performance code."
,
long_description
=
read_readme
(),
long_description
=
read_readme
(),
long_description_content_type
=
"text/markdown"
,
long_description_content_type
=
"text/markdown"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment