Skip to content

Commit

Permalink
dataframe: add license header
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed May 14, 2020
1 parent 30bee9d commit 247dee6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dataframe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020 The SymbiFlow Authors.
#
# Use of this source code is governed by a ISC-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/ISC
#
# SPDX-License-Identifier: ISC

import pandas

Expand Down

0 comments on commit 247dee6

Please sign in to comment.