1
0

proj: Add author file header

This commit is contained in:
2025-08-29 11:57:13 +02:00
parent 98484db389
commit d028bfb65d
7 changed files with 30 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# File: intercept
# Author: Lorenz Stechauner <e12119052@student.tuwien.ac.at>
# Lorenz Stechauner <lorenz.stechauner@necronda.net>
import argparse
import subprocess
import os

View File

@@ -1,4 +1,10 @@
/**
* File: intercept.c
* Author: Lorenz Stechauner <e12119052@student.tuwien.ac.at>
* Lorenz Stechauner <lorenz.stechauner@necronda.net>
*/
#define _GNU_SOURCE
#include <getopt.h>