From: Chris Koeritz Date: Wed, 15 Feb 2012 19:48:03 +0000 (-0500) Subject: added/updated some headers for usage in feisty meow code. the uva_header X-Git-Tag: 2.140.90~1604 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=408bb212869668cbf287c1e177ea2f9a8d0e0491 added/updated some headers for usage in feisty meow code. the uva_header covers assets written for uva, whereas fmc_header is for assets where feisty meow concerns owns the copyright. --- diff --git a/kona/doc/fmc_header.java b/kona/doc/fmc_header.java new file mode 100644 index 00000000..df8f7801 --- /dev/null +++ b/kona/doc/fmc_header.java @@ -0,0 +1,12 @@ + +////////////// +// Name : {class name} +// Author : {your name} +// Rights : Copyright (c) 2012-$now By Feisty Meow Concerns, Ltd. +////////////// +// This script is free software; you can modify/redistribute it under the terms +// of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ] +// Feel free to send updates to: [ fred@feistymeow.org ] +////////////// + + diff --git a/kona/doc/uva_header.java b/kona/doc/uva_header.java new file mode 100644 index 00000000..54b70eb7 --- /dev/null +++ b/kona/doc/uva_header.java @@ -0,0 +1,12 @@ + +////////////// +// Name : {class name} +// Author : {your name} +// Rights : Copyright (c) 2012-$now By University of Virginia +////////////// +// This file is free software; you can modify/redistribute it under the terms +// of the Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0 +// Feel free to send updates to: [ koeritz@virginia.edu ] +////////////// + + diff --git a/scripts/core/shell_header.txt b/scripts/core/shell_header.txt index 74bf9750..739bb0b9 100644 --- a/scripts/core/shell_header.txt +++ b/scripts/core/shell_header.txt @@ -4,7 +4,7 @@ ############## # Name : {script name} # Author : {your name} -# Rights : Copyright (C) 2012-$now by Author +# Rights : Copyright (C) 2012-$now by Feisty Meow Concerns, Ltd. ############## # This script is free software; you can modify/redistribute it under the terms # of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]