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 6b4e916851daf..e3e55778490a5 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.24.1 2010/02/10 00:26:20 kensmith Exp $ PROG= demo NO_MAN= diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c index 781f6a1a063be..0e09860a7d101 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.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <sys/types.h> |