{ "info": { "author": "Martin Ueding", "author_email": "dev@martin-ueding.de", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Text Editors" ], "description": "Parses the given lines and updates the copyright string.\n\nSay you have a copyright string in the top of some source file, like::\n\n # Copyright (c) 2010 John Doe \n\nIf you edit this file, you would like the copyright notice so reflect the\ncurrent year as well, like::\n\n # Copyright (c) 2010, 2012 John Doe \n\nThis script checks for outdated copyright strings and updates them.\n\nRanges are detected and collapsed intelligently. If you have ``2008, 2009,\n2010``, it will become ``2008-2010``. If you mix ranges and single years, this\nwill also be picked up correctly::\n\n 2002, 2003, 2004, 2006, 2008, 2009, 2012\n\nThat list becomes::\n\n 2002-2004, 2006, 2008-2009, 2012\n\nIn order to prevent changing of copyright notices that do not carry your name,\nyou can create an INI style configuration file at\n``~/.config/copyright_updater.ini`` which would look like that:\n\n.. code:: ini\n\n [name]\n name = John Doe\n email = john@example.com\n\n [unicode]\n replace = true\n\nAdditionally, it can replace ``(c)`` with ``\u00a9`` automatically, if you set the\noption in the config file.", "description_content_type": null, "docs_url": null, "download_url": "http://martin-ueding.de/download/copyright-updater/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://martin-ueding.de/projects/copyright-updater/", "keywords": null, "license": "GPLv2+", "maintainer": null, "maintainer_email": null, "name": "copyrightupdate", "package_url": "https://pypi.org/project/copyrightupdate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/copyrightupdate/", "project_urls": { "Download": "http://martin-ueding.de/download/copyright-updater/", "Homepage": "http://martin-ueding.de/projects/copyright-updater/" }, "release_url": "https://pypi.org/project/copyrightupdate/1.2/", "requires_dist": null, "requires_python": null, "summary": "Updates copyright years.", "version": "1.2" }, "last_serial": 749123, "releases": { "1.1.1": [], "1.2": [ { "comment_text": "built for Linux-3.8.0-19-generic-x86_64-with-glibc2.7", "digests": { "md5": "3a36fb765bd8af970d043b0db1905107", "sha256": "0df7fb7aa9ca40e10eda7d1f73cc1fbf8466ac3d18bdc9734a903aa89fc5e376" }, "downloads": -1, "filename": "copyrightupdate-1.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "3a36fb765bd8af970d043b0db1905107", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 5832, "upload_time": "2013-05-10T15:18:56", "url": "https://files.pythonhosted.org/packages/ce/25/23bf6fca24a669002a5b45d05a4605ed1e3634d4a6887d06e32d87af3184/copyrightupdate-1.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "e1e0e6f826c14b239f35e44b375b48c4", "sha256": "ce287e69fba571c3397df602b0817a9c3895394e37eac90b6b59a1cda564675d" }, "downloads": -1, "filename": "copyrightupdate-1.2.tar.gz", "has_sig": false, "md5_digest": "e1e0e6f826c14b239f35e44b375b48c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3802, "upload_time": "2013-05-10T15:18:54", "url": "https://files.pythonhosted.org/packages/23/4c/ad5bb1f8dd6578759009c4727ca7665a86f8354d4f4ea57d7b00404a6354/copyrightupdate-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.8.0-19-generic-x86_64-with-glibc2.7", "digests": { "md5": "3a36fb765bd8af970d043b0db1905107", "sha256": "0df7fb7aa9ca40e10eda7d1f73cc1fbf8466ac3d18bdc9734a903aa89fc5e376" }, "downloads": -1, "filename": "copyrightupdate-1.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "3a36fb765bd8af970d043b0db1905107", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 5832, "upload_time": "2013-05-10T15:18:56", "url": "https://files.pythonhosted.org/packages/ce/25/23bf6fca24a669002a5b45d05a4605ed1e3634d4a6887d06e32d87af3184/copyrightupdate-1.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "e1e0e6f826c14b239f35e44b375b48c4", "sha256": "ce287e69fba571c3397df602b0817a9c3895394e37eac90b6b59a1cda564675d" }, "downloads": -1, "filename": "copyrightupdate-1.2.tar.gz", "has_sig": false, "md5_digest": "e1e0e6f826c14b239f35e44b375b48c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3802, "upload_time": "2013-05-10T15:18:54", "url": "https://files.pythonhosted.org/packages/23/4c/ad5bb1f8dd6578759009c4727ca7665a86f8354d4f4ea57d7b00404a6354/copyrightupdate-1.2.tar.gz" } ] }