From b735cde20cc14857136ae65a0e5d336ed7ddc862 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 2 Aug 2009 00:27:29 +0300 Subject: [PATCH] Added a copyright notice to Doxyfile.in since it contains lots of comments from Doxygen. It seems that the Doxygen authors' intent is to not apply their copyright on generated files, but since it doesn't matter for XZ Utils at all, better safe than sorry. --- Doxyfile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doxyfile.in b/Doxyfile.in index fac9f1c..ef19db8 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1,5 +1,8 @@ # Doxyfile 1.4.7 +# Copyright (C) 1997-2007 by Dimitri van Heesch +# License: GNU GPLv2 + # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # -- 2.7.4