• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..12-Feb-201541

READMEH A D25-Feb-2014839

README

1#
2# Broadcom Non-GPL Shared Library functions
3#
4# $Copyright Broadcom Corporation$
5#
6# $Id: README,v 1.1 2004-09-02 02:38:55 mdeb Exp $
7#
8
9This directory contains source files which are used to 
10build the shared library 'libbcm.so'.
11
12This shared library contains functions that can be used by
13multiple applications on the Linux Router. The source
14files that comprise this library are not subject to GPL. If 
15you want to add a function that is shared by multiple
16applications and which does not need to be part of the GPL
17release, add the source file to this library. If the file 
18has to be included as part of the GPL release, add it to
19libshared.so.
20
21
22WARNING:
23
24Before adding files to this library, make absolutely sure 
25that the files don't fall under GPL. Source files added to
26this libraray should NOT be included in gpl-filelist.txt.
27