diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2014-01-01 20:57:59 +0000 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2014-01-01 20:57:59 +0000 |
commit | 7d2a616c88db590c56eb6956dc6e0d78c3a3eaa3 (patch) | |
tree | ba64d1c6b927267c38168ebc966762d2c7ab9caa /libgphoto2_port/gphoto2 | |
parent | 527fff7e278c007608f6faeace72d66b34a64b58 (diff) | |
download | libgphoto2-7d2a616c88db590c56eb6956dc6e0d78c3a3eaa3.tar.gz |
added copyright header
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14614 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/gphoto2')
-rw-r--r-- | libgphoto2_port/gphoto2/gphoto2-port-portability.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/libgphoto2_port/gphoto2/gphoto2-port-portability.h b/libgphoto2_port/gphoto2/gphoto2-port-portability.h index fb59fc87e..fdbb92dad 100644 --- a/libgphoto2_port/gphoto2/gphoto2-port-portability.h +++ b/libgphoto2_port/gphoto2/gphoto2-port-portability.h @@ -1,4 +1,22 @@ -/** \file */ +/** \file gphoto2-port-log.h + * + * Copyright © 2001 Lutz Müller <lutz@users.sf.net> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + */ #ifndef __GPHOTO2_PORT_PORTABILITY_H__ #define __GPHOTO2_PORT_PORTABILITY_H__ |