From e3604c1fe2a8cf89e5d9d1e2919da103127af2dd Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 27 Sep 2017 15:28:16 -0400 Subject: Remove leading blank lines --- client.c | 3 +-- help.c | 3 +-- merge.c | 3 +-- meta.c | 3 +-- server.c | 3 +-- torus.h | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/client.c b/client.c index ac16737..fe7c62b 100644 --- a/client.c +++ b/client.c @@ -1,5 +1,4 @@ -/* - * Copyright (c) 2017, Curtis McEnroe +/* Copyright (c) 2017, Curtis McEnroe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/help.c b/help.c index 6e4500e..6bd2f8c 100644 --- a/help.c +++ b/help.c @@ -1,5 +1,4 @@ -/* - * Copyright (c) 2017, Curtis McEnroe +/* Copyright (c) 2017, Curtis McEnroe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/merge.c b/merge.c index 9cf4e48..ca4ccb5 100644 --- a/merge.c +++ b/merge.c @@ -1,5 +1,4 @@ -/* - * Copyright (c) 2017, Curtis McEnroe +/* Copyright (c) 2017, Curtis McEnroe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/meta.c b/meta.c index b0664cc..569821b 100644 --- a/meta.c +++ b/meta.c @@ -1,5 +1,4 @@ -/* - * Copyright (c) 2017, Curtis McEnroe +/* Copyright (c) 2017, Curtis McEnroe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/server.c b/server.c index 009243a..1c7d425 100644 --- a/server.c +++ b/server.c @@ -1,5 +1,4 @@ -/* - * Copyright (c) 2017, Curtis McEnroe +/* Copyright (c) 2017, Curtis McEnroe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/torus.h b/torus.h index 765362d..661d47a 100644 --- a/torus.h +++ b/torus.h @@ -1,5 +1,4 @@ -/* - * Copyright (c) 2017, Curtis McEnroe +/* Copyright (c) 2017, Curtis McEnroe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by -- cgit 1.4.1 d>2019-12-31Add scoop IRC output formatJune McEnroe 2019-12-31Add scoop output format optionJune McEnroe 2019-12-31Refactor scoop formatters and group colored outputJune McEnroe 2019-12-31Add strftime format string optionJune McEnroe 2019-12-31Refactor binding in scoopJune McEnroe 2019-12-31Add option to group events by contextJune McEnroe 2019-12-31Add missing includeJune McEnroe 2019-12-31Use standout mode for highlightingJune McEnroe 2019-12-31Rewrite scoop(1) argument descriptionsJune McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe