you have to change the AssemblyInfo.cs.tmpl file, too.
[email protected] wrote:
Author: dixson Date: Fri Feb 6 02:52:26 2009 New Revision: 741382 URL: http://svn.apache.org/viewvc?rev=741382&view=rev Log: add copyright to silence 'apache-rat' Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs?rev=741382&r1=741381&r2=741382&view=diff ============================================================================== --- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs (original) +++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs Fri Feb 6 02:52:26 2009 @@ -1,3 +1,19 @@ +// 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. * using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -6,11 +22,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Etch")] -[assembly: AssemblyDescription("Etch C# Runtime DLL")] +[assembly: AssemblyDescription("Apache Etch C# Runtime DLL")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Cisco Systems")] -[assembly: AssemblyProduct("Etch")] -[assembly: AssemblyCopyright("Copyright © Cisco Systems 2008")] +[assembly: AssemblyCompany("Apache Software Foundation")] +[assembly: AssemblyProduct("Apache Etch")] +[assembly: AssemblyCopyright("Copyright © 2008")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]
