diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:22 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:22 +0100 |
commit | b822c9794fb6f11bd793c2301ae9ec860de95bf5 (patch) | |
tree | 03681701512bece066e9af1c6aa7f90977722188 /examples | |
parent | c48b54f3fb7bbe9046915eb99eca02fa84dc55c9 (diff) |
chore(all): remove copyright notices from files
Diffstat (limited to 'examples')
-rw-r--r-- | examples/render-bsp/src/main.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/render-bsp/src/main.rs b/examples/render-bsp/src/main.rs index cf6f3f6..4c33f11 100644 --- a/examples/render-bsp/src/main.rs +++ b/examples/render-bsp/src/main.rs @@ -1,20 +1,3 @@ -/* - * Copyright (C) Oscar Shrimpton 2020 - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. - */ - //! Renders ./example.bsp #[macro_use] |