diff options
Diffstat (limited to 'share/examples/libvgl')
-rw-r--r-- | share/examples/libvgl/Makefile | 2 | ||||
-rw-r--r-- | share/examples/libvgl/demo.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/libvgl/Makefile b/share/examples/libvgl/Makefile index 6b4e916851da..c70ad6aa202c 100644 --- a/share/examples/libvgl/Makefile +++ b/share/examples/libvgl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/libvgl/Makefile,v 1.5 2004/12/21 08:47:10 ru Exp $ PROG= demo NO_MAN= diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c index 781f6a1a063b..16f36a8a98e8 100644 --- a/share/examples/libvgl/demo.c +++ b/share/examples/libvgl/demo.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/share/examples/libvgl/demo.c,v 1.6 2002/06/02 20:05:40 schweikh Exp $ */ #include <sys/types.h> |