summaryrefslogtreecommitdiffstats
path: root/games/rain/rain.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rain/rain.c')
-rw-r--r--games/rain/rain.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/rain/rain.c b/games/rain/rain.c
index 99c1ea6..b801a9a 100644
--- a/games/rain/rain.c
+++ b/games/rain/rain.c
@@ -29,18 +29,20 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/*
OpenPOWER on IntegriCloud