You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by ah...@apache.org on 2012/11/28 01:46:25 UTC

svn commit: r1414485 - /incubator/streams/site/trunk/lib/view.pm

Author: ahart
Date: Wed Nov 28 00:46:25 2012
New Revision: 1414485

URL: http://svn.apache.org/viewvc?rev=1414485&view=rev
Log:
add initial view.pm lib file

Modified:
    incubator/streams/site/trunk/lib/view.pm

Modified: incubator/streams/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/lib/view.pm?rev=1414485&r1=1414484&r2=1414485&view=diff
==============================================================================
--- incubator/streams/site/trunk/lib/view.pm (original)
+++ incubator/streams/site/trunk/lib/view.pm Wed Nov 28 00:46:25 2012
@@ -0,0 +1,24 @@
+package view;
+use base 'ASF::View'; # see https://svn.apache.org/repos/infra/websites/cms/build/lib/ASF/View.pm
+
+1;
+
+=head1 LICENSE
+
+           Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+
+             http://www.apache.org/licenses/LICENSE-2.0
+
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+