Modified: logging/log4net/trunk/examples/net/2.0/cs-examples.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/cs-examples.sln?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/cs-examples.sln (original) +++ logging/log4net/trunk/examples/net/2.0/cs-examples.sln Wed Aug 17 06:32:25 2011 @@ -1,5 +1,25 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 +# +# +# 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. +# +# Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "Tutorials\ConsoleApp\cs\src\ConsoleApp.csproj", "{933969DF-2BC5-44E6-8B1A-400FC276A23F}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True"
Modified: logging/log4net/trunk/examples/net/2.0/vb-examples.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/vb-examples.sln?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/vb-examples.sln (original) +++ logging/log4net/trunk/examples/net/2.0/vb-examples.sln Wed Aug 17 06:32:25 2011 @@ -1,4 +1,24 @@ Microsoft Visual Studio Solution File, Format Version 7.00 +# +# +# 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. +# +# Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ConsoleApp", "Tutorials\ConsoleApp\vb\src\ConsoleApp.vbproj", "{41B855A4-F3BF-43F8-BE6F-2ABD5E5C8D42}" EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WebApp", "http://localhost/WebAppVB/WebApp.vbproj", "{4CEA8E96-BF74-488D-9967-EAB779EF430A}" Modified: logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj (original) +++ logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <VisualStudioProject> <ECSHARP ProjectType = "Local" Modified: logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.exe.config URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.exe.config?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.exe.config (original) +++ logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.exe.config Wed Aug 17 06:32:25 2011 @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- + + 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. + +--> + <!-- .NET application configuration file Modified: logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.exe.config URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.exe.config?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.exe.config (original) +++ logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.exe.config Wed Aug 17 06:32:25 2011 @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- + + 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. + +--> + <!-- .NET application configuration file Modified: logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.vbdproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.vbdproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.vbdproj (original) +++ logging/log4net/trunk/examples/netcf/1.0/Tutorials/ConsoleApp/vb/src/ConsoleApp.vbdproj Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <VisualStudioProject> <EVisualBasic ProjectType = "Local" Modified: logging/log4net/trunk/examples/netcf/1.0/cs-examples.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/netcf/1.0/cs-examples.sln?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/netcf/1.0/cs-examples.sln (original) +++ logging/log4net/trunk/examples/netcf/1.0/cs-examples.sln Wed Aug 17 06:32:25 2011 @@ -1,4 +1,24 @@ Microsoft Visual Studio Solution File, Format Version 8.00 +# +# +# 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. +# +# Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "ConsoleApp", "Tutorials\ConsoleApp\cs\src\ConsoleApp.csdproj", "{06757B10-BBC2-4858-AB65-26F92D0D6A5D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection Modified: logging/log4net/trunk/examples/netcf/1.0/vb-examples.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/netcf/1.0/vb-examples.sln?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/netcf/1.0/vb-examples.sln (original) +++ logging/log4net/trunk/examples/netcf/1.0/vb-examples.sln Wed Aug 17 06:32:25 2011 @@ -1,4 +1,24 @@ Microsoft Visual Studio Solution File, Format Version 8.00 +# +# +# 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. +# +# Project("{CB4CE8C6-1BDB-4DC7-A4D3-65A1999772F8}") = "ConsoleApp", "Tutorials\ConsoleApp\vb\src\ConsoleApp.vbdproj", "{E923C49B-5C5F-49A3-AFE1-7DDB2EC31757}" ProjectSection(ProjectDependencies) = postProject EndProjectSection Modified: logging/log4net/trunk/examples/sscli/1.0/Repository/SimpleApp/cs/src/App.config URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/sscli/1.0/Repository/SimpleApp/cs/src/App.config?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/sscli/1.0/Repository/SimpleApp/cs/src/App.config (original) +++ logging/log4net/trunk/examples/sscli/1.0/Repository/SimpleApp/cs/src/App.config Wed Aug 17 06:32:25 2011 @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- + + 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. + +--> + <configuration> <appSettings> <!-- To enable internal log4net logging specify the @@ -6,4 +27,4 @@ <!-- <add key="log4net.Internal.Debug" value="true"/> --> </appSettings> -</configuration> \ No newline at end of file +</configuration> Modified: logging/log4net/trunk/examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config (original) +++ logging/log4net/trunk/examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config Wed Aug 17 06:32:25 2011 @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- + + 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. + +--> + <!-- .NET application configuration file This file must have the exact same name as your application with .config appended to it. @@ -63,4 +84,4 @@ <appender-ref ref="RollingLogFileAppender" /> </logger> </log4net> -</configuration> \ No newline at end of file +</configuration> Modified: logging/log4net/trunk/extensions/net/1.0/cs-extensions.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/extensions/net/1.0/cs-extensions.sln?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/extensions/net/1.0/cs-extensions.sln (original) +++ logging/log4net/trunk/extensions/net/1.0/cs-extensions.sln Wed Aug 17 06:32:25 2011 @@ -1,4 +1,24 @@ Microsoft Visual Studio Solution File, Format Version 7.00 +# +# +# 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. +# +# Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.Trace", "log4net.Ext.Trace\cs\src\log4net.Ext.Trace.csproj", "{8C73DF1C-AB2B-4309-A3EC-1ED594239E15}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.EventID", "log4net.Ext.EventID\cs\src\log4net.Ext.EventID.csproj", "{CB985027-C009-4C0F-88C1-8CF11912EE4C}" Modified: logging/log4net/trunk/extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj (original) +++ logging/log4net/trunk/extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <VisualStudioProject> <CSHARP ProjectType = "Local" Modified: logging/log4net/trunk/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/src/log4net.Ext.MarshalByRef.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/src/log4net.Ext.MarshalByRef.csproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/src/log4net.Ext.MarshalByRef.csproj (original) +++ logging/log4net/trunk/extensions/net/1.0/log4net.Ext.MarshalByRef/cs/src/log4net.Ext.MarshalByRef.csproj Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <VisualStudioProject> <CSHARP ProjectType = "Local" Modified: logging/log4net/trunk/extensions/net/1.0/log4net.Ext.Trace/cs/src/log4net.Ext.Trace.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/extensions/net/1.0/log4net.Ext.Trace/cs/src/log4net.Ext.Trace.csproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/extensions/net/1.0/log4net.Ext.Trace/cs/src/log4net.Ext.Trace.csproj (original) +++ logging/log4net/trunk/extensions/net/1.0/log4net.Ext.Trace/cs/src/log4net.Ext.Trace.csproj Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <VisualStudioProject> <CSHARP ProjectType = "Local" Modified: logging/log4net/trunk/log4net-sdk.ndoc URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net-sdk.ndoc?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/log4net-sdk.ndoc (original) +++ logging/log4net/trunk/log4net-sdk.ndoc Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <project SchemaVersion="1.3"> <assemblies> <assembly location=".\bin\net\1.1\debug\log4net.dll" documentation=".\bin\net\1.1\debug\log4net.xml" /> @@ -66,4 +88,4 @@ <property name="OutputFile" value=".\doc\doc.xml" /> </documenter> </documenters> -</project> \ No newline at end of file +</project> Modified: logging/log4net/trunk/src/Layout/Pattern/StackTraceDetailPatternConverter.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Layout/Pattern/StackTraceDetailPatternConverter.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/Layout/Pattern/StackTraceDetailPatternConverter.cs (original) +++ logging/log4net/trunk/src/Layout/Pattern/StackTraceDetailPatternConverter.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Collections; using System.Text; Modified: logging/log4net/trunk/src/Repository/ConfigurationChangedEventArgs.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/ConfigurationChangedEventArgs.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/Repository/ConfigurationChangedEventArgs.cs (original) +++ logging/log4net/trunk/src/Repository/ConfigurationChangedEventArgs.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Collections; @@ -27,4 +48,4 @@ namespace log4net.Repository get { return configurationMessages; } } } -} \ No newline at end of file +} Modified: logging/log4net/trunk/src/Util/ConverterInfo.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/ConverterInfo.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/ConverterInfo.cs (original) +++ logging/log4net/trunk/src/Util/ConverterInfo.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; namespace log4net.Util Modified: logging/log4net/trunk/src/Util/PropertyEntry.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/PropertyEntry.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/PropertyEntry.cs (original) +++ logging/log4net/trunk/src/Util/PropertyEntry.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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. + * +*/ + namespace log4net.Util { /// <summary> Modified: logging/log4net/trunk/src/log4net.vs2008.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/log4net.vs2008.csproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/log4net.vs2008.csproj (original) +++ logging/log4net/trunk/src/log4net.vs2008.csproj Wed Aug 17 06:32:25 2011 @@ -1,4 +1,26 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> +<?xml version='1.0'?> +<!-- + + 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. + +--> + +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>9.0.30729</ProductVersion> @@ -723,4 +745,4 @@ <PostBuildEvent> </PostBuildEvent> </PropertyGroup> -</Project> \ No newline at end of file +</Project> Modified: logging/log4net/trunk/src/log4net.vs2008.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/log4net.vs2008.sln?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/log4net.vs2008.sln (original) +++ logging/log4net/trunk/src/log4net.vs2008.sln Wed Aug 17 06:32:25 2011 @@ -1,5 +1,25 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 +# +# +# 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. +# +# Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.vs2008", "log4net.vs2008.csproj", "{181FE707-E161-4722-9F38-6AAAB6FAA106}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Tests.vs2008", "..\tests\src\log4net.Tests.vs2008.csproj", "{B0530F10-0238-49A9-93B0-8EF412E90BCF}" Modified: logging/log4net/trunk/src/site/resources/css/site.css URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/resources/css/site.css?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/src/site/resources/css/site.css (original) +++ logging/log4net/trunk/src/site/resources/css/site.css Wed Aug 17 06:32:25 2011 @@ -1 +1,22 @@ +/* + * + * 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. + * +*/ + Modified: logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetCommand.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetCommand.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetCommand.cs (original) +++ logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetCommand.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Data; Modified: logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetConnection.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetConnection.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetConnection.cs (original) +++ logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetConnection.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Data; Modified: logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameter.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameter.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameter.cs (original) +++ logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameter.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Data; Modified: logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameterCollection.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameterCollection.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameterCollection.cs (original) +++ logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetParameterCollection.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Collections; using System.Data; Modified: logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetTransaction.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetTransaction.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetTransaction.cs (original) +++ logging/log4net/trunk/tests/src/Appender/AdoNet/Log4NetTransaction.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Data; Modified: logging/log4net/trunk/tests/src/Appender/AdoNetAppenderTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/AdoNetAppenderTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/AdoNetAppenderTest.cs (original) +++ logging/log4net/trunk/tests/src/Appender/AdoNetAppenderTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Data; using System.Xml; Modified: logging/log4net/trunk/tests/src/Appender/TraceAppenderTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Appender/TraceAppenderTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Appender/TraceAppenderTest.cs (original) +++ logging/log4net/trunk/tests/src/Appender/TraceAppenderTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Diagnostics; using log4net.Appender; Modified: logging/log4net/trunk/tests/src/Core/EvaluatorTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Core/EvaluatorTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Core/EvaluatorTest.cs (original) +++ logging/log4net/trunk/tests/src/Core/EvaluatorTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using log4net.Appender; using log4net.Core; Modified: logging/log4net/trunk/tests/src/Filter/FilterTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Filter/FilterTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Filter/FilterTest.cs (original) +++ logging/log4net/trunk/tests/src/Filter/FilterTest.cs Wed Aug 17 06:32:25 2011 @@ -1,4 +1,25 @@ -#if NET_2_0 +/* + * + * 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. + * +*/ + +#if NET_2_0 using System; using System.Collections.Generic; using System.Xml; Modified: logging/log4net/trunk/tests/src/Hierarchy/Hierarchy.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Hierarchy/Hierarchy.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Hierarchy/Hierarchy.cs (original) +++ logging/log4net/trunk/tests/src/Hierarchy/Hierarchy.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Xml; using log4net.Config; Modified: logging/log4net/trunk/tests/src/LoggerRepository/ConfigurationMessages.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/LoggerRepository/ConfigurationMessages.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/LoggerRepository/ConfigurationMessages.cs (original) +++ logging/log4net/trunk/tests/src/LoggerRepository/ConfigurationMessages.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.Collections; using System.Xml; @@ -71,4 +92,4 @@ namespace log4net.Tests.LoggerRepository LogLog.Error(declaringType, "Error - Appending..."); } } -} \ No newline at end of file +} Modified: logging/log4net/trunk/tests/src/Util/EnvironmentPatternConverterTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Util/EnvironmentPatternConverterTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Util/EnvironmentPatternConverterTest.cs (original) +++ logging/log4net/trunk/tests/src/Util/EnvironmentPatternConverterTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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. + * +*/ + // .NET Compact Framework 1.0 has no support for Environment.GetEnvironmentVariable() // .NET Framework version 1.0 / 1.1 do not have support for SetEnvironmentVariable which is used in these tests. #if !NETCF && NET_2_0 Modified: logging/log4net/trunk/tests/src/Util/LogLogTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Util/LogLogTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Util/LogLogTest.cs (original) +++ logging/log4net/trunk/tests/src/Util/LogLogTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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.Collections; using System.Diagnostics; using log4net.Util; @@ -80,4 +101,4 @@ namespace log4net.Tests.Util get { return count; } } } -} \ No newline at end of file +} Modified: logging/log4net/trunk/tests/src/Util/PatternConverterTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Util/PatternConverterTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Util/PatternConverterTest.cs (original) +++ logging/log4net/trunk/tests/src/Util/PatternConverterTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using System.IO; using System.Xml; Modified: logging/log4net/trunk/tests/src/Util/PatternStringTest.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/Util/PatternStringTest.cs?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/Util/PatternStringTest.cs (original) +++ logging/log4net/trunk/tests/src/Util/PatternStringTest.cs Wed Aug 17 06:32:25 2011 @@ -1,3 +1,24 @@ +/* + * + * 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; using log4net.Util; using NUnit.Framework; Modified: logging/log4net/trunk/tests/src/log4net.Tests.vs2003.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/log4net.Tests.vs2003.csproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/log4net.Tests.vs2003.csproj (original) +++ logging/log4net/trunk/tests/src/log4net.Tests.vs2003.csproj Wed Aug 17 06:32:25 2011 @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + 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. + +--> + <VisualStudioProject> <CSHARP ProjectType = "Local" Modified: logging/log4net/trunk/tests/src/log4net.Tests.vs2008.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/tests/src/log4net.Tests.vs2008.csproj?rev=1158536&r1=1158535&r2=1158536&view=diff ============================================================================== --- logging/log4net/trunk/tests/src/log4net.Tests.vs2008.csproj (original) +++ logging/log4net/trunk/tests/src/log4net.Tests.vs2008.csproj Wed Aug 17 06:32:25 2011 @@ -1,4 +1,26 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> +<?xml version='1.0'?> +<!-- + + 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. + +--> + +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>9.0.30729</ProductVersion> @@ -183,4 +205,4 @@ <PostBuildEvent> </PostBuildEvent> </PropertyGroup> -</Project> \ No newline at end of file +</Project>
