diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-02 00:27:29 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-02 00:27:29 +0300 |
commit | b735cde20cc14857136ae65a0e5d336ed7ddc862 (patch) | |
tree | ab7a058220d86e7ca0f2f2e6f18df6fcbe46186d | |
parent | Updated THANKS. (diff) | |
download | xz-b735cde20cc14857136ae65a0e5d336ed7ddc862.tar.xz |
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.
-rw-r--r-- | Doxyfile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index fac9f1c3..ef19db81 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 # |