From b822c9794fb6f11bd793c2301ae9ec860de95bf5 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:22 +0100 Subject: chore(all): remove copyright notices from files --- stockton-contrib/src/delta_time.rs | 17 ----------------- stockton-contrib/src/flycam.rs | 17 ----------------- stockton-contrib/src/lib.rs | 17 ----------------- 3 files changed, 51 deletions(-) (limited to 'stockton-contrib') diff --git a/stockton-contrib/src/delta_time.rs b/stockton-contrib/src/delta_time.rs index 4684e79..4a202b3 100644 --- a/stockton-contrib/src/delta_time.rs +++ b/stockton-contrib/src/delta_time.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 . - */ - use std::time::Instant; #[derive(Debug, Clone)] diff --git a/stockton-contrib/src/flycam.rs b/stockton-contrib/src/flycam.rs index 093f75a..591b28e 100644 --- a/stockton-contrib/src/flycam.rs +++ b/stockton-contrib/src/flycam.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 . - */ - use std::f32::consts::PI; use stockton_input::{Axis, InputManager, Mouse}; diff --git a/stockton-contrib/src/lib.rs b/stockton-contrib/src/lib.rs index 13f1ea1..ff3ab3c 100644 --- a/stockton-contrib/src/lib.rs +++ b/stockton-contrib/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 . - */ - #[macro_use] extern crate legion; -- cgit v1.2.3