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
This commit is contained in:
David Reiss
2020-08-20 20:13:30 -07:00
committed by Facebook GitHub Bot
parent 9984d33542
commit 844d469ae7
5 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,3 @@
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
package org.pytorch;
interface INativePeer {

View File

@ -1,5 +1,3 @@
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
package org.pytorch;
public class LiteModuleLoader {

View File

@ -1,5 +1,3 @@
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
package org.pytorch;
import com.facebook.jni.HybridData;

View File

@ -1,5 +1,3 @@
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
package org.pytorch;
import com.facebook.jni.HybridData;

View File

@ -1,5 +1,3 @@
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
package org.pytorch;
import com.facebook.soloader.nativeloader.NativeLoader;