Skip to content

Commit a2114b5

Browse files
committed
updated copyright
1 parent 4a56313 commit a2114b5

31 files changed

+31
-31
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# makefile: GNU makefile for project management
66
#
7-
# Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
7+
# Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
88
#
99
# <LICENSE_BLOCK>
1010
# The contents of this file are subject to the Apache License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
setup.py: Used for package distribution
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/__init__.py: Module init
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/__init__.py: Module core init
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/cli.py: Command line interface
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/defaults.py: Default configurations
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/filter.py: Filtering events by criteria
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/fs.py: File system core
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/ipc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/ipc.py: Fast IPC through a pipe
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

src/loggedfs/_core/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
src/loggedfs/_core/log.py: Logging
1010
11-
Copyright (C) 2017-2019 Sebastian M. Ernst <[email protected]>
11+
Copyright (C) 2017-2020 Sebastian M. Ernst <[email protected]>
1212
1313
<LICENSE_BLOCK>
1414
The contents of this file are subject to the Apache License

0 commit comments

Comments
 (0)