diff options
author | joel <joel@FreeBSD.org> | 2010-12-11 08:32:16 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-12-11 08:32:16 +0000 |
commit | 29af67e52c02dc751039a3117bc88ae6192e891e (patch) | |
tree | 5570a8a027e3011357d1c937cdaa4197cc734d59 /usr.bin/yacc/yyfix.sh | |
parent | 66c1e42a10bc5d49cfb7ba06c3c81e908ac75e69 (diff) | |
download | FreeBSD-src-29af67e52c02dc751039a3117bc88ae6192e891e.zip FreeBSD-src-29af67e52c02dc751039a3117bc88ae6192e891e.tar.gz |
Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
Diffstat (limited to 'usr.bin/yacc/yyfix.sh')
-rw-r--r-- | usr.bin/yacc/yyfix.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/yacc/yyfix.sh b/usr.bin/yacc/yyfix.sh index d983df6..a8110c9 100644 --- a/usr.bin/yacc/yyfix.sh +++ b/usr.bin/yacc/yyfix.sh @@ -11,10 +11,6 @@ # 2. 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. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. # 4. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. @@ -31,6 +27,8 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # +# $FreeBSD$ +# # @(#)yyfix.sh 5.2 (Berkeley) 5/12/90 # OLDYACC="yyexca yyact yypact yypgo yyr1 yyr2 yychk yydef" |