This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add (C) declaration and an opening quote to peep.c
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Wed, 8 Jun 2022 09:56:45 +0000 (10:56 +0100)
committerPaul Evans <leonerd@leonerd.org.uk>
Mon, 20 Jun 2022 12:36:52 +0000 (13:36 +0100)
peep.c

diff --git a/peep.c b/peep.c
index 6bcf5ce..f00ce82 100644 (file)
--- a/peep.c
+++ b/peep.c
@@ -1,3 +1,22 @@
+/*    peep.c
+ *
+ *    Copyright (C) 1991-2022 by Larry Wall and others
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ */
+
+/*
+ * Aragorn sped on up the hill. Every now and again he bent to the ground.
+ * Hobbits go light, and their footprints are not easy even for a Ranger to
+ * read, but not far from the top a spring crossed the path, and in the wet
+ * earth he saw what he was seeking.
+ * 'I read the signs aright,' he said to himself. 'Frodo ran to the hill-top.
+ * I wonder what he saw there? But he returned by the same way, and went down
+ * the hill again.'
+ */
+
 #include "EXTERN.h"
 #define PERL_IN_PEEP_C
 #include "perl.h"