Skip to content

Commit

Permalink
Merge #165
Browse files Browse the repository at this point in the history
165: Remove license headers r=jounathaen a=mkroening

Addresses #160.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening authored Nov 1, 2021
2 parents b90e28f + a89897b commit d9af5c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions benches/micro/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright (c) 2019 Stefan Lankes, RWTH Aachen University
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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.

#![allow(dead_code)]
#![allow(unused_imports)]
#![feature(test)]
Expand Down
7 changes: 0 additions & 7 deletions examples/demo/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright (c) 2019 Stefan Lankes, RWTH Aachen University
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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.

#![allow(dead_code)]
#![allow(unused_imports)]
#![feature(thread_id_value)]
Expand Down
7 changes: 0 additions & 7 deletions examples/demo/src/matrix_multiplication.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright (c) 2019 Stefan Lankes, RWTH Aachen University
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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.

#![allow(dead_code)]
#![allow(unused_imports)]
#![feature(thread_id_value)]
Expand Down
7 changes: 0 additions & 7 deletions examples/demo/src/pi_sequential.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright (c) 2019 Stefan Lankes, RWTH Aachen University
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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.

#![allow(dead_code)]
#![allow(unused_imports)]
#![feature(thread_id_value)]
Expand Down

0 comments on commit d9af5c8

Please sign in to comment.