diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-27 16:17:01 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-27 16:54:27 -0800 |
commit | 82902694563c7b140263e2fb17162f04cdb6cac2 (patch) | |
tree | 4c3dcee508a11dadd415a5f09c39b3a8ba774bc4 /perl/Wallet/Schema/Result/KeytabSync.pm | |
parent | 515ae144c16df1fe9b66343ee34c8cc967fd61b6 (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/KeytabSync.pm')
-rw-r--r-- | perl/Wallet/Schema/Result/KeytabSync.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/Wallet/Schema/Result/KeytabSync.pm b/perl/Wallet/Schema/Result/KeytabSync.pm index 77ee23d..ca84277 100644 --- a/perl/Wallet/Schema/Result/KeytabSync.pm +++ b/perl/Wallet/Schema/Result/KeytabSync.pm @@ -1,3 +1,11 @@ +# Wallet schema for keytab synchronization. +# +# 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::KeytabSync; use strict; |