You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/06 03:52:27 UTC

svn commit: r741382 - /incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs

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("")]
 



Re: svn commit: r741382 - /incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs

Posted by James Dixson <ja...@cisco.com>.
There was a 'massive' follow on commit that did that.

I changed only the AssemblyInfo.cs to validate the build.

--
James



On 2/6/09 8:40 AM, "Scott Comer (sccomer)" <sc...@cisco.com> wrote:

> you have to change the AssemblyInfo.cs.tmpl file, too.
> 
> dixson@apache.org 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-cs
>> harp/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("")]
>>  
>> 
>> 
>>   
> 

-- 
James Dixson
Manager, Software Development
CUAE Engineering, Cisco Systems
(e) jadixson@cisco.com
(p) 512-336-3305
(m) 512-968-2116



Re: svn commit: r741382 - /incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs

Posted by scott comer <sc...@cisco.com>.
you have to change the AssemblyInfo.cs.tmpl file, too.

dixson@apache.org 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("")]
>  
>
>
>