~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to keymaps/xkb.pl

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
                open("IN", $inDir . "keycodes/" . $keymapFile);
254
254
                open("OUT", ">" . "$outDir" . $keymapFile);
255
255
 
256
 
                $time = localtime();
257
 
                print OUT "# This file was generated with xkb.pl ($time)\n";
 
256
                print OUT "# This file was generated with xkb.pl\n";
258
257
                print OUT "# and is based on the X Keyboard Configuration Database $xkbVersion\n";
259
258
                print OUT "# Please use xkb.pl to re-export newer versions of XKB\n";
260
259
                print OUT "\n\n";