Skip to content

Commit

Permalink
Add missing copyright header (pytorch#443)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#443

Copyright header is missing in a recently added file

Reviewed By: jianyuh

Differential Revision: D24363307

fbshipit-source-id: d27964a395d0e80ff8cb80bd86db248328075cfe
  • Loading branch information
dskhudia authored and facebook-github-bot committed Oct 16, 2020
1 parent f20d61e commit e1db75c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/fbgemm/FbgemmPackMatrixB.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once

#include <assert.h>
Expand Down

0 comments on commit e1db75c

Please sign in to comment.