"vscode:/vscode.git/clone" did not exist on "2a2ddc579690a407bb4c7bf482fca92390ff69ad"
Commit a823d6cd authored by Baumgartner, Michael's avatar Baumgartner, Michael
Browse files

move date before name

parent d75fd4ad
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under # Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under
# SPDX-FileCopyrightText: Soumith Chintala 2016 # SPDX-FileCopyrightText: 2016 Soumith Chintala
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under # Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under
# SPDX-FileCopyrightText: Soumith Chintala 2016 # SPDX-FileCopyrightText: 2016 Soumith Chintala
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under # Parts of this code are from torchvision (https://github.com/pytorch/vision) licensed under
# SPDX-FileCopyrightText: Soumith Chintala 2016 # SPDX-FileCopyrightText: 2016 Soumith Chintala
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// //
// Parts of this code are from torchvision licensed under // Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala 2016 // SPDX-FileCopyrightText: 2016 Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* adopted from /* adopted from
......
// Parts of this code are from torchvision licensed under // Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala 2016 // SPDX-FileCopyrightText: 2016 Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
#pragma once #pragma once
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// //
// Parts of this code are from torchvision licensed under // Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala 2016 // SPDX-FileCopyrightText: 2016 Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
#include <torch/extension.h> #include <torch/extension.h>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// //
// Parts of this code are from torchvision licensed under // Parts of this code are from torchvision licensed under
// SPDX-FileCopyrightText: Soumith Chintala 2016 // SPDX-FileCopyrightText: 2016 Soumith Chintala
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment