commit ad3e829cecf6cc9ebea056079cc37c4a3923bae4
parent 713f04313eb418a966bbc220aaade3e87daffadb
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 23 Nov 2018 17:28:09 +0100
Stop abusing C++ style comments in files header
Diffstat:
7 files changed, 77 insertions(+), 70 deletions(-)
diff --git a/src/config.h b/src/config.h
@@ -1,13 +1,14 @@
-//
-// config.h
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * config.h
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#ifndef config_h
#define config_h
diff --git a/src/fonts.h b/src/fonts.h
@@ -1,13 +1,14 @@
-//
-// fonts.h
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * fonts.h
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#define FONTS 38
diff --git a/src/main.c b/src/main.c
@@ -1,13 +1,14 @@
-//
-// main.c
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * main.c
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#define _GNU_SOURCE
#include <ansilove.h>
diff --git a/src/sauce.c b/src/sauce.c
@@ -1,13 +1,14 @@
-//
-// sauce.c
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * sauce.c
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#include <stdlib.h>
#include <string.h>
diff --git a/src/sauce.h b/src/sauce.h
@@ -1,13 +1,14 @@
-//
-// sauce.h
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * sauce.h
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#define _XOPEN_SOURCE 700
#include <sys/types.h>
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -1,13 +1,14 @@
-//
-// strtolower.c
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * strtolower.c
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#include <ctype.h>
#include "strtolower.h"
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -1,13 +1,14 @@
-//
-// strtolower.h
-// AnsiLove/C
-//
-// Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus.
-// All rights reserved.
-//
-// This source code is licensed under the BSD 2-Clause License.
-// See the LICENSE file for details.
-//
+/*
+ * strtolower.h
+ * Ansilove 4.0.0
+ * https://www.ansilove.org
+ *
+ * Copyright (c) 2011-2018 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * All rights reserved.
+ *
+ * Ansilove is licensed under the BSD 2-Clause License.
+ * See LICENSE file for details.
+ */
#ifndef strtolower_h
#define strtolower_h