X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecTray%2Fsettings%2FCECSettingLogicalAddress.cs;h=430082a5d2e4eb902d73ae62114dde04091bb629;hb=16f47961800432dbdd5b3ead717908f383d26d6b;hp=252b5c3df70aea1c6e3b45fa9e8c4b4e62b3517b;hpb=d18ea27bd89c0244bef7077df2fbe0a687cf5f5e;p=deb_libcec.git diff --git a/src/LibCecTray/settings/CECSettingLogicalAddress.cs b/src/LibCecTray/settings/CECSettingLogicalAddress.cs index 252b5c3..430082a 100644 --- a/src/LibCecTray/settings/CECSettingLogicalAddress.cs +++ b/src/LibCecTray/settings/CECSettingLogicalAddress.cs @@ -1,3 +1,35 @@ +/* + * This file is part of the libCEC(R) library. + * + * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is an original work, containing original code. + * + * libCEC(R) is a trademark of Pulse-Eight Limited. + * + * This program is dual-licensed; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * + * Alternatively, you can license this library under a commercial license, + * please contact Pulse-Eight Licensing for more information. + * + * For more information contact: + * Pulse-Eight Licensing + * http://www.pulse-eight.com/ + * http://www.pulse-eight.net/ + */ + using System.Windows.Forms; using CecSharp; using LibCECTray.Properties;