diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-01-02 14:22:12 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-13 08:12:24 (GMT) |
commit | e5735c9b31651c7ddc6599a29dde055d62e3f10c (patch) | |
tree | 9729e9fe5fd72e76ef1903f8d4dd78eed783f1a9 /demos/books | |
parent | a03d2b673ac488a71b5c5fb53114a610ec101cd4 (diff) | |
download | Qt-e5735c9b31651c7ddc6599a29dde055d62e3f10c.zip Qt-e5735c9b31651c7ddc6599a29dde055d62e3f10c.tar.gz Qt-e5735c9b31651c7ddc6599a29dde055d62e3f10c.tar.bz2 |
Update copyright year in Digia's license headers
Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'demos/books')
-rw-r--r-- | demos/books/bookdelegate.cpp | 2 | ||||
-rw-r--r-- | demos/books/bookdelegate.h | 2 | ||||
-rw-r--r-- | demos/books/bookwindow.cpp | 2 | ||||
-rw-r--r-- | demos/books/bookwindow.h | 2 | ||||
-rw-r--r-- | demos/books/initdb.h | 2 | ||||
-rw-r--r-- | demos/books/main.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/books/bookdelegate.cpp b/demos/books/bookdelegate.cpp index 1270e32..f74f2a7 100644 --- a/demos/books/bookdelegate.cpp +++ b/demos/books/bookdelegate.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 demonstration applications of the Qt Toolkit. diff --git a/demos/books/bookdelegate.h b/demos/books/bookdelegate.h index b6b6392..732e418 100644 --- a/demos/books/bookdelegate.h +++ b/demos/books/bookdelegate.h @@ -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 demonstration applications of the Qt Toolkit. diff --git a/demos/books/bookwindow.cpp b/demos/books/bookwindow.cpp index 81dabc2..7967555 100644 --- a/demos/books/bookwindow.cpp +++ b/demos/books/bookwindow.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 demonstration applications of the Qt Toolkit. diff --git a/demos/books/bookwindow.h b/demos/books/bookwindow.h index fdaf87b..98a8a14 100644 --- a/demos/books/bookwindow.h +++ b/demos/books/bookwindow.h @@ -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 demonstration applications of the Qt Toolkit. diff --git a/demos/books/initdb.h b/demos/books/initdb.h index 6e9d579..4f55711 100644 --- a/demos/books/initdb.h +++ b/demos/books/initdb.h @@ -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 demonstration applications of the Qt Toolkit. diff --git a/demos/books/main.cpp b/demos/books/main.cpp index b02e9fa..c568cd7 100644 --- a/demos/books/main.cpp +++ b/demos/books/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 demonstration applications of the Qt Toolkit. |