Skip to content

Commit 844d469

Browse files
dreissfacebook-github-bot
authored andcommitted
Remove proprietary notices
Summary: These were added accidentally (probably by an IDE) during a refactor. These files have always been Open Source. Test Plan: CI Reviewed By: xcheng16 Differential Revision: D23250761 fbshipit-source-id: 4974430c0e28dd3269424d38edb36f4f71508157
1 parent 9984d33 commit 844d469

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

android/pytorch_android/src/main/java/org/pytorch/INativePeer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
2-
31
package org.pytorch;
42

53
interface INativePeer {

android/pytorch_android/src/main/java/org/pytorch/LiteModuleLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
2-
31
package org.pytorch;
42

53
public class LiteModuleLoader {

android/pytorch_android/src/main/java/org/pytorch/LiteNativePeer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
2-
31
package org.pytorch;
42

53
import com.facebook.jni.HybridData;

android/pytorch_android/src/main/java/org/pytorch/NativePeer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
2-
31
package org.pytorch;
42

53
import com.facebook.jni.HybridData;

android/pytorch_android/src/main/java/org/pytorch/PyTorchCodegenLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
2-
31
package org.pytorch;
42

53
import com.facebook.soloader.nativeloader.NativeLoader;

0 commit comments

Comments
 (0)