Skip to content

Commit e69491a

Browse files
committed
Update file headers
Remove created by Kyle information
1 parent 12b343b commit e69491a

File tree

23 files changed

+23
-84
lines changed

23 files changed

+23
-84
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//
22
// OGAttributeType.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/17.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGAttributeType.h>

Sources/OpenGraphCxx/Attribute/OGAttribute.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// OGAttribute.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/16.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGAttribute.h>
96
#include <OpenGraphCxx/Attribute/AttributeID.hpp>

Sources/OpenGraphCxx/Attribute/OGWeakAttribute.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// OGWeakAttribute.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/27.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGWeakAttribute.h>
96

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//
22
// ClosureFunction.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/3/6.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraphCxx/Data/ClosureFunction.hpp>

Sources/OpenGraphCxx/DebugServer/OGDebugServer.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// OGDebugServer.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/17.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGDebugServer.h>
96
#include <OpenGraphCxx/DebugServer/og-debug-server.hpp>

Sources/OpenGraphCxx/DebugServer/og-debug-server.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//
22
// og-debug-server.mm
3-
// OpenGraph
3+
// OpenGraphCxx
44
//
5-
// Created by Kyle on 2024/1/11.
65
// Audited for 2021 Release
76

87
#include <OpenGraphCxx/DebugServer/og-debug-server.hpp>

Sources/OpenGraphCxx/Graph/GraphContext.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// GraphContext.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/16.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraphCxx/Graph/Graph.hpp>
96
#include <OpenGraph/OGGraph.h>

Sources/OpenGraphCxx/Graph/OGGraph.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// OGGraph.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/15.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGGraph.h>
96
#include <OpenGraphCxx/Graph/Graph.hpp>

Sources/OpenGraphCxx/Graph/OGGraphContext.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// OGGraphContext.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/16.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGGraphContext.h>
96
#include <OpenGraph/Private/CFRuntime.h>

Sources/OpenGraphCxx/Graph/OGSubgraph.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// OGSubgraph.cpp
3-
//
4-
//
5-
// Created by Kyle on 2024/2/15.
6-
//
3+
// OpenGraphCxx
74

85
#include <OpenGraph/OGSubgraph.h>
96
#include <OpenGraph/OGGraph.h>

0 commit comments

Comments
 (0)