summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Collection
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DeWeave/Collection')
-rw-r--r--lib/DeWeave/Collection/Bookmarks.pm16
-rw-r--r--lib/DeWeave/Collection/Clients.pm16
-rw-r--r--lib/DeWeave/Collection/Forms.pm16
-rw-r--r--lib/DeWeave/Collection/History.pm16
-rw-r--r--lib/DeWeave/Collection/Passwords.pm16
-rw-r--r--lib/DeWeave/Collection/Prefs.pm16
-rw-r--r--lib/DeWeave/Collection/Tabs.pm16
7 files changed, 112 insertions, 0 deletions
diff --git a/lib/DeWeave/Collection/Bookmarks.pm b/lib/DeWeave/Collection/Bookmarks.pm
index af1cc3e..b155697 100644
--- a/lib/DeWeave/Collection/Bookmarks.pm
+++ b/lib/DeWeave/Collection/Bookmarks.pm
@@ -74,3 +74,19 @@ sub _as_tree_rec {
}
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut
diff --git a/lib/DeWeave/Collection/Clients.pm b/lib/DeWeave/Collection/Clients.pm
index a49e54a..931476a 100644
--- a/lib/DeWeave/Collection/Clients.pm
+++ b/lib/DeWeave/Collection/Clients.pm
@@ -6,3 +6,19 @@ use DeWeave::BO::Client;
extends 'DeWeave::Collection';
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut
diff --git a/lib/DeWeave/Collection/Forms.pm b/lib/DeWeave/Collection/Forms.pm
index 9168085..0732473 100644
--- a/lib/DeWeave/Collection/Forms.pm
+++ b/lib/DeWeave/Collection/Forms.pm
@@ -6,3 +6,19 @@ use DeWeave::BO::Form;
extends 'DeWeave::Collection';
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut
diff --git a/lib/DeWeave/Collection/History.pm b/lib/DeWeave/Collection/History.pm
index 4bd4814..f84f11a 100644
--- a/lib/DeWeave/Collection/History.pm
+++ b/lib/DeWeave/Collection/History.pm
@@ -6,3 +6,19 @@ use DeWeave::BO::History;
extends 'DeWeave::Collection';
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut
diff --git a/lib/DeWeave/Collection/Passwords.pm b/lib/DeWeave/Collection/Passwords.pm
index 6361dbd..8ada1fe 100644
--- a/lib/DeWeave/Collection/Passwords.pm
+++ b/lib/DeWeave/Collection/Passwords.pm
@@ -6,3 +6,19 @@ use DeWeave::BO::Password;
extends 'DeWeave::Collection';
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut
diff --git a/lib/DeWeave/Collection/Prefs.pm b/lib/DeWeave/Collection/Prefs.pm
index 3b5d3e5..5b9c173 100644
--- a/lib/DeWeave/Collection/Prefs.pm
+++ b/lib/DeWeave/Collection/Prefs.pm
@@ -6,3 +6,19 @@ use DeWeave::BO::Pref;
extends 'DeWeave::Collection';
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut
diff --git a/lib/DeWeave/Collection/Tabs.pm b/lib/DeWeave/Collection/Tabs.pm
index fe6b5b9..3a01774 100644
--- a/lib/DeWeave/Collection/Tabs.pm
+++ b/lib/DeWeave/Collection/Tabs.pm
@@ -6,3 +6,19 @@ use DeWeave::BO::Tab;
extends 'DeWeave::Collection';
1;
+
+__END__
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut