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/Collection/Bookmarks.pm | 16 ++++++++++++++++ lib/DeWeave/Collection/Clients.pm | 16 ++++++++++++++++ lib/DeWeave/Collection/Forms.pm | 16 ++++++++++++++++ lib/DeWeave/Collection/History.pm | 16 ++++++++++++++++ lib/DeWeave/Collection/Passwords.pm | 16 ++++++++++++++++ lib/DeWeave/Collection/Prefs.pm | 16 ++++++++++++++++ lib/DeWeave/Collection/Tabs.pm | 16 ++++++++++++++++ 7 files changed, 112 insertions(+) (limited to 'lib/DeWeave/Collection') 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 + +=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 + +=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 + +=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 + +=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 + +=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 + +=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 + +=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