From ae923aa602aedf8f052ccd98325d041a7cd216d5 Mon Sep 17 00:00:00 2001
From: Thorsten Glaser <thorsten.glaser@teckids.org>
Date: Sun, 9 Nov 2014 11:21:33 +0100
Subject: [PATCH] [verein.git] add author information to PDF metadata
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

“and others, see gitweb” rationale: we all work on various documents,
styles, classes, etc. so the main document author is not the only
author at least for the metadata (this does not change the author
information displayed in print, where content is the only thing
that matters)
---
 teckids-brief.lco | 1 +
 teckidsproto.cls  | 4 ++++
 teckidspubmat.cls | 3 +++
 3 files changed, 8 insertions(+)

diff --git a/teckids-brief.lco b/teckids-brief.lco
index 46c6570..06fad89 100644
--- a/teckids-brief.lco
+++ b/teckids-brief.lco
@@ -19,6 +19,7 @@
 \typearea[6pt]{13}
 \renewcommand{\familydefault}{\sfdefault}
 \hypersetup{
+	pdfauthor = {see gitweb of Teckids e.V.},
         colorlinks=false,
         breaklinks=true,
         linkcolor=linkcolor,
diff --git a/teckidsproto.cls b/teckidsproto.cls
index 70df485..4ea2e06 100644
--- a/teckidsproto.cls
+++ b/teckidsproto.cls
@@ -25,3 +25,7 @@
 \LoadClass{scrartcl}
 
 \RequirePackage{teckids}
+
+\hypersetup{
+	pdfauthor = {see gitweb of Teckids e.V.}
+}
diff --git a/teckidspubmat.cls b/teckidspubmat.cls
index fad499f..2296ead 100644
--- a/teckidspubmat.cls
+++ b/teckidspubmat.cls
@@ -36,6 +36,9 @@
 \rofoot{\teckidslogo[3cm]{}}
 
 \newcommand{\teckidspubmat}[2]{
+\hypersetup{
+	pdfauthor = {#2, and others; see gitweb of Teckids e.V.}
+}
 \lohead{\Large #1}
 \cofoot{\footnotesize
 \copyright 2014 #2\linebreak
-- 
GitLab