Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jul 7, 2017
1 parent cf59055 commit 131d128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, 2015, 2016 dbohdan
Copyright (c) 2014, 2015, 2016, 2017 dbohdan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion remarshal.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python
# remarshal, a utility to convert between serialization formats.
# Copyright (C) 2014, 2015, 2016 dbohdan
# Copyright (C) 2014, 2015, 2016, 2017 dbohdan
# License: MIT

from __future__ import print_function
Expand Down
3 changes: 3 additions & 0 deletions tests/test_remarshal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#! /usr/bin/env python
# remarshal, a utility to convert between serialization formats.
# Copyright (C) 2014, 2015, 2016, 2017 dbohdan
# License: MIT

from .context import remarshal
import os
Expand Down

0 comments on commit 131d128

Please sign in to comment.