summaryrefslogtreecommitdiff
path: root/lib/DeWeave
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DeWeave')
-rw-r--r--lib/DeWeave/BO/Bookmark/Base.pm16
-rw-r--r--lib/DeWeave/BO/Bookmark/Bookmark.pm16
-rw-r--r--lib/DeWeave/BO/Bookmark/Folder.pm16
-rw-r--r--lib/DeWeave/BO/Bookmark/Livemark.pm16
-rw-r--r--lib/DeWeave/BO/Bookmark/Microsummary.pm16
-rw-r--r--lib/DeWeave/BO/Bookmark/Query.pm16
-rw-r--r--lib/DeWeave/BO/Bookmark/Separator.pm16
-rw-r--r--lib/DeWeave/BO/Client.pm16
-rw-r--r--lib/DeWeave/BO/Form.pm16
-rw-r--r--lib/DeWeave/BO/History.pm16
-rw-r--r--lib/DeWeave/BO/Password.pm16
-rw-r--r--lib/DeWeave/BO/Pref.pm16
-rw-r--r--lib/DeWeave/BO/Tab.pm16
-rw-r--r--lib/DeWeave/Collection.pm16
-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
-rw-r--r--lib/DeWeave/Crypto.pm16
-rw-r--r--lib/DeWeave/EDO.pm16
-rw-r--r--lib/DeWeave/Global.pm19
-rw-r--r--lib/DeWeave/Storage.pm16
-rw-r--r--lib/DeWeave/WBO.pm16
26 files changed, 400 insertions, 19 deletions
diff --git a/lib/DeWeave/BO/Bookmark/Base.pm b/lib/DeWeave/BO/Bookmark/Base.pm
index 98ebfc1..faab1e2 100644
--- a/lib/DeWeave/BO/Bookmark/Base.pm
+++ b/lib/DeWeave/BO/Bookmark/Base.pm
@@ -24,3 +24,19 @@ has parentName => (
);
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/BO/Bookmark/Bookmark.pm b/lib/DeWeave/BO/Bookmark/Bookmark.pm
index 7b235b3..17c1db3 100644
--- a/lib/DeWeave/BO/Bookmark/Bookmark.pm
+++ b/lib/DeWeave/BO/Bookmark/Bookmark.pm
@@ -42,3 +42,19 @@ has keyword => (
);
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/BO/Bookmark/Folder.pm b/lib/DeWeave/BO/Bookmark/Folder.pm
index 3f77ff6..bdb24cb 100644
--- a/lib/DeWeave/BO/Bookmark/Folder.pm
+++ b/lib/DeWeave/BO/Bookmark/Folder.pm
@@ -18,3 +18,19 @@ has children => (
);
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/BO/Bookmark/Livemark.pm b/lib/DeWeave/BO/Bookmark/Livemark.pm
index 5737763..530d112 100644
--- a/lib/DeWeave/BO/Bookmark/Livemark.pm
+++ b/lib/DeWeave/BO/Bookmark/Livemark.pm
@@ -18,3 +18,19 @@ has feedUri => (
);
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/BO/Bookmark/Microsummary.pm b/lib/DeWeave/BO/Bookmark/Microsummary.pm
index 51220ac..9b4f64e 100644
--- a/lib/DeWeave/BO/Bookmark/Microsummary.pm
+++ b/lib/DeWeave/BO/Bookmark/Microsummary.pm
@@ -18,3 +18,19 @@ has staticTitle => (
);
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/BO/Bookmark/Query.pm b/lib/DeWeave/BO/Bookmark/Query.pm
index d609031..eeccc66 100644
--- a/lib/DeWeave/BO/Bookmark/Query.pm
+++ b/lib/DeWeave/BO/Bookmark/Query.pm
@@ -22,3 +22,19 @@ has queryId => (
);
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/BO/Bookmark/Separator.pm b/lib/DeWeave/BO/Bookmark/Separator.pm
index 860be61..bff3010 100644
--- a/lib/DeWeave/BO/Bookmark/Separator.pm
+++ b/lib/DeWeave/BO/Bookmark/Separator.pm
@@ -12,3 +12,19 @@ has pos => (
);
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/BO/Client.pm b/lib/DeWeave/BO/Client.pm
index e9f9ae8..d70ecf7 100644
--- a/lib/DeWeave/BO/Client.pm
+++ b/lib/DeWeave/BO/Client.pm
@@ -24,3 +24,19 @@ has commands => (
);
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/BO/Form.pm b/lib/DeWeave/BO/Form.pm
index e1762fb..981545e 100644
--- a/lib/DeWeave/BO/Form.pm
+++ b/lib/DeWeave/BO/Form.pm
@@ -18,3 +18,19 @@ has value => (
);
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/BO/History.pm b/lib/DeWeave/BO/History.pm
index 3e9040e..8a3c789 100644
--- a/lib/DeWeave/BO/History.pm
+++ b/lib/DeWeave/BO/History.pm
@@ -47,3 +47,19 @@ sub visit_type {
}
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/BO/Password.pm b/lib/DeWeave/BO/Password.pm
index 6839d66..0103a7f 100644
--- a/lib/DeWeave/BO/Password.pm
+++ b/lib/DeWeave/BO/Password.pm
@@ -48,3 +48,19 @@ has passwordField => (
);
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/BO/Pref.pm b/lib/DeWeave/BO/Pref.pm
index 5372da2..ffc4039 100644
--- a/lib/DeWeave/BO/Pref.pm
+++ b/lib/DeWeave/BO/Pref.pm
@@ -12,3 +12,19 @@ has value => (
);
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/BO/Tab.pm b/lib/DeWeave/BO/Tab.pm
index 94f46b0..f8896f4 100644
--- a/lib/DeWeave/BO/Tab.pm
+++ b/lib/DeWeave/BO/Tab.pm
@@ -24,3 +24,19 @@ has tabs => (
);
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.pm b/lib/DeWeave/Collection.pm
index 874ea94..3fe08e3 100644
--- a/lib/DeWeave/Collection.pm
+++ b/lib/DeWeave/Collection.pm
@@ -82,3 +82,19 @@ sub fetch {
}
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/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
diff --git a/lib/DeWeave/Crypto.pm b/lib/DeWeave/Crypto.pm
index dc657b6..1b50a38 100644
--- a/lib/DeWeave/Crypto.pm
+++ b/lib/DeWeave/Crypto.pm
@@ -139,3 +139,19 @@ sub decrypt {
}
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/EDO.pm b/lib/DeWeave/EDO.pm
index 55422f7..4ef8856 100644
--- a/lib/DeWeave/EDO.pm
+++ b/lib/DeWeave/EDO.pm
@@ -33,3 +33,19 @@ has deleted => (
);
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/Global.pm b/lib/DeWeave/Global.pm
deleted file mode 100644
index 9e36bad..0000000
--- a/lib/DeWeave/Global.pm
+++ /dev/null
@@ -1,19 +0,0 @@
-package DeWeave::Global;
-use Moose;
-use namespace::autoclean;
-use MooseX::Types::Moose qw(Int Str Num);
-
-extends 'DeWeave::WBO';
-
-has storageVersion => (
- isa => Num,
- required => 1,
- is => 'ro',
-);
-
-has syncID => (
- isa => Str,
- required => 1,
- is => 'ro',
-);
-
diff --git a/lib/DeWeave/Storage.pm b/lib/DeWeave/Storage.pm
index df90a21..2a5f5b7 100644
--- a/lib/DeWeave/Storage.pm
+++ b/lib/DeWeave/Storage.pm
@@ -81,3 +81,19 @@ sub get_item {
}
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/WBO.pm b/lib/DeWeave/WBO.pm
index 0e1e6f8..74e5c08 100644
--- a/lib/DeWeave/WBO.pm
+++ b/lib/DeWeave/WBO.pm
@@ -129,3 +129,19 @@ sub register_implementation { 'DeWeave::WBO::Meta::Attribute::Internal' }
}
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