Skip to content

Commit

Permalink
Merge pull request #83 from roskakori/75-change-build-to-poetry
Browse files Browse the repository at this point in the history
#75 Added copyright comment.
  • Loading branch information
roskakori committed Jan 5, 2022
2 parents 19d56a1 + de50e00 commit 54b82f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/_common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Common constants and functions used by multiple tests.
"""
# Copyright (c) 2016-2022, Thomas Aglassinger.
# All rights reserved. Distributed under the BSD License.
import os
import shutil
import unittest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_summary.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Tests to summarize analyses of multiple source codes.
"""
# Copyright (c) 2016-2022, Thomas Aglassinger.
# All rights reserved. Distributed under the BSD License.
from pygount.analysis import SourceAnalysis, SourceState
from pygount.summary import LanguageSummary, ProjectSummary

Expand Down

0 comments on commit 54b82f2

Please sign in to comment.