From e2f973a8d057c310ef6a437ad26aee4d93e33a69 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Date: Thu, 7 Feb 2013 15:09:59 +0100
Subject: [PATCH] update copyright year

Change-Id: I670423c6001e2a504df8be80b42ee88566ad3baa
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
---
 LICENSE                        | 2 +-
 bin/git-edit-commit            | 2 +-
 bin/git-gpush                  | 4 ++--
 bin/git-note-review            | 2 +-
 bin/git-pasteapply             | 2 +-
 bin/git-qt-cherry-pick         | 2 +-
 bin/git-qt-grafts              | 2 +-
 bin/git-qt-grafts.bat          | 2 +-
 bin/git-rewrite-author         | 2 +-
 bin/git-split-ws               | 2 +-
 bin/qt5_tool                   | 2 +-
 bin/qt5_tool.bat               | 2 +-
 git-hooks/gerrit-bot           | 2 +-
 git-hooks/gerrit-bot-cleanup   | 2 +-
 git-hooks/git_post_commit_hook | 2 +-
 git-hooks/qdoc-bot             | 2 +-
 git-hooks/sanitize-commit      | 2 +-
 util/fixnonlatin1/main.cpp     | 2 +-
 util/normalize/main.cpp        | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/LICENSE b/LICENSE
index 84f572d..0ebdaee 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 Unless noted otherwise, the following 3-clause BSD-style license
 applies to the scripts in this package:
 
-Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 Contact: http://www.qt-project.org/legal
 
 Redistribution and use in source and binary forms, with or without
diff --git a/bin/git-edit-commit b/bin/git-edit-commit
index 804302f..1b1a481 100755
--- a/bin/git-edit-commit
+++ b/bin/git-edit-commit
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/bin/git-gpush b/bin/git-gpush
index 5038530..f6e558b 100755
--- a/bin/git-gpush
+++ b/bin/git-gpush
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
@@ -80,7 +80,7 @@ Options:
         Reports all registered aliases.
 
 Copyright:
-    Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+    Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
     Contact: http://www.qt-project.org/legal
 
 License:
diff --git a/bin/git-note-review b/bin/git-note-review
index ad0d4ec..4666705 100755
--- a/bin/git-note-review
+++ b/bin/git-note-review
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/bin/git-pasteapply b/bin/git-pasteapply
index 8b07645..04ed9f6 100755
--- a/bin/git-pasteapply
+++ b/bin/git-pasteapply
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/bin/git-qt-cherry-pick b/bin/git-qt-cherry-pick
index 9310b7b..f3cb21f 100755
--- a/bin/git-qt-cherry-pick
+++ b/bin/git-qt-cherry-pick
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/bin/git-qt-grafts b/bin/git-qt-grafts
index 6935951..6fe38a1 100755
--- a/bin/git-qt-grafts
+++ b/bin/git-qt-grafts
@@ -5,7 +5,7 @@
 #
 # Sets up the proper grafts for a Qt repository
 #
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 ####################################################################################################
diff --git a/bin/git-qt-grafts.bat b/bin/git-qt-grafts.bat
index f0ae431..1ccf692 100644
--- a/bin/git-qt-grafts.bat
+++ b/bin/git-qt-grafts.bat
@@ -1,6 +1,6 @@
 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ::
-:: Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+:: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 :: Contact: http://www.qt-project.org/legal
 ::
 :: This file is part of the tools applications of the Qt Toolkit.
diff --git a/bin/git-rewrite-author b/bin/git-rewrite-author
index 378929e..22f55fb 100755
--- a/bin/git-rewrite-author
+++ b/bin/git-rewrite-author
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/bin/git-split-ws b/bin/git-split-ws
index 0128751..f34dacf 100755
--- a/bin/git-split-ws
+++ b/bin/git-split-ws
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/bin/qt5_tool b/bin/qt5_tool
index 9e948ad..312ec6a 100755
--- a/bin/qt5_tool
+++ b/bin/qt5_tool
@@ -3,7 +3,7 @@
 #
 # Helper script for Qt 5
 #
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 ####################################################################################################
diff --git a/bin/qt5_tool.bat b/bin/qt5_tool.bat
index b24309c..61b9034 100644
--- a/bin/qt5_tool.bat
+++ b/bin/qt5_tool.bat
@@ -1,6 +1,6 @@
 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ::
-:: Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+:: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 :: Contact: http://www.qt-project.org/legal
 ::
 :: This file is part of the tools applications of the Qt Toolkit.
diff --git a/git-hooks/gerrit-bot b/git-hooks/gerrit-bot
index c3f1645..0812cc1 100755
--- a/git-hooks/gerrit-bot
+++ b/git-hooks/gerrit-bot
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/git-hooks/gerrit-bot-cleanup b/git-hooks/gerrit-bot-cleanup
index b993f32..52160e8 100755
--- a/git-hooks/gerrit-bot-cleanup
+++ b/git-hooks/gerrit-bot-cleanup
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/git-hooks/git_post_commit_hook b/git-hooks/git_post_commit_hook
index 49201ec..f7fea55 100755
--- a/git-hooks/git_post_commit_hook
+++ b/git-hooks/git_post_commit_hook
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/git-hooks/qdoc-bot b/git-hooks/qdoc-bot
index c9f6866..dfa8610 100755
--- a/git-hooks/qdoc-bot
+++ b/git-hooks/qdoc-bot
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/git-hooks/sanitize-commit b/git-hooks/sanitize-commit
index 7271c18..868b22f 100755
--- a/git-hooks/sanitize-commit
+++ b/git-hooks/sanitize-commit
@@ -1,5 +1,5 @@
 #! /usr/bin/perl -w
-# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 # Contact: http://www.qt-project.org/legal
 #
 # You may use this file under the terms of the 3-clause BSD license.
diff --git a/util/fixnonlatin1/main.cpp b/util/fixnonlatin1/main.cpp
index cba65c1..43be21d 100644
--- a/util/fixnonlatin1/main.cpp
+++ b/util/fixnonlatin1/main.cpp
@@ -1,6 +1,6 @@
 /****************************************************************************
 **
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
 ** This file is part of the utils of the Qt Toolkit.
diff --git a/util/normalize/main.cpp b/util/normalize/main.cpp
index f1fabd9..f07e422 100644
--- a/util/normalize/main.cpp
+++ b/util/normalize/main.cpp
@@ -1,6 +1,6 @@
 /****************************************************************************
 **
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
 ** This file is part of the utils of the Qt Toolkit.
-- 
GitLab