[gardening] Add swift license headers to all files in ./unittests/Basic/*.

This commit is contained in:
Michael Gottesman
2017-02-09 22:02:42 -08:00
parent 942f7eb5e2
commit e678f4979b
15 changed files with 180 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
//===--- UnicodeTest.cpp --------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
#include "swift/Basic/Unicode.h"
#include "gtest/gtest.h"