summaryrefslogtreecommitdiff
path: root/peep.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-06-08 10:56:45 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2022-06-20 13:36:52 +0100
commit71cce76e8fa4392b9349c818391b893ce7cf43ac (patch)
tree054a205283ab0687f57e4c2e2a4309fe6ad8b8b8 /peep.c
parentaabe6c182e49185760d16d5a8dc3f87fe09d052f (diff)
downloadperl-71cce76e8fa4392b9349c818391b893ce7cf43ac.tar.gz
Add (C) declaration and an opening quote to peep.c
Diffstat (limited to 'peep.c')
-rw-r--r--peep.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/peep.c b/peep.c
index 6bcf5ce667..f00ce8289c 100644
--- 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"