Skip to content

Commit b6c2c22

Browse files
committed
Fixed invalid copyright comments
1 parent 3b6e883 commit b6c2c22

Some content is hidden

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

59 files changed

+135
-135
lines changed

src/FSharp.Data.GraphQL.Client.DesignTime/DesignTimeCache.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL
55

src/FSharp.Data.GraphQL.Client.DesignTime/GraphQLProvider.DesignTime.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL.Client
55

@@ -31,4 +31,4 @@ type GraphQLTypeProvider (config) as this =
3131
base.ResolveAssembly args
3232

3333
[<assembly:TypeProviderAssembly>]
34-
do()
34+
do()

src/FSharp.Data.GraphQL.Client.DesignTime/ProvidedTypesHelper.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL
55

src/FSharp.Data.GraphQL.Client/BaseTypes.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL
55

src/FSharp.Data.GraphQL.Client/Extensions.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL.Client
55

@@ -66,4 +66,4 @@ module internal List =
6666
output
6767
|> Seq.map List.ofSeq
6868
|> List.ofSeq
69-
|> List.map (fun x -> x, List.except x input)
69+
|> List.map (fun x -> x, List.except x input)

src/FSharp.Data.GraphQL.Client/GraphQLClient.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL
55

@@ -177,4 +177,4 @@ module GraphQLClient =
177177
/// Executes a multipart request to a GraphQL server.
178178
let sendMultipartRequest connection request =
179179
sendMultipartRequestAsync connection request
180-
|> Async.RunSynchronously
180+
|> Async.RunSynchronously

src/FSharp.Data.GraphQL.Client/GraphQLClientConnection.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL
55

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL.Client
55

66
open FSharp.Core.CompilerServices
77

88
[<assembly:TypeProviderAssembly("FSharp.Data.GraphQL.Client.DesignTime.dll")>]
9-
do ()
9+
do ()

src/FSharp.Data.GraphQL.Client/GraphQLProviderRuntimeContext.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// The MIT License (MIT)
2-
/// Copyright (c) 2016 Bazinga Technologies Inc
1+
// The MIT License (MIT)
2+
// Copyright (c) 2016 Bazinga Technologies Inc
33

44
namespace FSharp.Data.GraphQL
55

@@ -19,4 +19,4 @@ type GraphQLProviderRuntimeContext =
1919
/// Gets the connection component used to make calls to the server.
2020
Connection : GraphQLClientConnection }
2121
interface IDisposable with
22-
member x.Dispose() = (x.Connection :> IDisposable).Dispose()
22+
member x.Dispose() = (x.Connection :> IDisposable).Dispose()

src/FSharp.Data.GraphQL.Client/JsonValue.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// A simple F# portable parser for JSON data
88
// --------------------------------------------------------------------------------------
99

10-
/// The MIT License (MIT)
11-
/// Copyright (c) 2016 Bazinga Technologies Inc
10+
// The MIT License (MIT)
11+
// Copyright (c) 2016 Bazinga Technologies Inc
1212

1313
namespace FSharp.Data.GraphQL.Client
1414

0 commit comments

Comments
 (0)