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