diff options
Diffstat (limited to 'camlibs/soundvision/commands.c')
-rw-r--r-- | camlibs/soundvision/commands.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camlibs/soundvision/commands.c b/camlibs/soundvision/commands.c index bc42c7177..7a809bed2 100644 --- a/camlibs/soundvision/commands.c +++ b/camlibs/soundvision/commands.c @@ -1,6 +1,22 @@ /* * commands.c * + * 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 + * + * * Command set for the soundvision cameras * * Copyright 2001-2003 Vince Weaver <vince@deater.net> |