Add $FreeBSD$ tags

This commit is contained in:
Alexey Zelkin 2000-04-03 08:45:51 +00:00
parent fbb9ea9f3f
commit 4ab24069fa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6958
5 changed files with 9 additions and 2 deletions

View file

@ -8,6 +8,7 @@
# GNU General Public License Version 2.
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
#
# $FreeBSD$
require "html.pl";

View file

@ -1,4 +1,6 @@
#!/usr/bin/perl
#
# $FreeBSD$
require 'cgi-lib.pl';
require 'cgi-style.pl';

View file

@ -12,6 +12,7 @@
# GNU General Public License Version 2.
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
#
# $FreeBSD$
#
# typical use is &www_content ("text","html");

View file

@ -1,7 +1,8 @@
#!/usr/bin/perl
#
# Perl program to send mail.
#
# $FreeBSD$
$mailprog = '/usr/sbin/sendmail';

View file

@ -14,6 +14,8 @@
#
# Disclaimer:
# This is pretty ugly in places.
#
# $FreeBSD$
$server_root = '/usr/local/www';