diff --git a/COPYING b/COPYING index ac6c5b3d..f1b1b45a 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ MIT/X11 License -Modified 2013-2015 Qball Cow +Modified 2013-2016 Qball Cow Copyright (c) 2012 Sean Pringle Permission is hereby granted, free of charge, to any person obtaining diff --git a/config/config.def.c b/config/config.def.c index 3775eb16..3dc08eac 100644 --- a/config/config.def.c +++ b/config/config.def.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Modified 2013-2015 Qball Cow + * Modified 2013-2016 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/dialogs/combi.c b/source/dialogs/combi.c index a106ec6e..89937310 100644 --- a/source/dialogs/combi.c +++ b/source/dialogs/combi.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/dialogs/dmenu.c b/source/dialogs/dmenu.c index 7ee8a4f6..eae551a6 100644 --- a/source/dialogs/dmenu.c +++ b/source/dialogs/dmenu.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/dialogs/drun.c b/source/dialogs/drun.c index 565a005f..cb716fea 100644 --- a/source/dialogs/drun.c +++ b/source/dialogs/drun.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/dialogs/run.c b/source/dialogs/run.c index 8a745142..373d0618 100644 --- a/source/dialogs/run.c +++ b/source/dialogs/run.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/dialogs/script.c b/source/dialogs/script.c index eeee45a6..27e43b78 100644 --- a/source/dialogs/script.c +++ b/source/dialogs/script.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/dialogs/ssh.c b/source/dialogs/ssh.c index 472c78ab..7063b6c7 100644 --- a/source/dialogs/ssh.c +++ b/source/dialogs/ssh.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/dialogs/window.c b/source/dialogs/window.c index ff32ddad..96cfd95c 100644 --- a/source/dialogs/window.c +++ b/source/dialogs/window.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/helper.c b/source/helper.c index 6f7d34c8..f94ef6bc 100644 --- a/source/helper.c +++ b/source/helper.c @@ -3,7 +3,7 @@ * * MIT/X11 License * Copyright (c) 2012 Sean Pringle - * Modified 2013-2015 Qball Cow + * Modified 2013-2016 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/history.c b/source/history.c index 6f14e505..52eb02ea 100644 --- a/source/history.c +++ b/source/history.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 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/i3-support.c b/source/i3-support.c index 1cdf21a0..f8bd3ea0 100644 --- a/source/i3-support.c +++ b/source/i3-support.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright (c) 2013-2015 Qball Cow + * Copyright (c) 2013-2016 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/rofi.c b/source/rofi.c index d46b88d6..dc67ba5c 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -3,7 +3,7 @@ * * MIT/X11 License * Copyright (c) 2012 Sean Pringle - * Modified 2013-2015 Qball Cow + * Modified 2013-2016 Qball Cow * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -613,7 +613,7 @@ static int locate_switcher ( KeySym key, unsigned int modstate ) */ static void menu_capture_screenshot ( void ) { - const char *outp = g_getenv ( "ROFI_PNG_OUTPUT" ); + const char *outp = g_getenv ( "ROFI_PNG_OUTPUT" ); if ( surface == NULL ) { // Nothing to store. fprintf ( stderr, "There is no rofi surface to store\n" ); @@ -625,12 +625,12 @@ static void menu_capture_screenshot ( void ) return; } // Get current time. - GDateTime *now = g_date_time_new_now_local (); + GDateTime *now = g_date_time_new_now_local (); // Format filename. - char *timestmp = g_date_time_format ( now, "rofi-%Y-%m-%d-%H%M" ); - char *filename = g_strdup_printf ( "%s.png", timestmp ); + char *timestmp = g_date_time_format ( now, "rofi-%Y-%m-%d-%H%M" ); + char *filename = g_strdup_printf ( "%s.png", timestmp ); // Build full path - char *fpath = NULL; + char *fpath = NULL; if ( outp == NULL ) { int index = 0; fpath = g_build_filename ( xdg_pict_dir, filename, NULL ); diff --git a/source/scrollbar.c b/source/scrollbar.c index eca41127..c6554f8e 100644 --- a/source/scrollbar.c +++ b/source/scrollbar.c @@ -1,6 +1,6 @@ /** * MIT/X11 License - * Modified (c) 2015 Qball Cow + * Modified (c) 2015-2016 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/textbox.c b/source/textbox.c index 754f2fa0..c98d34ed 100644 --- a/source/textbox.c +++ b/source/textbox.c @@ -1,7 +1,7 @@ /** * MIT/X11 License * Copyright (c) 2012 Sean Pringle - * Modified (c) 2013-2015 Qball Cow + * Modified (c) 2013-2016 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/timings.c b/source/timings.c index d7375e80..f0f8b98d 100644 --- a/source/timings.c +++ b/source/timings.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright (c) 2015 Qball Cow + * Copyright (c) 2015-2016 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/x11-helper.c b/source/x11-helper.c index 228ed0eb..c58b8884 100644 --- a/source/x11-helper.c +++ b/source/x11-helper.c @@ -3,7 +3,7 @@ * * MIT/X11 License * Copyright (c) 2012 Sean Pringle - * Modified 2013-2015 Qball Cow + * Modified 2013-2016 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/xrmoptions.c b/source/xrmoptions.c index 7aefd595..d1b4d029 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -2,7 +2,7 @@ * rofi * * MIT/X11 License - * Copyright 2013-2015 Qball Cow + * Copyright 2013-2016 Qball Cow * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the