summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-10-21 03:35:28 +0100
committerRoy Marples <roy@marples.name>2017-10-21 03:35:28 +0100
commitb7298bde47c726b9cd91e21abc46698ab236fa3d (patch)
tree0893ccfd68792fe02e9e96c55dcd50ad00e3cbd3
parentf85b3c3136d6a06565825917f9b8f57eb08f5698 (diff)
downloaddhcpcd-ui-b7298bde47c726b9cd91e21abc46698ab236fa3d.tar.xz
We changed enough of dhcpcd-qt in 2017 to warrant a copyright bump.
-rw-r--r--src/dhcpcd-qt/dhcpcd-about.cpp4
-rw-r--r--src/dhcpcd-qt/dhcpcd-about.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ifmenu.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ifmenu.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ipv4validator.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ipv4validator.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-preferences.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-preferences.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-qt.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-qt.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-singleton.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-singleton.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ssid.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ssid.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ssidmenu.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ssidmenu.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ssidmenuwidget.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-ssidmenuwidget.h2
-rw-r--r--src/dhcpcd-qt/dhcpcd-wi.cpp2
-rw-r--r--src/dhcpcd-qt/dhcpcd-wi.h2
-rw-r--r--src/dhcpcd-qt/main.cpp2
21 files changed, 22 insertions, 22 deletions
diff --git a/src/dhcpcd-qt/dhcpcd-about.cpp b/src/dhcpcd-qt/dhcpcd-about.cpp
index fdc2cc4..14a6bef 100644
--- a/src/dhcpcd-qt/dhcpcd-about.cpp
+++ b/src/dhcpcd-qt/dhcpcd-about.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -63,7 +63,7 @@ DhcpcdAbout::DhcpcdAbout(DhcpcdQt *parent)
partLabel = new QLabel(tr("Part of the dhcpcd project"), this);
partLabel->setAlignment(Qt::AlignCenter);
layout->addWidget(partLabel);
- copyrightLabel = new QLabel("Copyright (c) 2009-2015 Roy Marples", this);
+ copyrightLabel = new QLabel("Copyright (c) 2009-2017 Roy Marples", this);
copyrightLabel->setAlignment(Qt::AlignCenter);
layout->addWidget(copyrightLabel);
urlLabel = new QLabel(
diff --git a/src/dhcpcd-qt/dhcpcd-about.h b/src/dhcpcd-qt/dhcpcd-about.h
index cb2d180..2a435ed 100644
--- a/src/dhcpcd-qt/dhcpcd-about.h
+++ b/src/dhcpcd-qt/dhcpcd-about.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ifmenu.cpp b/src/dhcpcd-qt/dhcpcd-ifmenu.cpp
index 83480a1..bbc186b 100644
--- a/src/dhcpcd-qt/dhcpcd-ifmenu.cpp
+++ b/src/dhcpcd-qt/dhcpcd-ifmenu.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ifmenu.h b/src/dhcpcd-qt/dhcpcd-ifmenu.h
index c084202..be10391 100644
--- a/src/dhcpcd-qt/dhcpcd-ifmenu.h
+++ b/src/dhcpcd-qt/dhcpcd-ifmenu.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ipv4validator.cpp b/src/dhcpcd-qt/dhcpcd-ipv4validator.cpp
index 21df3b5..d1dea1b 100644
--- a/src/dhcpcd-qt/dhcpcd-ipv4validator.cpp
+++ b/src/dhcpcd-qt/dhcpcd-ipv4validator.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ipv4validator.h b/src/dhcpcd-qt/dhcpcd-ipv4validator.h
index 036f231..e9a1547 100644
--- a/src/dhcpcd-qt/dhcpcd-ipv4validator.h
+++ b/src/dhcpcd-qt/dhcpcd-ipv4validator.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-preferences.cpp b/src/dhcpcd-qt/dhcpcd-preferences.cpp
index 5331e7e..a1fc29e 100644
--- a/src/dhcpcd-qt/dhcpcd-preferences.cpp
+++ b/src/dhcpcd-qt/dhcpcd-preferences.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-preferences.h b/src/dhcpcd-qt/dhcpcd-preferences.h
index 47bd8e1..c658ca5 100644
--- a/src/dhcpcd-qt/dhcpcd-preferences.h
+++ b/src/dhcpcd-qt/dhcpcd-preferences.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-qt.cpp b/src/dhcpcd-qt/dhcpcd-qt.cpp
index c82f2eb..7a27123 100644
--- a/src/dhcpcd-qt/dhcpcd-qt.cpp
+++ b/src/dhcpcd-qt/dhcpcd-qt.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-qt.h b/src/dhcpcd-qt/dhcpcd-qt.h
index af4e659..366ad25 100644
--- a/src/dhcpcd-qt/dhcpcd-qt.h
+++ b/src/dhcpcd-qt/dhcpcd-qt.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-singleton.cpp b/src/dhcpcd-qt/dhcpcd-singleton.cpp
index 4dccca9..9dc5435 100644
--- a/src/dhcpcd-qt/dhcpcd-singleton.cpp
+++ b/src/dhcpcd-qt/dhcpcd-singleton.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-singleton.h b/src/dhcpcd-qt/dhcpcd-singleton.h
index a75c170..8a42290 100644
--- a/src/dhcpcd-qt/dhcpcd-singleton.h
+++ b/src/dhcpcd-qt/dhcpcd-singleton.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ssid.cpp b/src/dhcpcd-qt/dhcpcd-ssid.cpp
index 23fbd3b..051fb56 100644
--- a/src/dhcpcd-qt/dhcpcd-ssid.cpp
+++ b/src/dhcpcd-qt/dhcpcd-ssid.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ssid.h b/src/dhcpcd-qt/dhcpcd-ssid.h
index 2a1af5f..f80e45d 100644
--- a/src/dhcpcd-qt/dhcpcd-ssid.h
+++ b/src/dhcpcd-qt/dhcpcd-ssid.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ssidmenu.cpp b/src/dhcpcd-qt/dhcpcd-ssidmenu.cpp
index a60438c..5f2e350 100644
--- a/src/dhcpcd-qt/dhcpcd-ssidmenu.cpp
+++ b/src/dhcpcd-qt/dhcpcd-ssidmenu.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ssidmenu.h b/src/dhcpcd-qt/dhcpcd-ssidmenu.h
index a154b69..15e3d93 100644
--- a/src/dhcpcd-qt/dhcpcd-ssidmenu.h
+++ b/src/dhcpcd-qt/dhcpcd-ssidmenu.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.cpp b/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.cpp
index dabf17a..b2ab91d 100644
--- a/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.cpp
+++ b/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.h b/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.h
index 7b0958d..caa2e44 100644
--- a/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.h
+++ b/src/dhcpcd-qt/dhcpcd-ssidmenuwidget.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-wi.cpp b/src/dhcpcd-qt/dhcpcd-wi.cpp
index d950289..617e5f6 100644
--- a/src/dhcpcd-qt/dhcpcd-wi.cpp
+++ b/src/dhcpcd-qt/dhcpcd-wi.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/dhcpcd-wi.h b/src/dhcpcd-qt/dhcpcd-wi.h
index e5d4aa9..914574b 100644
--- a/src/dhcpcd-qt/dhcpcd-wi.h
+++ b/src/dhcpcd-qt/dhcpcd-wi.h
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/dhcpcd-qt/main.cpp b/src/dhcpcd-qt/main.cpp
index 7cbfce7..40253c3 100644
--- a/src/dhcpcd-qt/main.cpp
+++ b/src/dhcpcd-qt/main.cpp
@@ -1,6 +1,6 @@
/*
* dhcpcd-qt
- * Copyright 2014-2015 Roy Marples <roy@marples.name>
+ * Copyright 2014-2017 Roy Marples <roy@marples.name>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions