summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-03 16:48:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-03 16:48:28 +0300
commita0451aa4e93b10ad2e50d5c4d59116f888aeacd5 (patch)
tree4abf627bef146f4c26e36dd294899c9ab846232e /src/particle
parent17928691c2893c535dba352160dd00bfc96221a9 (diff)
downloadplus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.gz
plus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.bz2
plus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.xz
plus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.zip
Update copyright year.
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/animationparticle.cpp2
-rw-r--r--src/particle/animationparticle.h2
-rw-r--r--src/particle/imageparticle.cpp2
-rw-r--r--src/particle/imageparticle.h2
-rw-r--r--src/particle/particle.cpp2
-rw-r--r--src/particle/particle.h2
-rw-r--r--src/particle/particlecontainer.cpp2
-rw-r--r--src/particle/particlecontainer.h2
-rw-r--r--src/particle/particleemitter.cpp2
-rw-r--r--src/particle/particleemitter.h2
-rw-r--r--src/particle/particleemitterprop.h2
-rw-r--r--src/particle/particleengine.cpp2
-rw-r--r--src/particle/particleengine.h2
-rw-r--r--src/particle/particleinfo.h2
-rw-r--r--src/particle/particlelist.cpp2
-rw-r--r--src/particle/particlelist.h2
-rw-r--r--src/particle/particletimer.h2
-rw-r--r--src/particle/particlevector.cpp2
-rw-r--r--src/particle/particlevector.h2
-rw-r--r--src/particle/rotationalparticle.cpp2
-rw-r--r--src/particle/rotationalparticle.h2
-rw-r--r--src/particle/textparticle.cpp2
-rw-r--r--src/particle/textparticle.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/src/particle/animationparticle.cpp b/src/particle/animationparticle.cpp
index dc9142e8a..baeb0701e 100644
--- a/src/particle/animationparticle.cpp
+++ b/src/particle/animationparticle.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h
index 5ea8e3599..9c5e6af5d 100644
--- a/src/particle/animationparticle.h
+++ b/src/particle/animationparticle.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/imageparticle.cpp b/src/particle/imageparticle.cpp
index c7dfa1c7d..796d0cd72 100644
--- a/src/particle/imageparticle.cpp
+++ b/src/particle/imageparticle.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h
index 42e01266d..dfd46c912 100644
--- a/src/particle/imageparticle.h
+++ b/src/particle/imageparticle.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particle.cpp b/src/particle/particle.cpp
index 0c6629860..5fd68f878 100644
--- a/src/particle/particle.cpp
+++ b/src/particle/particle.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particle.h b/src/particle/particle.h
index 859a61505..7004af0e6 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlecontainer.cpp b/src/particle/particlecontainer.cpp
index 03d09d92a..c6c469436 100644
--- a/src/particle/particlecontainer.cpp
+++ b/src/particle/particlecontainer.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlecontainer.h b/src/particle/particlecontainer.h
index fe0a2addb..7b8f9f83f 100644
--- a/src/particle/particlecontainer.h
+++ b/src/particle/particlecontainer.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleemitter.cpp b/src/particle/particleemitter.cpp
index b3fec4142..cab5dbc96 100644
--- a/src/particle/particleemitter.cpp
+++ b/src/particle/particleemitter.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleemitter.h b/src/particle/particleemitter.h
index 493024d50..ca560953b 100644
--- a/src/particle/particleemitter.h
+++ b/src/particle/particleemitter.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleemitterprop.h b/src/particle/particleemitterprop.h
index 66662a777..3acfe88f6 100644
--- a/src/particle/particleemitterprop.h
+++ b/src/particle/particleemitterprop.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleengine.cpp b/src/particle/particleengine.cpp
index 5486076c4..5150aee3b 100644
--- a/src/particle/particleengine.cpp
+++ b/src/particle/particleengine.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleengine.h b/src/particle/particleengine.h
index 55c224414..02d0dcb5b 100644
--- a/src/particle/particleengine.h
+++ b/src/particle/particleengine.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleinfo.h b/src/particle/particleinfo.h
index 7786163ea..ebf7a47a4 100644
--- a/src/particle/particleinfo.h
+++ b/src/particle/particleinfo.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2016 The ManaPlus Developers
+ * Copyright (C) 2013-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlelist.cpp b/src/particle/particlelist.cpp
index 209ecfd32..e254da1be 100644
--- a/src/particle/particlelist.cpp
+++ b/src/particle/particlelist.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlelist.h b/src/particle/particlelist.h
index 6d27903cd..83c23a454 100644
--- a/src/particle/particlelist.h
+++ b/src/particle/particlelist.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particletimer.h b/src/particle/particletimer.h
index fa4b86458..083ad6503 100644
--- a/src/particle/particletimer.h
+++ b/src/particle/particletimer.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2015-2016 The ManaPlus Developers
+ * Copyright (C) 2015-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlevector.cpp b/src/particle/particlevector.cpp
index a38db6d01..aa7ce828a 100644
--- a/src/particle/particlevector.cpp
+++ b/src/particle/particlevector.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlevector.h b/src/particle/particlevector.h
index d8ec917c9..2603ad89c 100644
--- a/src/particle/particlevector.h
+++ b/src/particle/particlevector.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/rotationalparticle.cpp b/src/particle/rotationalparticle.cpp
index dd9ea79bb..c471bd01a 100644
--- a/src/particle/rotationalparticle.cpp
+++ b/src/particle/rotationalparticle.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/rotationalparticle.h b/src/particle/rotationalparticle.h
index c0b163b21..a51035c50 100644
--- a/src/particle/rotationalparticle.h
+++ b/src/particle/rotationalparticle.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/textparticle.cpp b/src/particle/textparticle.cpp
index d41dcef2b..84eb4f8ef 100644
--- a/src/particle/textparticle.cpp
+++ b/src/particle/textparticle.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/textparticle.h b/src/particle/textparticle.h
index e13b2e13c..e67120688 100644
--- a/src/particle/textparticle.h
+++ b/src/particle/textparticle.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2006-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*