diff options
-rw-r--r-- | lib/Jaos/WebApp.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Controller.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Dispatcher.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Log.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Plugin/CleanParams.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Plugin/RequestTimer.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Render.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Render/Data.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Render/JSON.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Render/RSS.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Render/TT.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Render/Text.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Route.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Route/HeaderConstraint.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Route/MethodConstraint.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Route/ParamConstraint.pm | 17 | ||||
-rw-r--r-- | lib/Jaos/WebApp/Session/Simple.pm | 17 |
17 files changed, 255 insertions, 34 deletions
diff --git a/lib/Jaos/WebApp.pm b/lib/Jaos/WebApp.pm index 4d57a94..2e8d9d2 100644 --- a/lib/Jaos/WebApp.pm +++ b/lib/Jaos/WebApp.pm @@ -307,8 +307,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Controller.pm b/lib/Jaos/WebApp/Controller.pm index 422784e..d16abef 100644 --- a/lib/Jaos/WebApp/Controller.pm +++ b/lib/Jaos/WebApp/Controller.pm @@ -157,8 +157,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Dispatcher.pm b/lib/Jaos/WebApp/Dispatcher.pm index 36ab065..e8f8ed2 100644 --- a/lib/Jaos/WebApp/Dispatcher.pm +++ b/lib/Jaos/WebApp/Dispatcher.pm @@ -60,8 +60,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Log.pm b/lib/Jaos/WebApp/Log.pm index 938fce2..aae10ec 100644 --- a/lib/Jaos/WebApp/Log.pm +++ b/lib/Jaos/WebApp/Log.pm @@ -96,8 +96,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Plugin/CleanParams.pm b/lib/Jaos/WebApp/Plugin/CleanParams.pm index 15e3381..991780e 100644 --- a/lib/Jaos/WebApp/Plugin/CleanParams.pm +++ b/lib/Jaos/WebApp/Plugin/CleanParams.pm @@ -106,8 +106,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Plugin/RequestTimer.pm b/lib/Jaos/WebApp/Plugin/RequestTimer.pm index 3cee756..913682c 100644 --- a/lib/Jaos/WebApp/Plugin/RequestTimer.pm +++ b/lib/Jaos/WebApp/Plugin/RequestTimer.pm @@ -66,8 +66,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Render.pm b/lib/Jaos/WebApp/Render.pm index a9a3408..ffefa91 100644 --- a/lib/Jaos/WebApp/Render.pm +++ b/lib/Jaos/WebApp/Render.pm @@ -35,8 +35,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Render/Data.pm b/lib/Jaos/WebApp/Render/Data.pm index 77697ec..3109d43 100644 --- a/lib/Jaos/WebApp/Render/Data.pm +++ b/lib/Jaos/WebApp/Render/Data.pm @@ -68,8 +68,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut 1; diff --git a/lib/Jaos/WebApp/Render/JSON.pm b/lib/Jaos/WebApp/Render/JSON.pm index 8ee7268..04d7f80 100644 --- a/lib/Jaos/WebApp/Render/JSON.pm +++ b/lib/Jaos/WebApp/Render/JSON.pm @@ -59,8 +59,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut 1; diff --git a/lib/Jaos/WebApp/Render/RSS.pm b/lib/Jaos/WebApp/Render/RSS.pm index 38bbb62..0302514 100644 --- a/lib/Jaos/WebApp/Render/RSS.pm +++ b/lib/Jaos/WebApp/Render/RSS.pm @@ -82,8 +82,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Render/TT.pm b/lib/Jaos/WebApp/Render/TT.pm index 54d3897..d882229 100644 --- a/lib/Jaos/WebApp/Render/TT.pm +++ b/lib/Jaos/WebApp/Render/TT.pm @@ -91,8 +91,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Render/Text.pm b/lib/Jaos/WebApp/Render/Text.pm index 5c8e559..98eb0e4 100644 --- a/lib/Jaos/WebApp/Render/Text.pm +++ b/lib/Jaos/WebApp/Render/Text.pm @@ -56,8 +56,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut 1; diff --git a/lib/Jaos/WebApp/Route.pm b/lib/Jaos/WebApp/Route.pm index 1656098..69eb074 100644 --- a/lib/Jaos/WebApp/Route.pm +++ b/lib/Jaos/WebApp/Route.pm @@ -156,8 +156,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Route/HeaderConstraint.pm b/lib/Jaos/WebApp/Route/HeaderConstraint.pm index 5eed227..b14d8c3 100644 --- a/lib/Jaos/WebApp/Route/HeaderConstraint.pm +++ b/lib/Jaos/WebApp/Route/HeaderConstraint.pm @@ -60,8 +60,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Route/MethodConstraint.pm b/lib/Jaos/WebApp/Route/MethodConstraint.pm index c8df4de..0452105 100644 --- a/lib/Jaos/WebApp/Route/MethodConstraint.pm +++ b/lib/Jaos/WebApp/Route/MethodConstraint.pm @@ -46,8 +46,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Route/ParamConstraint.pm b/lib/Jaos/WebApp/Route/ParamConstraint.pm index a5b8cf7..313be6d 100644 --- a/lib/Jaos/WebApp/Route/ParamConstraint.pm +++ b/lib/Jaos/WebApp/Route/ParamConstraint.pm @@ -64,8 +64,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut diff --git a/lib/Jaos/WebApp/Session/Simple.pm b/lib/Jaos/WebApp/Session/Simple.pm index 22a5020..369d03e 100644 --- a/lib/Jaos/WebApp/Session/Simple.pm +++ b/lib/Jaos/WebApp/Session/Simple.pm @@ -68,8 +68,21 @@ Jason Woodward <woodwardj@jaos.org> =head1 LICENSE -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Copyright (C) 2010 Jason Woodward +All rights reserved + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this library. If not, see <http://www.gnu.org/licenses/>. =cut |