You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/10/13 01:56:02 UTC

svn commit: r1182622 - /tapestry/tapestry5/trunk/quickstart/build.gradle

Author: hlship
Date: Wed Oct 12 23:56:01 2011
New Revision: 1182622

URL: http://svn.apache.org/viewvc?rev=1182622&view=rev
Log:
TAP5-1682: Remove uncessary copyright

Modified:
    tapestry/tapestry5/trunk/quickstart/build.gradle

Modified: tapestry/tapestry5/trunk/quickstart/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/build.gradle?rev=1182622&r1=1182621&r2=1182622&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/build.gradle (original)
+++ tapestry/tapestry5/trunk/quickstart/build.gradle Wed Oct 12 23:56:01 2011
@@ -1,17 +1,3 @@
-// Copyright (c) 2011. The Apache Software Foundation
-//
-// Licensed 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.
-
 import org.apache.tools.ant.filters.FixCrLfFilter
 import org.apache.tools.ant.filters.ReplaceTokens
 
@@ -20,7 +6,6 @@ generatedDir = new File(buildDir, 'quick
 task generateArchetype(type: Copy) {
     srcDir = file('prototypes')
 
-    // This let gradle know where is UP-TO-DATE
     inputs.file srcDir
     outputs.dir generatedDir