Add 42 header to each .c and .h file
authorLukas Jiriste <ljiriste@student.42prague.com>
Sat, 11 Nov 2023 17:51:58 +0000 (18:51 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sat, 11 Nov 2023 17:51:58 +0000 (18:51 +0100)
color.c
color.h
complex.c
complex.h
fractol.h
main.c
vect2.c
vect2.h

diff --git a/color.c b/color.c
index f3b481fc319b842060dfdbc54a06c1b97bcc6ffd..c7651e668bf502f724f9900dce2d74a400f6c0ca 100644 (file)
--- a/color.c
+++ b/color.c
@@ -1,3 +1,14 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   color.c                                            :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:50:32 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:51:07 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
 
 #include <stddef.h>
 #include "color.h"
diff --git a/color.h b/color.h
index 96fa09208664fb6e72dc0b093dd9e418653b8780..b4f5f16a6702bcf5380f409524a5abcb3aa24110 100644 (file)
--- a/color.h
+++ b/color.h
@@ -1,3 +1,14 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   color.h                                            :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:51:23 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:51:25 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
 
 #ifndef COLOR_H
 # define COLOR_H
index e5dcc8101e9b312e1789f4ff14667237710e739f..f8780fdd49bfa63c9da25d4ece2a5c56dc7064d2 100644 (file)
--- a/complex.c
+++ b/complex.c
@@ -1,3 +1,15 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   complex.c                                          :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:50:39 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:50:41 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
+
 #include <math.h>
 #include "complex.h"
 
index 05a11aef2a735819c54406972258ec157a35c539..3abdf570f425eb046dea1f44401deea6c338316e 100644 (file)
--- a/complex.h
+++ b/complex.h
@@ -1,3 +1,15 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   complex.h                                          :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:51:27 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:51:28 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
+
 #ifndef COMPLEX_H
 # define COMPLEX_H
 
index 51d1ff1c5f7df47c8d327a320262fe24f677ffa1..c1ddea72f760f4bca39f4da22fecefc39a6b8b1a 100644 (file)
--- a/fractol.h
+++ b/fractol.h
@@ -1,3 +1,14 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   fractol.h                                          :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:51:29 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:51:32 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
 
 #ifndef FRACTOL_H
 # define FRACTOL_H
diff --git a/main.c b/main.c
index c643fcdea83662c95dc8c1c4746ec4f3cf5b1940..07a295ce7e8fbd8612c2ca8f8a9d566c78865943 100644 (file)
--- a/main.c
+++ b/main.c
@@ -6,7 +6,7 @@
 /*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2023/10/27 14:29:26 by ljiriste          #+#    #+#             */
-/*   Updated: 2023/11/11 18:41:55 by ljiriste         ###   ########.fr       */
+/*   Updated: 2023/11/11 18:50:45 by ljiriste         ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
diff --git a/vect2.c b/vect2.c
index 865a60e7a4f6cccc1b026dd2bbfe9f6c16ecdade..9c89526eb040d9e814cd9ce59a3453f89bbdb12c 100644 (file)
--- a/vect2.c
+++ b/vect2.c
@@ -1,3 +1,14 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   vect2.c                                            :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:50:53 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:50:59 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
 
 #include "vect2.h"
 
diff --git a/vect2.h b/vect2.h
index 005b3cebaf905d82642395d77452fb32d4c8769d..500035c6a7a2d2078750b1c6c0a8d5357b495ddd 100644 (file)
--- a/vect2.h
+++ b/vect2.h
@@ -1,3 +1,14 @@
+/* ************************************************************************** */
+/*                                                                            */
+/*                                                        :::      ::::::::   */
+/*   vect2.h                                            :+:      :+:    :+:   */
+/*                                                    +:+ +:+         +:+     */
+/*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
+/*                                                +#+#+#+#+#+   +#+           */
+/*   Created: 2023/11/11 18:51:34 by ljiriste          #+#    #+#             */
+/*   Updated: 2023/11/11 18:51:38 by ljiriste         ###   ########.fr       */
+/*                                                                            */
+/* ************************************************************************** */
 
 #ifndef VECT2_H
 # define VECT2_H