From a9f8d3260846e9a8aeecb23972e32c8db033556f Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 2 Jan 2014 16:15:54 +0100 Subject: [PATCH] #2 Update copyright year --- COPYING | 2 +- example/example_pyqt.py | 2 +- example/example_pyside.py | 2 +- qdarkstyle/__init__.py | 2 +- qdarkstyle/compile_qrc.py | 2 +- qdarkstyle/style.qss | 2 +- setup.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/COPYING b/COPYING index 4a4715b..276a7b8 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) <2013> +Copyright (c) <2013-2014> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/example/example_pyqt.py b/example/example_pyqt.py index 2d1f7ec..3b8f335 100755 --- a/example/example_pyqt.py +++ b/example/example_pyqt.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) <2013> +# Copyright (c) <2013-2014> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/example/example_pyside.py b/example/example_pyside.py index 7a25ea3..3ec0924 100755 --- a/example/example_pyside.py +++ b/example/example_pyside.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) <2013> +# Copyright (c) <2013-2014> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 05266e9..8fde6a6 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) <2013> +# Copyright (c) <2013-2014> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/qdarkstyle/compile_qrc.py b/qdarkstyle/compile_qrc.py index 6296059..3825118 100755 --- a/qdarkstyle/compile_qrc.py +++ b/qdarkstyle/compile_qrc.py @@ -3,7 +3,7 @@ # # The MIT License (MIT) # -# Copyright (c) <2013> +# Copyright (c) <2013-2014> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/qdarkstyle/style.qss b/qdarkstyle/style.qss index 567afbe..66515c6 100644 --- a/qdarkstyle/style.qss +++ b/qdarkstyle/style.qss @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) <2013> + * Copyright (c) <2013-2014> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index d0ec683..8b28b67 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # # The MIT License (MIT) # -# Copyright (c) <2013> +# Copyright (c) <2013-2014> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal