aboutsummaryrefslogtreecommitdiff
path: root/stockton-types
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:22 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:22 +0100
commitb822c9794fb6f11bd793c2301ae9ec860de95bf5 (patch)
tree03681701512bece066e9af1c6aa7f90977722188 /stockton-types
parentc48b54f3fb7bbe9046915eb99eca02fa84dc55c9 (diff)
chore(all): remove copyright notices from files
Diffstat (limited to 'stockton-types')
-rw-r--r--stockton-types/src/components/mod.rs17
-rw-r--r--stockton-types/src/lib.rs17
-rw-r--r--stockton-types/src/session.rs17
3 files changed, 0 insertions, 51 deletions
diff --git a/stockton-types/src/components/mod.rs b/stockton-types/src/components/mod.rs
index f5d12e7..a90f5e8 100644
--- a/stockton-types/src/components/mod.rs
+++ b/stockton-types/src/components/mod.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/>.
- */
-
use na::{Mat4, Vec4};
use std::f32::consts::PI;
diff --git a/stockton-types/src/lib.rs b/stockton-types/src/lib.rs
index dee9b26..1b965a0 100644
--- a/stockton-types/src/lib.rs
+++ b/stockton-types/src/lib.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/>.
- */
-
//! Common types for all stockton crates.
extern crate nalgebra_glm as na;
diff --git a/stockton-types/src/session.rs b/stockton-types/src/session.rs
index a119830..06779d3 100644
--- a/stockton-types/src/session.rs
+++ b/stockton-types/src/session.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/>.
- */
-
//! The thing you play on and all the associated state.
use legion::systems::Builder;