Skip to content

Commit

Permalink
apache license clarify from main source code
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Mar 3, 2021
1 parent 23eadea commit 5d99a8a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions egs2/TEMPLATE/asr1/pyscripts/utils/convert_rttm.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env python3

# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

import collections.abc
import humanfriendly
from pathlib import Path
Expand Down
3 changes: 0 additions & 3 deletions espnet2/bin/diar_inference.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env python3

# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

import argparse
import logging
from pathlib import Path
Expand Down
3 changes: 0 additions & 3 deletions espnet2/bin/diar_train.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env python3

# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

from espnet2.tasks.diar import DiarizationTask


Expand Down
3 changes: 0 additions & 3 deletions espnet2/diar/abs_diar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

from abc import ABC
from abc import abstractmethod
from collections import OrderedDict
Expand Down
3 changes: 0 additions & 3 deletions espnet2/diar/decoder/abs_decoder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

from abc import ABC
from abc import abstractmethod
from typing import Tuple
Expand Down
3 changes: 0 additions & 3 deletions espnet2/diar/decoder/linear_decoder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

import torch

from espnet2.diar.decoder.abs_decoder import AbsDecoder
Expand Down
3 changes: 0 additions & 3 deletions espnet2/diar/label_processor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

import torch

from espnet2.layers.label_aggregation import LabelAggregate
Expand Down
3 changes: 0 additions & 3 deletions espnet2/fileio/rttm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

import collections.abc
from pathlib import Path
from typing import Dict
Expand Down
3 changes: 0 additions & 3 deletions espnet2/tasks/diar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright 2021 Jiatong Shi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

import argparse
from typing import Callable
from typing import Collection
Expand Down

0 comments on commit 5d99a8a

Please sign in to comment.