commit 606f968b17af11f33b2ede885b5ebe775faa6129
parent 0efa1921da368d16b19429bf0c6826016fbd881f
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 2 Jul 2017 17:16:01 +0200
Fix grammar
Diffstat:
28 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "ansilove.h"
diff --git a/src/ansilove.h b/src/ansilove.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include <stdio.h>
diff --git a/src/config.h b/src/config.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#ifndef config_h
diff --git a/src/explode.c b/src/explode.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "explode.h"
diff --git a/src/explode.h b/src/explode.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include <stdio.h>
diff --git a/src/fonts.c b/src/fonts.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "fonts.h"
diff --git a/src/fonts.h b/src/fonts.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include <stdio.h>
diff --git a/src/loaders/ansi.c b/src/loaders/ansi.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#define _XOPEN_SOURCE 700
diff --git a/src/loaders/ansi.h b/src/loaders/ansi.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/loaders/artworx.c b/src/loaders/artworx.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "artworx.h"
diff --git a/src/loaders/artworx.h b/src/loaders/artworx.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/loaders/binary.c b/src/loaders/binary.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "binary.h"
diff --git a/src/loaders/binary.h b/src/loaders/binary.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/loaders/icedraw.c b/src/loaders/icedraw.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "icedraw.h"
diff --git a/src/loaders/icedraw.h b/src/loaders/icedraw.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/loaders/pcboard.c b/src/loaders/pcboard.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "pcboard.h"
diff --git a/src/loaders/pcboard.h b/src/loaders/pcboard.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/loaders/tundra.c b/src/loaders/tundra.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "tundra.h"
diff --git a/src/loaders/tundra.h b/src/loaders/tundra.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/loaders/xbin.c b/src/loaders/xbin.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "xbin.h"
diff --git a/src/loaders/xbin.h b/src/loaders/xbin.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "../ansilove.h"
diff --git a/src/main.c b/src/main.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#define _XOPEN_SOURCE 700
diff --git a/src/output.c b/src/output.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "output.h"
diff --git a/src/output.h b/src/output.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include <stdbool.h>
diff --git a/src/sauce.c b/src/sauce.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "sauce.h"
diff --git a/src/sauce.h b/src/sauce.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#define _XOPEN_SOURCE 700
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include "strtolower.h"
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -6,7 +6,7 @@
// All rights reserved.
//
// This source code is licensed under the BSD 2-Clause License.
-// See the file LICENSE for details.
+// See the LICENSE file for details.
//
#include <stdio.h>