Skip to content

Commit

Permalink
Updates pydicom location from googlecode to github in all headers
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Jan 27, 2017
1 parent 3cb7aef commit 14d41b3
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion source/dicom/UID.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import os
import uuid
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Copyright (c) 2008-2012 Darcy Mason
This file is part of pydicom, released under a modified MIT license.
See the file license.txt included with this distribution, also
available at http://pydicom.googlecode.com
available at https://github.com/darcymason/pydicom
-----------
Quick Start
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/charset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#

import logging
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

# doc strings following items are picked up by sphinx for documentation

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/contrib/dicom_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Copyright (c) 2010 Michael Wallace
# This file is released under the pydicom license.
# See the file license.txt included with the pydicom distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#

import hashlib
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/contrib/pydicom_PIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Copyright (c) 2009 Darcy Mason, Adit Panchal
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

# Based on image.py from pydicom version 0.9.3,
# LUT code added by Adit Panchal
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/contrib/pydicom_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Copyright (c) 2010 Almar Klein
# This file is released under the pydicom license.
# See the file license.txt included with the pydicom distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#


Expand Down
2 changes: 1 addition & 1 deletion source/dicom/datadict.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#

import logging
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/dataelem.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#
from __future__ import absolute_import

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright (c) 2008-2013 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#
import sys
from sys import byteorder
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/dicomdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2013 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#

from dicom.errors import InvalidDicomError
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/encaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

# Encapsulated Pixel Data -- 3.5-2008 A.4
# Encapsulated Pixel data is in a number of Items (start with Item tag (0xFFFE,E000) and ending ultimately with SQ delimiter and Item Length field of 0 (no value),
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2013 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#


Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/DicomDiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/DicomInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/ListBeams.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from __future__ import print_function
import dicom
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/anonymize.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
# Use at your own risk!!
# Many more items need to be addressed for proper de-identifying DICOM data.
# In particular, note that pixel data could have confidential data "burned in"
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/dicomtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

usage = "Usage: python dicomtree.py dicom_filename"

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/myprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/show_charset_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import Tkinter
from dicom.valuerep import PersonNameUnicode
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/show_dicomdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2013 Darcy Mason
# This file is part of pydicom, relased under an MIT-style license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#

import sys
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/examples/write_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Copyright (c) 2010-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/filebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
from __future__ import absolute_import

from dicom.tag import Tag
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/filereader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
from __future__ import absolute_import
# Need zlib and io.BytesIO for deflate-compressed file
import os.path
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/fileutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2009-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from struct import pack, unpack
from dicom.tag import TupleTag, Tag
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/filewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from struct import pack

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2009 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

_size_factors = dict(KB=1024, MB=1024 * 1024, GB=1024 * 1024 * 1024)

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/multival.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2009-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT-style license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom
#


Expand Down
2 changes: 1 addition & 1 deletion source/dicom/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from dicom.dataset import Dataset
from dicom.multival import MultiValue
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

# Store the 4 bytes of a dicom tag as an arbitary length integer
# (python "long" in python <3; "int" for python >=3).
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/performance/raw_convert_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

# EDIT THIS SECTION --------------------------
# to point to local temp directory
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/performance/time_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import os.path
import os
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import os
import os.path
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_UID.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
from dicom.UID import UID, generate_uid, pydicom_root_UID, InvalidUID
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_charset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2008 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
import dicom
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_dataelem.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

# Many tests of DataElement class are implied in test_dataset also

Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
from dicom.dataset import Dataset, PropertyError
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
from dicom.tag import Tag
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_filereader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2010-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_filewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2008-2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import sys
import os.path
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_multival.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2012 Darcy Mason
# This file is part of pydicom, relased under an MIT-style license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
from dicom.multival import MultiValue
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_rawread.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2010-2012 Darcy Mason
# This file is part of pydicom, relased under an MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

from io import BytesIO
import unittest
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2012 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
from dicom.dataset import Dataset
Expand Down
2 changes: 1 addition & 1 deletion source/dicom/test/test_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2008 Darcy Mason
# This file is part of pydicom, released under a modified MIT license.
# See the file license.txt included with this distribution, also
# available at http://pydicom.googlecode.com
# available at https://github.com/darcymason/pydicom

import unittest
from dicom.tag import Tag, TupleTag
Expand Down

0 comments on commit 14d41b3

Please sign in to comment.