Index: src/Repository/ConfigurationChangedEventArgs.cs =================================================================== --- src/Repository/ConfigurationChangedEventArgs.cs (revision 1156198) +++ src/Repository/ConfigurationChangedEventArgs.cs (working copy) @@ -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 @@ get { return configurationMessages; } } } -} \ No newline at end of file +} Index: src/site/resources/css/site.css =================================================================== --- src/site/resources/css/site.css (revision 1156198) +++ src/site/resources/css/site.css (working copy) @@ -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. + * +*/ + + Index: src/log4net.vs2008.sln =================================================================== --- src/log4net.vs2008.sln (revision 1156198) +++ src/log4net.vs2008.sln (working copy) @@ -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}" Index: src/log4net.vs2008.csproj =================================================================== --- src/log4net.vs2008.csproj (revision 1156198) +++ src/log4net.vs2008.csproj (working copy) @@ -1,4 +1,26 @@ - + + + + Local 9.0.30729 @@ -723,4 +745,4 @@ - \ No newline at end of file + Index: src/Util/ConverterInfo.cs =================================================================== --- src/Util/ConverterInfo.cs (revision 1156198) +++ src/Util/ConverterInfo.cs (working copy) @@ -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 Index: src/Util/PropertyEntry.cs =================================================================== --- src/Util/PropertyEntry.cs (revision 1156198) +++ src/Util/PropertyEntry.cs (working copy) @@ -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 { /// Index: src/Layout/Pattern/StackTraceDetailPatternConverter.cs =================================================================== --- src/Layout/Pattern/StackTraceDetailPatternConverter.cs (revision 1156198) +++ src/Layout/Pattern/StackTraceDetailPatternConverter.cs (working copy) @@ -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; Index: extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj =================================================================== --- extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj (revision 1156198) +++ extensions/net/1.0/log4net.Ext.EventID/cs/src/log4net.Ext.EventID.csproj (working copy) @@ -1,3 +1,25 @@ + + + + + + + + + + + + + Local 9.0.30729 @@ -183,4 +205,4 @@ - \ No newline at end of file + Index: tests/src/Appender/TraceAppenderTest.cs =================================================================== --- tests/src/Appender/TraceAppenderTest.cs (revision 1156198) +++ tests/src/Appender/TraceAppenderTest.cs (working copy) @@ -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; Index: tests/src/Appender/AdoNet/Log4NetCommand.cs =================================================================== --- tests/src/Appender/AdoNet/Log4NetCommand.cs (revision 1156198) +++ tests/src/Appender/AdoNet/Log4NetCommand.cs (working copy) @@ -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; Index: tests/src/Appender/AdoNet/Log4NetConnection.cs =================================================================== --- tests/src/Appender/AdoNet/Log4NetConnection.cs (revision 1156198) +++ tests/src/Appender/AdoNet/Log4NetConnection.cs (working copy) @@ -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; Index: tests/src/Appender/AdoNet/Log4NetParameter.cs =================================================================== --- tests/src/Appender/AdoNet/Log4NetParameter.cs (revision 1156198) +++ tests/src/Appender/AdoNet/Log4NetParameter.cs (working copy) @@ -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; Index: tests/src/Appender/AdoNet/Log4NetTransaction.cs =================================================================== --- tests/src/Appender/AdoNet/Log4NetTransaction.cs (revision 1156198) +++ tests/src/Appender/AdoNet/Log4NetTransaction.cs (working copy) @@ -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; Index: tests/src/Appender/AdoNet/Log4NetParameterCollection.cs =================================================================== --- tests/src/Appender/AdoNet/Log4NetParameterCollection.cs (revision 1156198) +++ tests/src/Appender/AdoNet/Log4NetParameterCollection.cs (working copy) @@ -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; Index: tests/src/Appender/AdoNetAppenderTest.cs =================================================================== --- tests/src/Appender/AdoNetAppenderTest.cs (revision 1156198) +++ tests/src/Appender/AdoNetAppenderTest.cs (working copy) @@ -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; Index: tests/src/Hierarchy/Hierarchy.cs =================================================================== --- tests/src/Hierarchy/Hierarchy.cs (revision 1156198) +++ tests/src/Hierarchy/Hierarchy.cs (working copy) @@ -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; Index: doc/css/style.css =================================================================== --- doc/css/style.css (revision 1156198) +++ doc/css/style.css (working copy) @@ -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. + * +*/ + body { margin: 0px 0px 0px 0px; Index: doc/css/site.css =================================================================== --- doc/css/site.css (revision 1156198) +++ doc/css/site.css (working copy) @@ -1,4 +1,25 @@ +/* + * + * 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. + * +*/ + H1, H2, H3 { color: #101099; } Index: log4net-sdk.ndoc =================================================================== --- log4net-sdk.ndoc (revision 1156198) +++ log4net-sdk.ndoc (working copy) @@ -1,3 +1,25 @@ + + + @@ -66,4 +88,4 @@ - \ No newline at end of file + Index: examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj =================================================================== --- examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj (revision 1156198) +++ examples/netcf/1.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csdproj (working copy) @@ -1,3 +1,25 @@ + + + + + + + + + + + - \ No newline at end of file + Index: examples/net/1.1/Tutorials/ConsoleApp/cpp/src/App.config =================================================================== --- examples/net/1.1/Tutorials/ConsoleApp/cpp/src/App.config (revision 1156198) +++ examples/net/1.1/Tutorials/ConsoleApp/cpp/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + + + + + Local 8.0.50727 @@ -108,4 +130,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Repository/SimpleModule/vb/src/SimpleModule.vbproj =================================================================== --- examples/net/2.0/Repository/SimpleModule/vb/src/SimpleModule.vbproj (revision 1156198) +++ examples/net/2.0/Repository/SimpleModule/vb/src/SimpleModule.vbproj (working copy) @@ -1,3 +1,25 @@ + + + + + - \ No newline at end of file + Index: examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj =================================================================== --- examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj (revision 1156198) +++ examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj (working copy) @@ -1,4 +1,26 @@ - + + + + Local 8.0.50727 @@ -118,4 +140,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Repository/SimpleApp/vb/src/App.config =================================================================== --- examples/net/2.0/Repository/SimpleApp/vb/src/App.config (revision 1156198) +++ examples/net/2.0/Repository/SimpleApp/vb/src/App.config (working copy) @@ -1,8 +1,29 @@ + + - \ No newline at end of file + Index: examples/net/2.0/Repository/SimpleApp/vb/src/SimpleApp.vbproj =================================================================== --- examples/net/2.0/Repository/SimpleApp/vb/src/SimpleApp.vbproj (revision 1156198) +++ examples/net/2.0/Repository/SimpleApp/vb/src/SimpleApp.vbproj (working copy) @@ -1,3 +1,25 @@ + + + + + + + Local 8.0.50727 @@ -107,4 +129,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Repository/SharedModule/vb/src/SharedModule.vbproj =================================================================== --- examples/net/2.0/Repository/SharedModule/vb/src/SharedModule.vbproj (revision 1156198) +++ examples/net/2.0/Repository/SharedModule/vb/src/SharedModule.vbproj (working copy) @@ -1,3 +1,25 @@ + + + + + + + Local 8.0.50727 @@ -117,4 +139,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Layouts/SampleLayoutsApp/cs/src/App.config =================================================================== --- examples/net/2.0/Layouts/SampleLayoutsApp/cs/src/App.config (revision 1156198) +++ examples/net/2.0/Layouts/SampleLayoutsApp/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + + Local 8.0.50727 @@ -140,4 +162,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Appenders/SampleAppendersApp/cs/src/App.config =================================================================== --- examples/net/2.0/Appenders/SampleAppendersApp/cs/src/App.config (revision 1156198) +++ examples/net/2.0/Appenders/SampleAppendersApp/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + + Local 8.0.50727 @@ -109,4 +131,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Performance/NotLogging/cs/src/NotLogging.csproj =================================================================== --- examples/net/2.0/Performance/NotLogging/cs/src/NotLogging.csproj (revision 1156198) +++ examples/net/2.0/Performance/NotLogging/cs/src/NotLogging.csproj (working copy) @@ -1,4 +1,26 @@ - + + + + Local 8.0.50727 @@ -106,4 +128,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Performance/NotLogging/vb/src/NotLogging.vbproj =================================================================== --- examples/net/2.0/Performance/NotLogging/vb/src/NotLogging.vbproj (revision 1156198) +++ examples/net/2.0/Performance/NotLogging/vb/src/NotLogging.vbproj (working copy) @@ -1,3 +1,25 @@ + + + + + + + Local 8.0.50727 @@ -101,4 +123,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Remoting/RemotingClient/cs/src/App.config =================================================================== --- examples/net/2.0/Remoting/RemotingClient/cs/src/App.config (revision 1156198) +++ examples/net/2.0/Remoting/RemotingClient/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + Index: examples/net/2.0/Remoting/RemotingServer/cs/src/RemotingServer.csproj =================================================================== --- examples/net/2.0/Remoting/RemotingServer/cs/src/RemotingServer.csproj (revision 1156198) +++ examples/net/2.0/Remoting/RemotingServer/cs/src/RemotingServer.csproj (working copy) @@ -1,4 +1,26 @@ - + + + + Local 8.0.50727 @@ -100,4 +122,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj =================================================================== --- examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj (revision 1156198) +++ examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj (working copy) @@ -1,4 +1,26 @@ - + + + + Local 8.0.50727 @@ -107,4 +129,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Tutorials/ConsoleApp/cs/src/App.config =================================================================== --- examples/net/2.0/Tutorials/ConsoleApp/cs/src/App.config (revision 1156198) +++ examples/net/2.0/Tutorials/ConsoleApp/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + + + + Index: examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.csproj.webinfo =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.csproj.webinfo (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.csproj.webinfo (working copy) @@ -1,3 +1,25 @@ + + + Index: examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.vsdisco =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.vsdisco (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.vsdisco (working copy) @@ -1,4 +1,25 @@ + + Index: examples/net/2.0/Tutorials/WebApp/cs/src/Global.asax =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/Global.asax (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/Global.asax (working copy) @@ -1 +1,22 @@ + + <%@ Application Codebehind="Global.asax.cs" Inherits="WebApp.Global" %> Index: examples/net/2.0/Tutorials/WebApp/cs/src/Global.asax.resx =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/Global.asax.resx (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/Global.asax.resx (working copy) @@ -1,4 +1,25 @@ + + Index: examples/net/2.0/Tutorials/WebApp/cs/src/WebForm1.aspx =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/WebForm1.aspx (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/WebForm1.aspx (working copy) @@ -1,3 +1,24 @@ + + <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApp.WebForm1" %> Index: examples/net/2.0/Tutorials/WebApp/cs/src/WebForm1.aspx.resx =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/WebForm1.aspx.resx (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/WebForm1.aspx.resx (working copy) @@ -1,4 +1,25 @@ + + Index: examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.csproj =================================================================== --- examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.csproj (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/cs/src/WebApp.csproj (working copy) @@ -1,3 +1,25 @@ + + + + + + + Index: examples/net/2.0/Tutorials/WebApp/vb/src/WebApp.vbproj.webinfo =================================================================== --- examples/net/2.0/Tutorials/WebApp/vb/src/WebApp.vbproj.webinfo (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/vb/src/WebApp.vbproj.webinfo (working copy) @@ -1,3 +1,25 @@ + + + Index: examples/net/2.0/Tutorials/WebApp/vb/src/WebApp.vsdisco =================================================================== --- examples/net/2.0/Tutorials/WebApp/vb/src/WebApp.vsdisco (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/vb/src/WebApp.vsdisco (working copy) @@ -1,4 +1,25 @@ + + Index: examples/net/2.0/Tutorials/WebApp/vb/src/Global.asax =================================================================== --- examples/net/2.0/Tutorials/WebApp/vb/src/Global.asax (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/vb/src/Global.asax (working copy) @@ -1 +1,22 @@ + + <%@ Application Codebehind="Global.asax.vb" Inherits="WebApp.Global" %> Index: examples/net/2.0/Tutorials/WebApp/vb/src/Global.asax.resx =================================================================== --- examples/net/2.0/Tutorials/WebApp/vb/src/Global.asax.resx (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/vb/src/Global.asax.resx (working copy) @@ -1,4 +1,25 @@ + + Index: examples/net/2.0/Tutorials/WebApp/vb/src/WebForm1.aspx =================================================================== --- examples/net/2.0/Tutorials/WebApp/vb/src/WebForm1.aspx (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/vb/src/WebForm1.aspx (working copy) @@ -1,3 +1,24 @@ + + <%@ Page language="vb" Codebehind="WebForm1.aspx.vb" AutoEventWireup="false" Inherits="WebApp.WebForm1" %> Index: examples/net/2.0/Tutorials/WebApp/vb/src/WebForm1.aspx.resx =================================================================== --- examples/net/2.0/Tutorials/WebApp/vb/src/WebForm1.aspx.resx (revision 1156198) +++ examples/net/2.0/Tutorials/WebApp/vb/src/WebForm1.aspx.resx (working copy) @@ -1,4 +1,25 @@ + + Index: examples/net/2.0/Extensibility/EventIDLogApp/cs/src/EventIDLogApp.csproj =================================================================== --- examples/net/2.0/Extensibility/EventIDLogApp/cs/src/EventIDLogApp.csproj (revision 1156198) +++ examples/net/2.0/Extensibility/EventIDLogApp/cs/src/EventIDLogApp.csproj (working copy) @@ -1,4 +1,26 @@ - + + + + Local 8.0.50727 @@ -113,4 +135,4 @@ - \ No newline at end of file + Index: examples/net/2.0/Extensibility/EventIDLogApp/cs/src/App.config =================================================================== --- examples/net/2.0/Extensibility/EventIDLogApp/cs/src/App.config (revision 1156198) +++ examples/net/2.0/Extensibility/EventIDLogApp/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + + Local 8.0.50727 @@ -111,4 +133,4 @@ - \ No newline at end of file + Index: examples/net/2.0/cs-examples.sln =================================================================== --- examples/net/2.0/cs-examples.sln (revision 1156198) +++ examples/net/2.0/cs-examples.sln (working copy) @@ -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" Index: examples/net/2.0/vb-examples.sln =================================================================== --- examples/net/2.0/vb-examples.sln (revision 1156198) +++ examples/net/2.0/vb-examples.sln (working copy) @@ -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}" Index: examples/mono/1.0/Repository/SimpleApp/cs/src/App.config =================================================================== --- examples/mono/1.0/Repository/SimpleApp/cs/src/App.config (revision 1156198) +++ examples/mono/1.0/Repository/SimpleApp/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + Index: examples/mono/1.0/Tutorials/ConsoleApp/cs/src/App.config =================================================================== --- examples/mono/1.0/Tutorials/ConsoleApp/cs/src/App.config (revision 1156198) +++ examples/mono/1.0/Tutorials/ConsoleApp/cs/src/App.config (working copy) @@ -1,4 +1,25 @@ + + + - \ No newline at end of file + Index: examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config =================================================================== --- examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config (revision 1156198) +++ examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config (working copy) @@ -1,4 +1,25 @@ + +