Skip to content

Commit cf72542

Browse files
author
Paul C Roberts
committed
Remove copyright notices
1 parent 343c7a5 commit cf72542

27 files changed

+30
-192
lines changed

Dropbox.Api/ApiException.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="ApiException.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api
1+
namespace Dropbox.Api
82
{
93
using System;
104

Dropbox.Api/Babel/Empty.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="Empty.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel
1+
namespace Dropbox.Api.Babel
82
{
93
/// <summary>
104
/// An empty object used when a route doesn't have one or more of the

Dropbox.Api/Babel/IDecoder.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="IDecoder.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel
1+
namespace Dropbox.Api.Babel
82
{
93
using System;
104
using System.Collections.Generic;

Dropbox.Api/Babel/IEncodable.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="IEncodable.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel
1+
namespace Dropbox.Api.Babel
82
{
93
/// <summary>
104
/// Interface implemented by all objects generated by the babel API generator.

Dropbox.Api/Babel/IEncoder.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="IEncoder.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel
1+
namespace Dropbox.Api.Babel
82
{
93
using System;
104
using System.Collections.Generic;

Dropbox.Api/Babel/ITransport.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="ITransport.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel
1+
namespace Dropbox.Api.Babel
82
{
93
using System;
104
using System.Collections.Generic;

Dropbox.Api/Babel/Json/JsonArray.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//----------------------------------------------------------------------------
2-
// <copyright file="JsonArray.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel.Json
1+
namespace Dropbox.Api.Babel.Json
82
{
93
using System.Collections;
104
using System.Collections.Generic;

Dropbox.Api/Babel/Json/JsonObject.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//----------------------------------------------------------------------------
2-
// <copyright file="JsonObject.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel.Json
1+
namespace Dropbox.Api.Babel.Json
82
{
93
using System;
104
using System.Collections;

Dropbox.Api/Babel/Json/JsonParser.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//----------------------------------------------------------------------------
2-
// <copyright file="JsonParser.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel.Json
1+
namespace Dropbox.Api.Babel.Json
82
{
93
using System;
104
using System.Collections.Generic;

Dropbox.Api/Babel/JsonDecoder.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
//-----------------------------------------------------------------------------
2-
// <copyright file="JsonDecoder.cs" company="Dropbox Inc">
3-
// Copyright (c) Dropbox Inc. All rights reserved.
4-
// </copyright>
5-
//-----------------------------------------------------------------------------
6-
7-
namespace Dropbox.Api.Babel
1+
namespace Dropbox.Api.Babel
82
{
93
using System;
104
using System.Collections.Generic;

0 commit comments

Comments
 (0)