diff options
Diffstat (limited to 'perl/Wallet/Schema/Result/Acl.pm')
-rw-r--r-- | perl/Wallet/Schema/Result/Acl.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/Wallet/Schema/Result/Acl.pm b/perl/Wallet/Schema/Result/Acl.pm index 7fe395b..226738a 100644 --- a/perl/Wallet/Schema/Result/Acl.pm +++ b/perl/Wallet/Schema/Result/Acl.pm @@ -1,3 +1,11 @@ +# Wallet schema for an ACL. +# +# 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::Acl; use strict; |