Skip to content

Commit 131d128

Browse files
committed
Update copyright
1 parent cf59055 commit 131d128

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, 2015, 2016 dbohdan
1+
Copyright (c) 2014, 2015, 2016, 2017 dbohdan
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

remarshal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python
22
# remarshal, a utility to convert between serialization formats.
3-
# Copyright (C) 2014, 2015, 2016 dbohdan
3+
# Copyright (C) 2014, 2015, 2016, 2017 dbohdan
44
# License: MIT
55

66
from __future__ import print_function

tests/test_remarshal.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#! /usr/bin/env python
2+
# remarshal, a utility to convert between serialization formats.
3+
# Copyright (C) 2014, 2015, 2016, 2017 dbohdan
4+
# License: MIT
25

36
from .context import remarshal
47
import os

0 commit comments

Comments
 (0)