Skip to content

Commit

Permalink
FIX: Modify author format (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Sep 13, 2024
1 parent bab8e28 commit 07d2e7e
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions App/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 作者:康 林 <[email protected]>

#include <QApplication>
#if defined(Q_OS_ANDROID) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0) && QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <QtAndroidExtras/QtAndroid>
Expand Down
2 changes: 2 additions & 0 deletions App/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 作者:康 林 <[email protected]>

#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QFileDialog>
Expand Down
2 changes: 2 additions & 0 deletions App/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 作者:康 林 <[email protected]>

#ifndef MAINWINDOW_H
#define MAINWINDOW_H

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- v1.1.2
- Modify author format
- Use [RabbitCommon v2.2.6](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.6)

- v1.1.1
- Modify share/org.Rabbit.SerialPortAssistant.desktop to Categories
- Fix debian/rules in aarch64
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- v1.1.2
- 修改作者格式
- 使用 [RabbitCommon v2.2.6](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.6)

- v1.1.1
- 修复 debian/rules 并行错误
- 修复 debian/rules in aarch64
- 使用 [RabbitCommon v2.2.5](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.5)

- v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion Src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 作者:康林<[email protected]>
# 作者:康 林 <[email protected]>

project(TransformCoordinate)

Expand Down
2 changes: 1 addition & 1 deletion Src/GpxModel/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 作者:康林<[email protected]>
# 作者:康 林 <[email protected]>

cmake_minimum_required(VERSION 2.8)

Expand Down
4 changes: 2 additions & 2 deletions Src/TransformCoordinate.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 作者:康林<[email protected]>
// 作者:康 林 <[email protected]>

#include <math.h>
#include <string.h>
Expand Down Expand Up @@ -773,7 +773,7 @@ int TransformCoordinateFiles(const char* szSrc, const char* szDst,
gpx.metadata.desc = "Transform coordinate from " + gCoordinateDescription[from] + " to " + gCoordinateDescription[to];
GPX_linkType linkType;
linkType.href = "https://github.com/KangLin/coordtrans";
linkType.text = "Transform coordinate project. Author: Kang Lin <[email protected]>";
linkType.text = "Transform coordinate project. Author: Kang Lin ([email protected])";
linkType.type = "text/html";
//*
gpx.metadata.author.link = linkType;
Expand Down
2 changes: 1 addition & 1 deletion Src/TransformCoordinate.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 作者:康林<[email protected]>
// 作者:康 林 <[email protected]>

#ifndef _COORDTRANS
#define _COORDTRANS
Expand Down

0 comments on commit 07d2e7e

Please sign in to comment.