From 587cdd8b4956886ee76dbdfc51c904fffa0b0591 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 19:08:20 +0100 Subject: add licence --- lib/DeWeave/BO/Bookmark/Base.pm | 16 ++++++++++++++++ lib/DeWeave/BO/Bookmark/Bookmark.pm | 16 ++++++++++++++++ lib/DeWeave/BO/Bookmark/Folder.pm | 16 ++++++++++++++++ lib/DeWeave/BO/Bookmark/Livemark.pm | 16 ++++++++++++++++ lib/DeWeave/BO/Bookmark/Microsummary.pm | 16 ++++++++++++++++ lib/DeWeave/BO/Bookmark/Query.pm | 16 ++++++++++++++++ lib/DeWeave/BO/Bookmark/Separator.pm | 16 ++++++++++++++++ 7 files changed, 112 insertions(+) (limited to 'lib/DeWeave/BO/Bookmark') 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 + +=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 + +=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 + +=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 + +=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 + +=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 + +=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 + +=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 -- cgit v1.2.3