Skip to content

Commit e2288c8

Browse files
committed
Updated copyright
1 parent 799a690 commit e2288c8

282 files changed

Lines changed: 282 additions & 282 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2024 Eduardo Doria Lima
2+
Copyright (c) 2026 Eduardo Doria Lima
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55

engine/core/Engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2025 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#include "Engine.h"

engine/core/Engine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2025 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#ifndef engine_h

engine/core/Input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55

engine/core/Input.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55

engine/core/Log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#include "Log.h"

engine/core/Log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#ifndef log_h

engine/core/Scene.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#include "Scene.h"

engine/core/Scene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#ifndef SCENE_H

engine/core/Supernova.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// (c) 2024 Eduardo Doria.
2+
// (c) 2026 Eduardo Doria.
33
//
44

55
#ifndef supernova_h

0 commit comments

Comments
 (0)