From: Karl O. Pinc Date: Wed, 16 Dec 2020 21:16:21 +0000 (-0600) Subject: Update copyright and contact info X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=3595a9d8dc071707759cc6a3159455d17c969d83;p=pgwui_develop Update copyright and contact info --- diff --git a/bump_version b/bump_version index 85eee35..b10f944 100755 --- a/bump_version +++ b/bump_version @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI. # @@ -18,7 +18,7 @@ # . # -# Karl O. Pinc +# Karl O. Pinc commit_version() { git add src/$1/VERSION diff --git a/make_dist b/make_dist index c09ad26..dd57902 100755 --- a/make_dist +++ b/make_dist @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI. # @@ -18,7 +18,7 @@ # . # -# Karl O. Pinc +# Karl O. Pinc # Run "make dist" in all the pgwui projects.