tuxsavvy / agere_fw_utils (public) (License: Dual BSD 3-clause and GPLv2) (since 2021-02-07) (hash sha1)
Personal fork of https://repo.or.cz/agere_fw_utils.git

/LICENSE (5342daffc1d01df12f37bca201bab19d1a3c5a4a) (4071 bytes) (mode 100644) (type blob)

The following files are covered under GNU GPL v2:
dump_fw.c dump_fw.mk hcfcfg.h hfwget.c README.dump_fw
These files can be found within each and every respective wl_lkm_7* directory

/*
 * Hermes AP firmware extractor for Windows drivers (c) 2003 by Mark Smith
 * This may be distributed freely under the GPL v2 so long as this copyright
 * notice is included.
 *
 * Following modifications (c) 2008 David Kilroy
 *  primary plug data
 *  compatibility info
 *  firmware identification
 *  carry on without filename (wldel48b, and old wlluc48)
 *  binary output format for linux kernel driver
 *  big endian translations
 *  refactorring
 *
 * These modifications may be distributed freely under the GPL v2 so
 * long as this copyright notice is included.
 *
 * This program is free software; 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

For every other file that exists inside each and every wl_lkm_7* including
the tarballs inside the tarballs directory/tree, these are what is mostly
believed to be covered under BSD 3-clause. You may wish to refer to 
README.ubuntu for more information.

/* SOFTWARE LICENSE
 *
 * This software is provided subject to the following terms and conditions,
 * which you should read carefully before using the software.  Using this
 * software indicates your acceptance of these terms and conditions.  If you do
 * not agree with these terms and conditions, do not use the software.
 *
 * Copyright (c) 2003 Agere Systems Inc.
 * All rights reserved.
 *
 * Redistribution and use in source or binary forms, with or without
 * modifications, are permitted provided that the following conditions are met:
 *
 * . Redistributions of source code must retain the above copyright notice, this
 *    list of conditions and the following Disclaimer as comments in the code as
 *    well as in the documentation and/or other materials provided with the
 *    distribution.
 * 
 * . Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following Disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 * 
 * . Neither the name of Agere Systems Inc. nor the names of the contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 * 
 * Disclaimer
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  ANY
 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
 * RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT 
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 * DAMAGE.
 *
 */

For the zip files within windows_drivers directory/tree, refer to the license
file contained in each of those respective files. They are not covered under 
GNU GPL v2 nor under BSD 3-clause.


Mode Type Size Ref File
100644 blob 4071 5342daffc1d01df12f37bca201bab19d1a3c5a4a LICENSE
100644 blob 1908 5b729e00a22ec5e9837476df2d2d67c610244378 README.dump_fw
100644 blob 6669 bfad7dc7725f545a6b21c5876255c3f2e9c8ee6f README.ubuntu
100644 blob 14347 cc75662fce0c5f781e9fc86fbb053de1e062e588 dump_fw.c
100644 blob 2334 9433d05636b1aaedfcc42325b3e892169ec142ab dump_fw.mk
100644 blob 195 484b779b428de84f3fe27935b17924d547d4be30 hcfcfg.h
100644 blob 36168 f0dc3cd296f43ec1e44d63e54cfada0afcf07e22 hfwget.c
040000 tree - 70f87a1be4df8b8fac9e8263b22a92f388503285 tarballs
040000 tree - 9b5debae8c9a1494b3b14dae3495635b3cc01c4e windows_drivers
040000 tree - dddb518d29a36fbcfa6a75819fdfee1075cd7cd8 wl_lkm_714
040000 tree - 29ae9bc7c2e3608fbaa960a95ef20d56087a0754 wl_lkm_718
040000 tree - 72b5d89d4608987f7499392a4d839a95fda60be7 wl_lkm_722
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/tuxsavvy/agere_fw_utils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/tuxsavvy/agere_fw_utils

Clone this repository using git:
git clone git://git.rocketgit.com/user/tuxsavvy/agere_fw_utils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main