summaryrefslogtreecommitdiff
path: root/rgo/src/strcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/src/strcpy.S')
-rw-r--r--rgo/src/strcpy.S12
1 files changed, 3 insertions, 9 deletions
diff --git a/rgo/src/strcpy.S b/rgo/src/strcpy.S
index 8750295..1a03346 100644
--- a/rgo/src/strcpy.S
+++ b/rgo/src/strcpy.S
@@ -1,13 +1,7 @@
/*
- Copyright 2022 Gabriel Jensen
-
- This file is part of rgo.
-
- rgo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
- rgo 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 Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with rgo. If not, see <https://www.gnu.org/licenses/>.
+ Copyright 2022 Gabriel Jensen.
+ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
+ If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
#indlude <rgo.h>