diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 23:28:00 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 23:28:00 +0200 |
commit | 0ec94b11ac553c8438a44a3a11ef513874466e47 (patch) | |
tree | eab5c3e71c15972019dc0da774e4911bacb8db1f /Makefile.in | |
parent | Empty signed commit (diff) | |
download | scrotty-master.tar.gz scrotty-master.tar.bz2 scrotty-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0a9a4a5..c634fcd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée <maandree@member.fsf.org> +# Copyright (C) 2015 Mattias Andrée <m@maandree.se> # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -70,7 +70,7 @@ _LDFLAGS += $(shell pkg-config --libs libpng) # Used by mk/i18n.mk _SRC = $(foreach B,$(_BIN),$(foreach F,$(_OBJ_$(B)),$(F).c)) _PROJECT_FULL = scrotty -_COPYRIGHT_HOLDER = Mattias Andrée (maandree@member.fsf.org) +_COPYRIGHT_HOLDER = Mattias Andrée (m@maandree.se) # Used by mk/texinfo.mk _TEXINFO_DIRLEVELS = 2 |