summaryrefslogtreecommitdiff
path: root/perl/Wallet/Schema/Result/AclScheme.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-27 16:17:01 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-27 16:54:27 -0800
commit82902694563c7b140263e2fb17162f04cdb6cac2 (patch)
tree4c3dcee508a11dadd415a5f09c39b3a8ba774bc4 /perl/Wallet/Schema/Result/AclScheme.pm
parent515ae144c16df1fe9b66343ee34c8cc967fd61b6 (diff)
Add standard headers to the Wallet::Schema::* classes
Change-Id: Iee8d55f6c86563fad71d770398e3221f7efb4b2e Reviewed-on: https://gerrit.stanford.edu/852 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet/Schema/Result/AclScheme.pm')
-rw-r--r--perl/Wallet/Schema/Result/AclScheme.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/Wallet/Schema/Result/AclScheme.pm b/perl/Wallet/Schema/Result/AclScheme.pm
index 8f76530..91a58b2 100644
--- a/perl/Wallet/Schema/Result/AclScheme.pm
+++ b/perl/Wallet/Schema/Result/AclScheme.pm
@@ -1,3 +1,11 @@
+# Wallet schema for ACL scheme.
+#
+# Written by Jon Robertson <jonrober@stanford.edu>
+# Copyright 2012, 2013
+# The Board of Trustees of the Leland Stanford Junior University
+#
+# See LICENSE for licensing terms.
+
package Wallet::Schema::Result::AclScheme;
use strict;