Skip to content

Instantly share code, notes, and snippets.

@eschen42
Last active August 21, 2022 20:26
Show Gist options
  • Save eschen42/0d699802c3946cb9b937b90b46bf8fc9 to your computer and use it in GitHub Desktop.
Save eschen42/0d699802c3946cb9b937b90b46bf8fc9 to your computer and use it in GitHub Desktop.
Icon standard header
############################################################################
#
# File: [progname].icn
#
# Subject: [progname].icn - [subtitle succinctly describing what progname.icn is or does]
#
# Author: Arthur Eschenlauer (https://orcid.org/0000-0002-2882-0508)
#
# Date: [e.g. 26 March, 2020]
#
# URL: [if available, e.g. https://gist.github.com/eschen42/0d699802c3946cb9b937b90b46bf8fc9]
#
############################################################################
#
# This file is in the public domain. Art Eschenlauer has waived all
# copyright and related or neighboring rights to:
# [progname].icn - [subtitle succinctly describing what progname.icn is or does]
# For details, see:
# https://creativecommons.org/publicdomain/zero/1.0/
#
# If you require a specific license and public domain status is not suffi-
# cient for your needs, please substitute the MIT license (see below), bearing
# in mind that the copyright "claim" is solely to meet your requirements
# and does not imply any restriction on use or copying by the author:
#
# Copyright (c) 2020, Arthur Eschenlauer
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject
# to the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
############################################################################
#
# [Describe here, in detail, what the code in this file does]
#
############################################################################
#
# Requires: [note required language features here, e.g., co-expressions]
#
############################################################################
#
# Links: [list IPL procs linked here, e.g., escapesq, strings]
#
############################################################################
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment