[Lutinweb-commits] r118 - in lutinrss/trunk/src: main/java/org/codelutin/rss test/java/org/codelutin/rss
Author: tchemit Date: 2008-10-09 14:51:11 +0000 (Thu, 09 Oct 2008) New Revision: 118 Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/BaseServlet.java lutinrss/trunk/src/main/java/org/codelutin/rss/ConfigInitializer.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedData.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedEntryComparator.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedHTMLRenderer.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRenderer.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRendererConfig.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedType.java lutinrss/trunk/src/main/java/org/codelutin/rss/FeedURLResolver.java lutinrss/trunk/src/main/java/org/codelutin/rss/Field.java lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLCleaner.java lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLScriptCleaner.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSConfig.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGenerator.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorConfig.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorServlet.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSHelper.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSIOUtil.java lutinrss/trunk/src/main/java/org/codelutin/rss/RSSServlet.java lutinrss/trunk/src/main/java/org/codelutin/rss/SimpleFeedURLResolver.java lutinrss/trunk/src/test/java/org/codelutin/rss/RSSGeneratorHelperTest.java lutinrss/trunk/src/test/java/org/codelutin/rss/RSSTest.java Log: add java file header to lpgl v3 Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/BaseServlet.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/BaseServlet.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/BaseServlet.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; import java.io.*; Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/ConfigInitializer.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/ConfigInitializer.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/ConfigInitializer.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedData.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedData.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedData.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; import com.sun.syndication.feed.synd.SyndFeed; Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedEntryComparator.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedEntryComparator.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedEntryComparator.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedHTMLRenderer.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedHTMLRenderer.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedHTMLRenderer.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRenderer.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRenderer.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRenderer.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRendererConfig.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRendererConfig.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedRendererConfig.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedType.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedType.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedType.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/FeedURLResolver.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/FeedURLResolver.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/FeedURLResolver.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/Field.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/Field.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/Field.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLCleaner.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLCleaner.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLCleaner.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLScriptCleaner.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLScriptCleaner.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/HTMLScriptCleaner.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSConfig.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSConfig.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSConfig.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; /** Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGenerator.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGenerator.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGenerator.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorConfig.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorConfig.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorConfig.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; /** Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorServlet.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorServlet.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSGeneratorServlet.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; import com.sun.syndication.feed.synd.SyndFeed; Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSHelper.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSHelper.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSHelper.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSIOUtil.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSIOUtil.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSIOUtil.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; import com.sun.syndication.feed.synd.SyndCategory; Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/RSSServlet.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/RSSServlet.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/RSSServlet.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ package org.codelutin.rss; import java.io.*; Modified: lutinrss/trunk/src/main/java/org/codelutin/rss/SimpleFeedURLResolver.java =================================================================== --- lutinrss/trunk/src/main/java/org/codelutin/rss/SimpleFeedURLResolver.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/main/java/org/codelutin/rss/SimpleFeedURLResolver.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/test/java/org/codelutin/rss/RSSGeneratorHelperTest.java =================================================================== --- lutinrss/trunk/src/test/java/org/codelutin/rss/RSSGeneratorHelperTest.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/test/java/org/codelutin/rss/RSSGeneratorHelperTest.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. Modified: lutinrss/trunk/src/test/java/org/codelutin/rss/RSSTest.java =================================================================== --- lutinrss/trunk/src/test/java/org/codelutin/rss/RSSTest.java 2008-10-09 14:49:45 UTC (rev 117) +++ lutinrss/trunk/src/test/java/org/codelutin/rss/RSSTest.java 2008-10-09 14:51:11 UTC (rev 118) @@ -1,3 +1,21 @@ +/** + * *##% LutinRSS + * Copyright (C) 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + */ /* * To change this template, choose Tools | Templates * and open the template in the editor.
participants (1)
-
tchemit@users.labs.libre-entreprise.org