add copyright headers

This commit is contained in:
Richard Howell
2019-08-28 15:15:59 -07:00
parent 3411f25906
commit 89f62f8229
5 changed files with 55 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2019 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
//
//===----------------------------------------------------------------------===//
import Basic
import LanguageServerProtocol
import LanguageServerProtocolJSONRPC