Skip to content

Commit f101c35

Browse files
committed
Update copyright year
1 parent 15c5774 commit f101c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/IO/KaitaiStruct.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ On Windows:
1818

1919
# Instantiate from file
2020
$kaitai = MyModule->from_file("some_binary");
21-
21+
2222
# Instantiate from memory
2323
use IO::KaitaiStruct;
2424
$buf = "\xAA\xBB\xCC\xDD\xEE\xFF";
@@ -57,7 +57,7 @@ Sergey Zelenyuk <[email protected]>
5757

5858
=head1 COPYRIGHT AND LICENSE
5959

60-
Copyright 2015-2017 Kaitai Project: MIT license
60+
Copyright 2015-2020 Kaitai Project: MIT license
6161

6262
Permission is hereby granted, free of charge, to any person obtaining
6363
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)