Skip to content

Commit

Permalink
updating headers for 2018!
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 15, 2018
1 parent d5c45e8 commit 27acede
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat

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 deid/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DeidRecipe
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/config/standards.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
standards.py: standards for configuration
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/config/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
utils.py: util functions for working with deid configuration files
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/actions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
actions.py: actions to take on dicom header fields
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/fields.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
header.py: functions to extract identifiers from dicom headers
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/filter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
base.py: base filters for any kind of test
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/header.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
header.py: functions to extract identifiers from dicom headers
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/tags.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
tags.py: working with header field tags
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
utils.py: helper functions for working with dicom module
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/dicom/validate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
utils.py: helper functions for working with dicom module
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/identifiers/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
actions.py: perform general actions with an input data structure, and
return a new output.
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/identifiers/tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
clean.py: tasks for data structure based on a deid specification
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/identifiers/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
utils.py: util functions for identifier objects
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/logger/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
logger/message.py: Python logger base
Copyright (c) 2016-2017 Vanessa Sochat
Copyright (c) 2016-2018 Vanessa Sochat
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 deid/logger/spinner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
logger/spinner.py: Simple spinner for logger
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/main/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The MIT License (MIT)
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/main/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The MIT License (MIT)
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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 deid/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The MIT License (MIT)
Copyright (c) 2016-2017 Vanessa Sochat
Copyright (c) 2016-2018 Vanessa Sochat
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 deid/tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The MIT License (MIT)
Copyright (c) 2016-2017 Vanessa Sochat
Copyright (c) 2016-2018 Vanessa Sochat
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 deid/tests/test_dicom_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The MIT License (MIT)
Copyright (c) 2016-2017 Vanessa Sochat
Copyright (c) 2016-2018 Vanessa Sochat
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 deid/tests/test_dicom_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The MIT License (MIT)
Copyright (c) 2016-2017 Vanessa Sochat
Copyright (c) 2016-2018 Vanessa Sochat
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 deid/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The MIT License (MIT)
Copyright (c) 2016-2017 Vanessa Sochat
Copyright (c) 2016-2018 Vanessa Sochat
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 deid/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
utils.py: part of deid package
Copyright (c) 2017 Vanessa Sochat
Copyright (c) 2017-2018 Vanessa Sochat
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

0 comments on commit 27acede

Please sign in to comment.