diff options
author | June McEnroe <programble@gmail.com> | 2017-09-27 15:28:16 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-09-27 15:28:16 -0400 |
commit | e3604c1fe2a8cf89e5d9d1e2919da103127af2dd (patch) | |
tree | b3d614e806b9ca5787ad787c8df6855a5ab3c825 | |
parent | Add merge.c to README (diff) | |
download | torus-e3604c1fe2a8cf89e5d9d1e2919da103127af2dd.tar.gz torus-e3604c1fe2a8cf89e5d9d1e2919da103127af2dd.zip |
Remove leading blank lines
Diffstat (limited to '')
-rw-r--r-- | client.c | 3 | ||||
-rw-r--r-- | help.c | 3 | ||||
-rw-r--r-- | merge.c | 3 | ||||
-rw-r--r-- | meta.c | 3 | ||||
-rw-r--r-- | server.c | 3 | ||||
-rw-r--r-- | 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 <curtis@cmcenroe.me> +/* Copyright (c) 2017, Curtis McEnroe <curtis@cmcenroe.me> * * 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 <curtis@cmcenroe.me> +/* Copyright (c) 2017, Curtis McEnroe <curtis@cmcenroe.me> * * 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 <curtis@cmcenroe.me> +/* Copyright (c) 2017, Curtis McEnroe <curtis@cmcenroe.me> * * 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 <curtis@cmcenroe.me> +/* Copyright (c) 2017, Curtis McEnroe <curtis@cmcenroe.me> * * 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 <curtis@cmcenroe.me> +/* Copyright (c) 2017, Curtis McEnroe <curtis@cmcenroe.me> * * 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 <curtis@cmcenroe.me> +/* Copyright (c) 2017, Curtis McEnroe <curtis@cmcenroe.me> * * 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 |