mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
9984d33542
commit
844d469ae7
@ -1,5 +1,3 @@
|
||||
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
|
||||
|
||||
package org.pytorch;
|
||||
|
||||
interface INativePeer {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
|
||||
|
||||
package org.pytorch;
|
||||
|
||||
public class LiteModuleLoader {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
|
||||
|
||||
package org.pytorch;
|
||||
|
||||
import com.facebook.jni.HybridData;
|
||||
|
@ -1,5 +1,3 @@
|
||||
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
|
||||
|
||||
package org.pytorch;
|
||||
|
||||
import com.facebook.jni.HybridData;
|
||||
|
@ -1,5 +1,3 @@
|
||||
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
|
||||
|
||||
package org.pytorch;
|
||||
|
||||
import com.facebook.soloader.nativeloader.NativeLoader;
|
||||
|
Reference in New Issue
Block a user