Add copyright headers for build-tags files

This commit is contained in:
Alex Palaistras 2016-09-24 00:06:06 -07:00
parent 1208619fe2
commit 7d837a1fe4
3 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2016 Alexander Palaistras. All rights reserved.
// Use of this source code is governed by the MIT license that can be found in
// the LICENSE file.
//
// +build !php7,!php7.debian
package engine

View File

@ -1,9 +1,13 @@
// +build php7.debian
// Copyright 2016 Alexander Palaistras. All rights reserved.
// Use of this source code is governed by the MIT license that can be found in
// the LICENSE file.
//
// Build tags specific to Debian (and Debian-derived, such as Ubuntu) distributions.
// Debian builds its PHP7 packages with non-standard naming conventions for include
// and library paths, so we need a specific build tag for building against those
// packages.
// Build tags specific to Debian (and Debian-derived, such as Ubuntu)
// distributions. Debian builds its PHP7 packages with non-standard naming
// conventions for include and library paths, so we need a specific build tag
// for building against those packages.
//
// +build php7.debian
package engine

View File

@ -1,3 +1,7 @@
// Copyright 2016 Alexander Palaistras. All rights reserved.
// Use of this source code is governed by the MIT license that can be found in
// the LICENSE file.
//
// +build php7
package engine