From 90ba43b16cbee60d2b9a28f50277b443fc6ccd54 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 24 May 2014 16:29:39 +0000 Subject: [PATCH] Reset file header and footer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/clipboard.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/clipboard.cxx b/examples/clipboard.cxx index aa71a3998..c75705875 100644 --- a/examples/clipboard.cxx +++ b/examples/clipboard.cxx @@ -1,5 +1,5 @@ // -// "$Id: clipboard.cxx 9869 2013-04-09 20:11:28Z greg.ercolano $" +// "$Id$" // // Clipboard display test application for the Fast Light Tool Kit (FLTK). // @@ -164,5 +164,5 @@ int main() } // -// End of "$Id: $". +// End of "$Id$". //