Skip to content

Commit

Permalink
Added Copyright message to the code behind file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MKadaner committed Feb 3, 2018
1 parent 459d243 commit cde2358
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion Examples/HandleEncoding/FixEncodingErrors/Script.usql.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
using Microsoft.Analytics.Interfaces;
//
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed 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.
//
//
// History
// =======
// 2015-01 * Michael Z. Kadaner : original version.
//
using Microsoft.Analytics.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
Expand Down

0 comments on commit cde2358

Please sign in to comment.