summaryrefslogtreecommitdiff
path: root/lib/DeWeave/BO
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DeWeave/BO')
-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
13 files changed, 208 insertions, 0 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