From d4275250d851c2a6cce4dde9fbd71152648b23f1 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 12 Jan 2016 23:53:21 +0100 Subject: [PATCH] added GitHub URL in case the file spreads and people want to know upstream location --- src/whereami.c | 1 + src/whereami.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/whereami.c b/src/whereami.c index 971c740..19d6460 100644 --- a/src/whereami.c +++ b/src/whereami.c @@ -1,4 +1,5 @@ // (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz) +// https://github.com/gpakosz/whereami // in case you want to #include "whereami.c" in a larger compilation unit #if !defined(WHEREAMI_H) diff --git a/src/whereami.h b/src/whereami.h index b25c60a..6c81af8 100644 --- a/src/whereami.h +++ b/src/whereami.h @@ -1,4 +1,5 @@ // (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz) +// https://github.com/gpakosz/whereami #ifndef WHEREAMI_H #define WHEREAMI_H