added/updated some headers for usage in feisty meow code. the uva_header
authorChris Koeritz <fred@gruntose.com>
Wed, 15 Feb 2012 19:48:03 +0000 (14:48 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 15 Feb 2012 19:48:03 +0000 (14:48 -0500)
covers assets written for uva, whereas fmc_header is for assets where
feisty meow concerns owns the copyright.

kona/doc/fmc_header.java [new file with mode: 0644]
kona/doc/uva_header.java [new file with mode: 0644]
scripts/core/shell_header.txt

diff --git a/kona/doc/fmc_header.java b/kona/doc/fmc_header.java
new file mode 100644 (file)
index 0000000..df8f780
--- /dev/null
@@ -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 (file)
index 0000000..54b70eb
--- /dev/null
@@ -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 ]
+//////////////
+
+
index 74bf97501c0db2b42009ed19362ea3cebfd23992..739bb0b9f424b8d41d33af17bf0c5fcd20f5035a 100644 (file)
@@ -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 ]