Browse Source

Copyright update for 2015; dev version up for 0.2.5.

tags/v0.3
Ben Kurtovic 9 years ago
parent
commit
4e8dab5aab
6 changed files with 8 additions and 8 deletions
  1. +1
    -1
      LICENSE
  2. +3
    -3
      gitup/__init__.py
  3. +1
    -1
      gitup/config.py
  4. +1
    -1
      gitup/script.py
  5. +1
    -1
      gitup/update.py
  6. +1
    -1
      setup.py

+ 1
- 1
LICENSE View File

@@ -1,4 +1,4 @@
Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 3
- 3
gitup/__init__.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
# See the LICENSE file for details.

"""
@@ -8,7 +8,7 @@ gitup: the git repository updater
"""

__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2015 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2.4"
__version__ = "0.2.5.dev0"
__email__ = "ben.kurtovic@gmail.com"

+ 1
- 1
gitup/config.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
# See the LICENSE file for details.

from __future__ import print_function


+ 1
- 1
gitup/script.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
# See the LICENSE file for details.

from __future__ import print_function


+ 1
- 1
gitup/update.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
# See the LICENSE file for details.

from __future__ import print_function


+ 1
- 1
setup.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
# See the LICENSE file for details.

import sys


Loading…
Cancel
Save