]> git.mjollnir.org Git - moodle.git/commitdiff
Just some small doc changes
authormoodler <moodler>
Mon, 4 Sep 2006 08:15:48 +0000 (08:15 +0000)
committermoodler <moodler>
Mon, 4 Sep 2006 08:15:48 +0000 (08:15 +0000)
lib/pdflib.php

index 80f2c884f6a6a0db198ab323e280dcab810c8910..5faf78b27ec7b337af71c5a9055b5e0ef009c854 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999-2999  Martin Dougiamas  http://moodle.com          //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -128,4 +128,4 @@ class pdf extends TCPDF {
 } // End class pdf
 
 
-?>
\ No newline at end of file
+?>