Skip to content

Commit

Permalink
Update copyrights and URLs after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Mar 5, 2018
1 parent 119fdab commit 90cf2ab
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: set noet sw=4 ts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Links
* The `build status`_ can be observed on Travis CI

.. _documentation: http://compound-files.readthedocs.org/
.. _source code: https://github.com/waveform80/compoundfiles
.. _bug tracker: https://github.com/waveform80/compoundfiles/issues
.. _source code: https://github.com/waveform-computing/compoundfiles
.. _bug tracker: https://github.com/waveform-computing/compoundfiles/issues
.. _Compound File Binary: http://msdn.microsoft.com/en-gb/library/dd942138.aspx
.. _OLE Compound Documents: http://www.openoffice.org/sc/compdocfileformat.pdf
.. _Advanced Authoring Format: http://www.amwa.tv/downloads/specifications/aafcontainerspec-v1.0.1.pdf
.. _MIT license: http://opensource.org/licenses/MIT
.. _build status: https://travis-ci.org/waveform80/compoundfiles
.. _build status: https://travis-ci.org/waveform-computing/compoundfiles

.. |pypi| image:: https://img.shields.io/pypi/v/compoundfiles.svg
:target: https://pypi.python.org/pypi/compoundfiles
Expand All @@ -44,7 +44,7 @@ Links
:target: https://compound-files.readthedocs.org/
:alt: Documentation status

.. |travis| image:: https://travis-ci.org/waveform80/compoundfiles.svg?branch=master
:target: https://travis-ci.org/waveform80/compoundfiles
.. |travis| image:: https://travis-ci.org/waveform-computing/compoundfiles.svg?branch=master
:target: https://travis-ci.org/waveform-computing/compoundfiles
:alt: Build status

2 changes: 1 addition & 1 deletion compoundfiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 compoundfiles/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 compoundfiles/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 compoundfiles/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 compoundfiles/mmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 compoundfiles/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 compoundfiles/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: compoundfiles
Maintainer: Dave Hughes <dave@waveform.org.uk>
Maintainer: Dave Jones <dave@waveform.org.uk>
Homepage: http://pypi.python.org/pypi/compoundfiles
Section: python
Priority: extra
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: compoundfiles
Source: http://github.com/waveform80/compoundfiles
Source: http://github.com/waveform-computing/compoundfiles

Files: *
Copyright: 2013,2014 Dave Hughes <dave@waveform.org.uk>
Copyright: 2013,2014 Dave Jones <dave@waveform.org.uk>
License: Expat

License: Expat
Expand Down
2 changes: 1 addition & 1 deletion debian/python-compoundfiles-docs.doc-base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Document: python-compoundfiles
Title: Compoundfiles Reference
Author: Dave Hughes <dave@waveform.org.uk>
Author: Dave Jones <dave@waveform.org.uk>
Abstract: Documentation for the Python compoundfiles library
Section: Programming/Python

Expand Down
10 changes: 5 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Release 0.3 (2014-09-01)
* Extended the warning and error hierarchy so that users of the library can
fine tune exactly what warnings they want to consider errors (`#3`_)

.. _#2: https://github.com/waveform80/compoundfiles/issues/2
.. _#3: https://github.com/waveform80/compoundfiles/issues/3
.. _#6: https://github.com/waveform80/compoundfiles/issues/6
.. _#2: https://github.com/waveform-computing/compoundfiles/issues/2
.. _#3: https://github.com/waveform-computing/compoundfiles/issues/3
.. _#6: https://github.com/waveform-computing/compoundfiles/issues/6


Release 0.2 (2014-04-23)
Expand All @@ -29,8 +29,8 @@ Release 0.2 (2014-04-23)
* Fixed Python 3 compatibility - many thanks to Martin Panter for the bug
report! (`#5`_)

.. _#4: https://github.com/waveform80/compoundfiles/issues/4
.. _#5: https://github.com/waveform80/compoundfiles/issues/5
.. _#4: https://github.com/waveform-computing/compoundfiles/issues/4
.. _#5: https://github.com/waveform-computing/compoundfiles/issues/5


Release 0.1 (2014-02-22)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ a virtualenv with source checked out from `GitHub`_, like so::
$ sudo apt-get install make git python-virtualenv exuberant-ctags
$ virtualenv sandbox
$ source sandbox/bin/activate
$ git clone https://github.com/waveform80/compoundfiles.git
$ git clone https://github.com/waveform-computing/compoundfiles.git
$ cd compoundfiles
$ make develop

Expand All @@ -64,5 +64,5 @@ free to extend this section with instructions for alternate platforms.


.. _PyPI: http://pypi.python.org/pypi/compoundfiles
.. _GitHub: https://github.com/waveform80/compoundfiles
.. _GitHub: https://github.com/waveform-computing/compoundfiles
.. _PPA: https://launchpad.net/~waveform/+archive/ppa
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 Expand Up @@ -64,7 +64,7 @@

__project__ = 'compoundfiles'
__version__ = '0.3'
__author__ = 'Dave Hughes'
__author__ = 'Dave Jones'
__author_email__ = 'dave@waveform.org.uk'
__url__ = 'https://compound-files.readthedocs.org/'
__platforms__ = 'ALL'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 tests/test_mmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# A library for reading Microsoft's OLE Compound Document format
# Copyright (c) 2014 Dave Hughes <dave@waveform.org.uk>
# Copyright (c) 2014 Dave Jones <dave@waveform.org.uk>
#
# 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 90cf2ab

Please sign in to comment.