iloncka commited on
Commit
aeb64a5
·
verified ·
1 Parent(s): 20edaed

Add licenses of all used components

Browse files
Files changed (1) hide show
  1. markdown/apache-2.0.md +19 -1
markdown/apache-2.0.md CHANGED
@@ -222,7 +222,7 @@ limitations:
222
  same "printed page" as the copyright notice for easier
223
  identification within third-party archives.
224
 
225
- Copyright [yyyy] [name of copyright owner]
226
 
227
  Licensed under the Apache License, Version 2.0 (the "License");
228
  you may not use this file except in compliance with the License.
@@ -235,3 +235,21 @@ limitations:
235
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236
  See the License for the specific language governing permissions and
237
  limitations under the License.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  same "printed page" as the copyright notice for easier
223
  identification within third-party archives.
224
 
225
+ Copyright [2024] [Kovaleva Ilona]
226
 
227
  Licensed under the Apache License, Version 2.0 (the "License");
228
  you may not use this file except in compliance with the License.
 
235
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236
  See the License for the specific language governing permissions and
237
  limitations under the License.
238
+
239
+ =======================================================================================
240
+ MIT license
241
+ =======================================================================================
242
+ - [Swin Transformer](https://github.com/microsoft/swin-transformer)
243
+ - [CLIP](https://github.com/openai/CLIP)
244
+ - [TinyViT](https://github.com/microsoft/Cream/tree/main/TinyViT)
245
+
246
+ =======================================================================================
247
+ Apache license 2.0
248
+ =======================================================================================
249
+ - [LeViT](https://github.com/facebookresearch/LeViT)
250
+ - [pytorch-image-models](https://github.com/rwightman/pytorch-image-models)
251
+
252
+ =======================================================================================
253
+ BSD-style license
254
+ =======================================================================================
255
+ - [PyTorch](https://github.com/pytorch/pytorch)