Skip to content

Commit

Permalink
Bump copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazza committed Sep 9, 2017
1 parent ed87eaf commit 3aa5ba3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Main RecuperaBit process."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/fs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/fs/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Information needed by multiple plugins."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/fs/core_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
and DiskScanner classes with subclasses implementing the missing methods."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/fs/ntfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
including MFT entries and directory indexes."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/fs/ntfs_fmt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""NTFS format descriptors."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/logic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Filesystem-independent algorithmic logic."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down
2 changes: 1 addition & 1 deletion recuperabit/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Collection of utility functions."""

# RecuperaBit
# Copyright 2014-2016 Andrea Lazzarotto
# Copyright 2014-2017 Andrea Lazzarotto
#
# This file is part of RecuperaBit.
#
Expand Down

0 comments on commit 3aa5ba3

Please sign in to comment.