Skip to content

Commit

Permalink
ns16550a: Use MPL 2.0 license header
Browse files Browse the repository at this point in the history
  • Loading branch information
LekKit committed Nov 8, 2024
1 parent 536965e commit a584992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
16 changes: 3 additions & 13 deletions src/devices/ns16550a.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
ns16550a.c - NS16550A UART
Copyright (C) 2021 LekKit <github.com/LekKit>
Mr0maks <[email protected]>
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 <https://www.gnu.org/licenses/>.
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/.
*/

#include "ns16550a.h"
Expand Down
16 changes: 3 additions & 13 deletions src/devices/ns16550a.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
/*
ns16550a.h - NS16550A UART
Copyright (C) 2021 LekKit <github.com/LekKit>
Mr0maks <[email protected]>
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 <https://www.gnu.org/licenses/>.
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/.
*/

#ifndef RVVM_NS16550A_H
Expand Down

0 comments on commit a584992

Please sign in to comment.