about summary refs log tree commit diff
path: root/.github/deploy.sh
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-01-07 22:33:18 +0100
committerPhilipp Hansch <dev@phansch.net>2019-01-08 21:46:39 +0100
commit38d4ac7ceaf8ace26864e847c8280dc66410587c (patch)
tree62668640ae377c7e2cd54103d21dc580cc182b13 /.github/deploy.sh
parent5b8496603c4db231719b67c1f88b409e7b278e5e (diff)
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
Diffstat (limited to '.github/deploy.sh')
-rwxr-xr-x.github/deploy.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/deploy.sh b/.github/deploy.sh
index 11d0b2d2a85..a242c35c3ae 100755
--- a/.github/deploy.sh
+++ b/.github/deploy.sh
@@ -1,16 +1,5 @@
 #!/bin/bash
 
-# Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
-# file at the top-level directory of this distribution and at
-# http://rust-lang.org/COPYRIGHT.
-#
-# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-# option. This file may not be copied, modified, or distributed
-# except according to those terms.
-
-
 # Automatically deploy on gh-pages
 
 set -ex