aboutsummaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Schema/Result
diff options
context:
space:
mode:
Diffstat (limited to 'perl/lib/Wallet/Schema/Result')
-rw-r--r--perl/lib/Wallet/Schema/Result/Acl.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/AclEntry.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/AclHistory.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/AclScheme.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/Duo.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/Enctype.pm6
-rw-r--r--perl/lib/Wallet/Schema/Result/Flag.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/KeytabEnctype.pm6
-rw-r--r--perl/lib/Wallet/Schema/Result/KeytabSync.pm6
-rw-r--r--perl/lib/Wallet/Schema/Result/Object.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/ObjectHistory.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/SyncTarget.pm2
-rw-r--r--perl/lib/Wallet/Schema/Result/Type.pm2
13 files changed, 19 insertions, 19 deletions
diff --git a/perl/lib/Wallet/Schema/Result/Acl.pm b/perl/lib/Wallet/Schema/Result/Acl.pm
index 9a73b18..b3836f9 100644
--- a/perl/lib/Wallet/Schema/Result/Acl.pm
+++ b/perl/lib/Wallet/Schema/Result/Acl.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
ACL
diff --git a/perl/lib/Wallet/Schema/Result/AclEntry.pm b/perl/lib/Wallet/Schema/Result/AclEntry.pm
index 1737084..d84f5d4 100644
--- a/perl/lib/Wallet/Schema/Result/AclEntry.pm
+++ b/perl/lib/Wallet/Schema/Result/AclEntry.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
ACL
diff --git a/perl/lib/Wallet/Schema/Result/AclHistory.pm b/perl/lib/Wallet/Schema/Result/AclHistory.pm
index 48aed49..db99b31 100644
--- a/perl/lib/Wallet/Schema/Result/AclHistory.pm
+++ b/perl/lib/Wallet/Schema/Result/AclHistory.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
__PACKAGE__->load_components("InflateColumn::DateTime");
diff --git a/perl/lib/Wallet/Schema/Result/AclScheme.pm b/perl/lib/Wallet/Schema/Result/AclScheme.pm
index abdd541..165c6ee 100644
--- a/perl/lib/Wallet/Schema/Result/AclScheme.pm
+++ b/perl/lib/Wallet/Schema/Result/AclScheme.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
__PACKAGE__->load_components (qw//);
diff --git a/perl/lib/Wallet/Schema/Result/Duo.pm b/perl/lib/Wallet/Schema/Result/Duo.pm
index def9dce..0dedf8e 100644
--- a/perl/lib/Wallet/Schema/Result/Duo.pm
+++ b/perl/lib/Wallet/Schema/Result/Duo.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
keytab enctype
diff --git a/perl/lib/Wallet/Schema/Result/Enctype.pm b/perl/lib/Wallet/Schema/Result/Enctype.pm
index 24fa897..433a38e 100644
--- a/perl/lib/Wallet/Schema/Result/Enctype.pm
+++ b/perl/lib/Wallet/Schema/Result/Enctype.pm
@@ -1,10 +1,10 @@
# Wallet schema for Kerberos encryption type.
#
# Written by Jon Robertson <jonrober@stanford.edu>
-# Copyright 2012, 2013
+# Copyright 2012-2013
# The Board of Trustees of the Leland Stanford Junior University
#
-# See LICENSE for licensing terms.
+# SPDX-License-Identifier: MIT
package Wallet::Schema::Result::Enctype;
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
Kerberos
diff --git a/perl/lib/Wallet/Schema/Result/Flag.pm b/perl/lib/Wallet/Schema/Result/Flag.pm
index 4ed8dcb..af352e2 100644
--- a/perl/lib/Wallet/Schema/Result/Flag.pm
+++ b/perl/lib/Wallet/Schema/Result/Flag.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=head1 NAME
diff --git a/perl/lib/Wallet/Schema/Result/KeytabEnctype.pm b/perl/lib/Wallet/Schema/Result/KeytabEnctype.pm
index abb465e..0e30282 100644
--- a/perl/lib/Wallet/Schema/Result/KeytabEnctype.pm
+++ b/perl/lib/Wallet/Schema/Result/KeytabEnctype.pm
@@ -1,10 +1,10 @@
# Wallet schema for keytab enctype.
#
# Written by Jon Robertson <jonrober@stanford.edu>
-# Copyright 2012, 2013
+# Copyright 2012-2013
# The Board of Trustees of the Leland Stanford Junior University
#
-# See LICENSE for licensing terms.
+# SPDX-License-Identifier: MIT
package Wallet::Schema::Result::KeytabEnctype;
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
keytab enctype
diff --git a/perl/lib/Wallet/Schema/Result/KeytabSync.pm b/perl/lib/Wallet/Schema/Result/KeytabSync.pm
index 1939e74..676d8d6 100644
--- a/perl/lib/Wallet/Schema/Result/KeytabSync.pm
+++ b/perl/lib/Wallet/Schema/Result/KeytabSync.pm
@@ -1,10 +1,10 @@
# Wallet schema for keytab synchronization.
#
# Written by Jon Robertson <jonrober@stanford.edu>
-# Copyright 2012, 2013
+# Copyright 2012-2013
# The Board of Trustees of the Leland Stanford Junior University
#
-# See LICENSE for licensing terms.
+# SPDX-License-Identifier: MIT
package Wallet::Schema::Result::KeytabSync;
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
keytab
diff --git a/perl/lib/Wallet/Schema/Result/Object.pm b/perl/lib/Wallet/Schema/Result/Object.pm
index b4bc46f..3a25ed2 100644
--- a/perl/lib/Wallet/Schema/Result/Object.pm
+++ b/perl/lib/Wallet/Schema/Result/Object.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
__PACKAGE__->load_components("InflateColumn::DateTime");
diff --git a/perl/lib/Wallet/Schema/Result/ObjectHistory.pm b/perl/lib/Wallet/Schema/Result/ObjectHistory.pm
index c6c6225..e8eb25d 100644
--- a/perl/lib/Wallet/Schema/Result/ObjectHistory.pm
+++ b/perl/lib/Wallet/Schema/Result/ObjectHistory.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
__PACKAGE__->load_components("InflateColumn::DateTime");
diff --git a/perl/lib/Wallet/Schema/Result/SyncTarget.pm b/perl/lib/Wallet/Schema/Result/SyncTarget.pm
index ff6e3f3..134ab44 100644
--- a/perl/lib/Wallet/Schema/Result/SyncTarget.pm
+++ b/perl/lib/Wallet/Schema/Result/SyncTarget.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=head1 NAME
diff --git a/perl/lib/Wallet/Schema/Result/Type.pm b/perl/lib/Wallet/Schema/Result/Type.pm
index a9238e6..7ffd03c 100644
--- a/perl/lib/Wallet/Schema/Result/Type.pm
+++ b/perl/lib/Wallet/Schema/Result/Type.pm
@@ -13,7 +13,7 @@ use warnings;
use base 'DBIx::Class::Core';
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=for stopwords
APIs