From 4f4770ee4f6d454d1d3a4422e5e5622161fea5eb Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 3 Jan 2017 18:02:21 +0100 Subject: [PATCH] Fix wrong sed replace. --- source/view.c | 2 +- source/widgets/box.c | 2 +- source/widgets/separator.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/view.c b/source/view.c index 64448152..70890ff8 100644 --- a/source/view.c +++ b/source/view.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Modified 2017 Qball Cow + * Modified 2016-2017 Qball Cow * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/source/widgets/box.c b/source/widgets/box.c index ae321620..3ebfa775 100644 --- a/source/widgets/box.c +++ b/source/widgets/box.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Modified 2017 Qball Cow + * Modified 2016-2017 Qball Cow * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/source/widgets/separator.c b/source/widgets/separator.c index 3085a553..d27b26fa 100644 --- a/source/widgets/separator.c +++ b/source/widgets/separator.c @@ -1,6 +1,6 @@ /** * MIT/X11 License - * Modified (c) 2017 Qball Cow + * Modified (c) 2016-2017 Qball Cow * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the