Skip to content

Commit

Permalink
Remove copyright notices from source files
Browse files Browse the repository at this point in the history
See vulkano-rs/vulkano#2401 for rationale.
  • Loading branch information
marc0246 committed Nov 12, 2023
1 parent 467a12f commit 5ada3f6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 54 deletions.
9 changes: 0 additions & 9 deletions chapter-code/03-buffer-creation/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Copyright (c) 2017 The vulkano developers
// 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. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

//! This is the source code of the "Buffer Creation" chapter at http://vulkano.rs.
//!
//! It is not commented, as the explanations can be found in the guide itself.
Expand Down
9 changes: 0 additions & 9 deletions chapter-code/04-compute-pipeline/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Copyright (c) 2017 The vulkano developers
// 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. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

//! This is the source code of the "Compute pipeline" chapter at http://vulkano.rs.
//!
//! It is not commented, as the explanations can be found in the guide itself.
Expand Down
9 changes: 0 additions & 9 deletions chapter-code/05-images/image_clear.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Copyright (c) 2017 The vulkano developers
// 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. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

//! This is the source code of the first three subchapters from the "Using images" chapter at http://vulkano.rs.
//!
//! It is not commented, as the explanations can be found in the guide itself.
Expand Down
9 changes: 0 additions & 9 deletions chapter-code/05-images/mandelbrot.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Copyright (c) 2017 The vulkano developers
// 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. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

//! This is the source code of the "Drawing a fractal with a compute shader" subchapter
//! from the "Using images" chapter at http://vulkano.rs.
//!
Expand Down
9 changes: 0 additions & 9 deletions chapter-code/06-graphics-pipeline/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Copyright (c) 2017 The vulkano developers
// 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. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

//! This is the source code of the "Graphics pipeline" chapter at http://vulkano.rs.
//!
//! It is not commented, as the explanations can be found in the guide itself.
Expand Down
9 changes: 0 additions & 9 deletions chapter-code/07-windowing/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Copyright (c) 2017 The vulkano developers
// 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. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

//! This is the source code of the "Windowing" chapter at http://vulkano.rs.
//!
//! It is not commented, as the explanations can be found in the guide itself.
Expand Down

0 comments on commit 5ada3f6

Please sign in to comment.