Skip to content

Commit 18fd255

Browse files
chore: Add MIT license headers to source files
Add SPDX license identifiers and copyright notices to: - include/ofd/ofd_reader.h - include/ofd/ofd_writer.h - src/ofd_reader.cpp - src/ofd_writer.cpp Using standard SPDX format to clearly indicate: - Copyright holder: CodingEagle2025 - Copyright year: 2025 - License: MIT
1 parent 8923655 commit 18fd255

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

examples/simple_example.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (C) 2025, CodingEagle2025
2+
// SPDX-FileCopyrightText: 2025
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
#include <ofd/ofd_reader.h>
27
#include <ofd/ofd_writer.h>
38
#include <QApplication>

include/ofd/ofd_reader.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (C) 2025, CodingEagle2025
2+
// SPDX-FileCopyrightText: 2025
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
#ifndef OFD_READER_H
27
#define OFD_READER_H
38

include/ofd/ofd_writer.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (C) 2025, CodingEagle2025
2+
// SPDX-FileCopyrightText: 2025
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
#ifndef OFD_WRITER_H
27
#define OFD_WRITER_H
38

src/ofd_reader.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (C) 2025, CodingEagle2025
2+
// SPDX-FileCopyrightText: 2025
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
#include "ofd/ofd_reader.h"
27
#include <QDir>
38
#include <QFile>

src/ofd_writer.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (C) 2025, CodingEagle2025
2+
// SPDX-FileCopyrightText: 2025
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
#include "ofd/ofd_writer.h"
27
#include <QDir>
38
#include <QFile>

0 commit comments

Comments
 (0)