aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/pascal.pas
diff options
context:
space:
mode:
Diffstat (limited to 'test/indent/pascal.pas')
-rw-r--r--test/indent/pascal.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas
index 07a21f23c3c..0dda0c47fef 100644
--- a/test/indent/pascal.pas
+++ b/test/indent/pascal.pas
@@ -1,6 +1,6 @@
1{ GPC demo program for the CRT unit. 1{ GPC demo program for the CRT unit.
2 2
3Copyright (C) 1999-2006 Free Software Foundation, Inc. 3Copyright (C) 1999-2006, 2013 Free Software Foundation, Inc.
4 4
5Author: Frank Heckenbach <frank@pascal.gnu.de> 5Author: Frank Heckenbach <frank@pascal.gnu.de>
6 6
@@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14General Public License for more details. 14General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with this program; see the file COPYING. If not, write to 17along with this program. If not, see <http://www.gnu.org/licenses/>.
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA.
20 18
21As a special exception, if you incorporate even large parts of the 19As a special exception, if you incorporate even large parts of the
22code of this demo program into another program with substantially 20code of this demo program into another program with substantially
@@ -27,6 +25,8 @@ by the GNU General Public License. }
27 25
28{$gnu-pascal,I+} 26{$gnu-pascal,I+}
29 27
28// Free-pascal style comment.
29
30program CRTDemo; 30program CRTDemo;
31 31
32uses GPC, CRT; 32uses GPC, CRT;