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