Skip to content

Commit

Permalink
update copyright, remove deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
brlcad committed Feb 13, 2024
1 parent a86dbee commit 4d06601
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sh/orbit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# O R B I T . S H
# BRL-CAD
#
# Copyright (c) 2010-2019 United States Government as represented by
# Copyright (c) 2010-2024 United States Government as represented by
# the U.S. Army Research Laboratory.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -43,8 +43,6 @@ WIDTH=512
HEIGHT=512
ELEVATION=35

echo "DEPRECATION WARNING: This command is scheduled for removal. Please contact the developers if you use this command.\n\n"
sleep 1

if test "$2" = "" ; then
echo "Usage: orbit.sh [-w <width>] [-n <height>] [-e <elevation>] filename.g obj1 obj2..."
Expand Down

0 comments on commit 4d06601

Please sign in to comment.