Skip to content

Commit b4d0133

Browse files
committed
Removed copyright from all file as it's in the license file in the root directory.
1 parent d7d9040 commit b4d0133

File tree

127 files changed

+117
-1349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+117
-1349
lines changed

Source/Extras/ExceptionlessSection.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
101
using System.Configuration;
112
using System;
123

Source/Extras/Extensions/StringExtensions.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112

123
namespace Exceptionless.Extras {
134
internal static class StringExtensions {

Source/Extras/Extensions/ToErrorModelExtensions.cs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// This program is free software: you can redistribute it and/or modify it
4-
// under the terms of the GNU Affero General Public License as published
5-
// by the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// http://www.gnu.org/licenses/agpl-3.0.html
9-
10-
#endregion
11-
12-
using System;
1+
using System;
132
using System.CodeDom.Compiler;
143
using System.Collections;
154
using System.Collections.Concurrent;

Source/Extras/Extensions/WebRequestExtensions.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.IO;
123
using System.IO.Compression;
134
using System.Net;

Source/Extras/Extensions/WebResponseExtensions.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.IO;
123
using System.Net;
134

Source/Extras/Logging/FileExceptionlessLog.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.Collections.Generic;
123
using System.IO;
134
using System.Text;

Source/Extras/Logging/IsolatedStorageFileExceptionlessLog.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.IO;
123
using System.IO.IsolatedStorage;
134
using Exceptionless.Extras.Storage;

Source/Extras/Logging/TraceExceptionlessLog.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112

123
namespace Exceptionless.Logging {
134
public class TraceExceptionlessLog : IExceptionlessLog {

Source/Extras/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.Reflection;
123
using System.Runtime.CompilerServices;
134

Source/Extras/Services/EnvironmentInfoCollector.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.Diagnostics;
123
using System.Globalization;
134
using System.Linq;

0 commit comments

Comments
 (0)