Author: ssmiweve Date: 2009-10-05 16:04:59 +0200 (Mon, 05 Oct 2009) New Revision: 7300
Modified: branches/2.18/war/src/main/webapp/robots.jsp Log: no need for license in this simple file Modified: branches/2.18/war/src/main/webapp/robots.jsp =================================================================== --- branches/2.18/war/src/main/webapp/robots.jsp 2009-09-30 14:43:54 UTC (rev 7299) +++ branches/2.18/war/src/main/webapp/robots.jsp 2009-10-05 14:04:59 UTC (rev 7300) @@ -1,24 +1,3 @@ -<%-- Copyright (2007) Schibsted ASA - * This file is part of SESAT. - * - * SESAT 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, either version 3 of the License, or - * (at your option) any later version. - * - * SESAT 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with SESAT. If not, see <http://www.gnu.org/licenses/>. ---%> -<%@ page - language="java" - contentType="text/plain; charset=utf-8" - pageEncoding="UTF-8" - %> +<%@ page language="java" contentType="text/plain; charset=utf-8" pageEncoding="UTF-8" %> <%@ taglib uri="/WEB-INF/SearchPortal.tld" prefix="search" %> - <search:velocity template="/pages/robots"/> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
