about summary refs log tree commit diff stats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/api.c2
-rw-r--r--src/plugins/api.h2
-rw-r--r--src/plugins/autocompleters.c2
-rw-r--r--src/plugins/autocompleters.h2
-rw-r--r--src/plugins/c_api.c2
-rw-r--r--src/plugins/c_api.h2
-rw-r--r--src/plugins/c_plugins.c2
-rw-r--r--src/plugins/c_plugins.h2
-rw-r--r--src/plugins/callbacks.c2
-rw-r--r--src/plugins/callbacks.h2
-rw-r--r--src/plugins/disco.c2
-rw-r--r--src/plugins/disco.h2
-rw-r--r--src/plugins/plugins.c2
-rw-r--r--src/plugins/plugins.h2
-rw-r--r--src/plugins/profapi.c2
-rw-r--r--src/plugins/profapi.h2
-rw-r--r--src/plugins/python_api.c2
-rw-r--r--src/plugins/python_api.h2
-rw-r--r--src/plugins/python_plugins.c2
-rw-r--r--src/plugins/python_plugins.h2
-rw-r--r--src/plugins/settings.c2
-rw-r--r--src/plugins/settings.h2
-rw-r--r--src/plugins/themes.c2
-rw-r--r--src/plugins/themes.h2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/plugins/api.c b/src/plugins/api.c
index 76751957..0ca58452 100644
--- a/src/plugins/api.c
+++ b/src/plugins/api.c
@@ -1,7 +1,7 @@
 /*
  * api.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/api.h b/src/plugins/api.h
index 51a5ac0f..0f4881f0 100644
--- a/src/plugins/api.h
+++ b/src/plugins/api.h
@@ -1,7 +1,7 @@
 /*
  * api.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/autocompleters.c b/src/plugins/autocompleters.c
index 20abaddf..040fcf4d 100644
--- a/src/plugins/autocompleters.c
+++ b/src/plugins/autocompleters.c
@@ -1,7 +1,7 @@
 /*
  * autocompleters.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/autocompleters.h b/src/plugins/autocompleters.h
index 37539e27..edb076f4 100644
--- a/src/plugins/autocompleters.h
+++ b/src/plugins/autocompleters.h
@@ -1,7 +1,7 @@
 /*
  * autocompleters.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/c_api.c b/src/plugins/c_api.c
index 9d40b7c7..f3679d8f 100644
--- a/src/plugins/c_api.c
+++ b/src/plugins/c_api.c
@@ -1,7 +1,7 @@
 /*
  * c_api.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/c_api.h b/src/plugins/c_api.h
index 25a56555..8416ca20 100644
--- a/src/plugins/c_api.h
+++ b/src/plugins/c_api.h
@@ -1,7 +1,7 @@
 /*
  * c_api.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/c_plugins.c b/src/plugins/c_plugins.c
index c97c4fee..44010e95 100644
--- a/src/plugins/c_plugins.c
+++ b/src/plugins/c_plugins.c
@@ -1,7 +1,7 @@
 /*
  * c_plugins.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/c_plugins.h b/src/plugins/c_plugins.h
index a7d5f879..4098170a 100644
--- a/src/plugins/c_plugins.h
+++ b/src/plugins/c_plugins.h
@@ -1,7 +1,7 @@
 /*
  * c_plugins.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/callbacks.c b/src/plugins/callbacks.c
index 102fd679..d197a44b 100644
--- a/src/plugins/callbacks.c
+++ b/src/plugins/callbacks.c
@@ -1,7 +1,7 @@
 /*
  * callbacks.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/callbacks.h b/src/plugins/callbacks.h
index 40f0a064..23edd8eb 100644
--- a/src/plugins/callbacks.h
+++ b/src/plugins/callbacks.h
@@ -1,7 +1,7 @@
 /*
  * callbacks.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/disco.c b/src/plugins/disco.c
index a03d651f..a2889f9a 100644
--- a/src/plugins/disco.c
+++ b/src/plugins/disco.c
@@ -1,7 +1,7 @@
 /*
  * disco.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/disco.h b/src/plugins/disco.h
index 71912253..07c6a946 100644
--- a/src/plugins/disco.h
+++ b/src/plugins/disco.h
@@ -1,7 +1,7 @@
 /*
  * disco.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c
index 06b1417f..ced170fe 100644
--- a/src/plugins/plugins.c
+++ b/src/plugins/plugins.c
@@ -1,7 +1,7 @@
 /*
  * plugins.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/plugins.h b/src/plugins/plugins.h
index 0aa490f0..16d6874a 100644
--- a/src/plugins/plugins.h
+++ b/src/plugins/plugins.h
@@ -1,7 +1,7 @@
 /*
  * plugins.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index 782487cd..11b9d154 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -1,7 +1,7 @@
 /*
  * prof_api.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index 60f5f463..48d9f189 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -1,7 +1,7 @@
 /*
  * prof_api.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/python_api.c b/src/plugins/python_api.c
index aa707e06..086ccbfb 100644
--- a/src/plugins/python_api.c
+++ b/src/plugins/python_api.c
@@ -1,7 +1,7 @@
 /*
  * python_api.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/python_api.h b/src/plugins/python_api.h
index a5848997..8133c853 100644
--- a/src/plugins/python_api.h
+++ b/src/plugins/python_api.h
@@ -1,7 +1,7 @@
 /*
  * python_api.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/python_plugins.c b/src/plugins/python_plugins.c
index 934a2e4f..6f7c2158 100644
--- a/src/plugins/python_plugins.c
+++ b/src/plugins/python_plugins.c
@@ -1,7 +1,7 @@
 /*
  * python_plugins.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/python_plugins.h b/src/plugins/python_plugins.h
index 4b76ce4c..587d13d7 100644
--- a/src/plugins/python_plugins.h
+++ b/src/plugins/python_plugins.h
@@ -1,7 +1,7 @@
 /*
  * python_plugins.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/settings.c b/src/plugins/settings.c
index 78d8cec0..e4286f22 100644
--- a/src/plugins/settings.c
+++ b/src/plugins/settings.c
@@ -1,7 +1,7 @@
 /*
  * settings.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/settings.h b/src/plugins/settings.h
index d2601fe8..3a81b2d1 100644
--- a/src/plugins/settings.h
+++ b/src/plugins/settings.h
@@ -1,7 +1,7 @@
 /*
  * settings.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/themes.c b/src/plugins/themes.c
index 0c5d33ee..85c26290 100644
--- a/src/plugins/themes.c
+++ b/src/plugins/themes.c
@@ -1,7 +1,7 @@
 /*
  * themes.c
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
diff --git a/src/plugins/themes.h b/src/plugins/themes.h
index 9bd6ee4a..4feb9f2e 100644
--- a/src/plugins/themes.h
+++ b/src/plugins/themes.h
@@ -1,7 +1,7 @@
 /*
  * themes.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *