Skip to content

Commit 7230f1b

Browse files
committed
add asr header
1 parent 7da0742 commit 7230f1b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

tonic-suite/asr/src/nnetbin/nnet-forward.cc

+13-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,19 @@
1717
// See the Apache 2 License for the specific language governing permissions and
1818
// limitations under the License.
1919

20-
/* Yiping Kang
21-
22-
* 2014
20+
/*
21+
* Copyright (c) 2015, University of Michigan.
22+
* All rights reserved.
23+
*
24+
* This source code is licensed under the BSD-style license found in the
25+
* LICENSE file in the root directory of this source tree. An additional grant
26+
* of patent rights can be found in the PATENTS file in the same directory.
27+
*
28+
*/
29+
30+
/**
31+
* @author: Yiping Kang, Johann Hauswald
32+
2333
*/
2434

2535
#include <limits>

0 commit comments

Comments
 (0)