lib/utopia/middleware/content.rb in utopia-0.9.26 vs lib/utopia/middleware/content.rb in utopia-0.9.27

- old
+ new

@@ -1,18 +1,7 @@ -# Copyright (c) 2010 Samuel Williams. Released under the GNU GPLv3. -# -# This program 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 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 Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# This file is part of the "Utopia Framework" project, and is licensed under the GNU AGPLv3. +# Copyright 2010 Samuel Williams. All rights reserved. +# See <utopia.rb> for licensing details. require 'utopia/middleware' require 'utopia/link' require 'utopia/path' require 'utopia/tags'