summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-05 14:46:36 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2012-01-05 08:23:02 +0100
commita06d43173c0909de58d260121013a8b5bda02b96 (patch)
tree20e690d7079ddfa210d3485021952ee6a00b6dfe /src
parent22b79f861eb6f6107d635ebc1ee68d1819b53ef3 (diff)
Update copyright year in license headers.
Change-Id: I9f69b11c48b84d2e9187d40e64caeb5b0e9717c3 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/compress.cpp2
-rw-r--r--src/compress.h2
-rw-r--r--src/cppgenerator.cpp4
-rw-r--r--src/cppgenerator.h2
-rw-r--r--src/dotgraph.cpp2
-rw-r--r--src/dotgraph.h2
-rw-r--r--src/grammar.cpp2
-rw-r--r--src/grammar_p.h2
-rw-r--r--src/lalr.cpp2
-rw-r--r--src/lalr.g6
-rw-r--r--src/lalr.h2
-rw-r--r--src/main.cpp2
-rw-r--r--src/parsetable.cpp2
-rw-r--r--src/parsetable.h2
-rw-r--r--src/recognizer.cpp2
-rw-r--r--src/recognizer.h2
16 files changed, 19 insertions, 19 deletions
diff --git a/src/compress.cpp b/src/compress.cpp
index b932ce8..d3880eb 100644
--- a/src/compress.cpp
+++ b/src/compress.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/compress.h b/src/compress.h
index 3d62673..d7b7bcc 100644
--- a/src/compress.h
+++ b/src/compress.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/cppgenerator.cpp b/src/cppgenerator.cpp
index 0cab1d3..ad9a83b 100644
--- a/src/cppgenerator.cpp
+++ b/src/cppgenerator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -51,7 +51,7 @@ QString CppGenerator::copyrightHeader() const
return QLatin1String(
"/****************************************************************************\n"
"**\n"
- "** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\n"
+ "** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).\n"
"** All rights reserved.\n"
"** Contact: Nokia Corporation (qt-info@nokia.com)\n"
"**\n"
diff --git a/src/cppgenerator.h b/src/cppgenerator.h
index 6eb6ef3..0e88005 100644
--- a/src/cppgenerator.h
+++ b/src/cppgenerator.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/dotgraph.cpp b/src/dotgraph.cpp
index 46d8005..58c3704 100644
--- a/src/dotgraph.cpp
+++ b/src/dotgraph.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/dotgraph.h b/src/dotgraph.h
index 2f22036..96aa903 100644
--- a/src/dotgraph.h
+++ b/src/dotgraph.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/grammar.cpp b/src/grammar.cpp
index 40d2b6a..58d4c3c 100644
--- a/src/grammar.cpp
+++ b/src/grammar.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/grammar_p.h b/src/grammar_p.h
index 5f9c1f0..281cefe 100644
--- a/src/grammar_p.h
+++ b/src/grammar_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/lalr.cpp b/src/lalr.cpp
index c62abf1..bf0c6ef 100644
--- a/src/lalr.cpp
+++ b/src/lalr.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/lalr.g b/src/lalr.g
index 90e77c3..14a3409 100644
--- a/src/lalr.g
+++ b/src/lalr.g
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
--
--- Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+-- Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-- All rights reserved.
-- Contact: Nokia Corporation (qt-info@nokia.com)
--
@@ -77,7 +77,7 @@
/:
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -191,7 +191,7 @@ protected:
/.
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/lalr.h b/src/lalr.h
index 05762f9..dae32e6 100644
--- a/src/lalr.h
+++ b/src/lalr.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/main.cpp b/src/main.cpp
index fe59662..36c51d7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/parsetable.cpp b/src/parsetable.cpp
index eea2d65..c330616 100644
--- a/src/parsetable.cpp
+++ b/src/parsetable.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/parsetable.h b/src/parsetable.h
index 4651d0b..28f9c26 100644
--- a/src/parsetable.h
+++ b/src/parsetable.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/recognizer.cpp b/src/recognizer.cpp
index 647ca84..9e27d33 100644
--- a/src/recognizer.cpp
+++ b/src/recognizer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/src/recognizer.h b/src/recognizer.h
index c392f15..808b01c 100644
--- a/src/recognizer.h
+++ b/src/recognizer.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**