Skip to content

Commit d98fd0e

Browse files
committed
🪪 Updated header information.
Dropped the 2024 date, because 2025 is approaching (2024 is the first year I started using this header).
1 parent 017d51d commit d98fd0e

Some content is hidden

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

41 files changed

+62
-41
lines changed

‎cpp/automatic.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
auto main() -> int {
44
// https://stackoverflow.com/a/21369192

‎cpp/c/copy.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#include <stdio.h>
44

‎cpp/c/main.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#include <math.h>
44
#include <stdio.h>

‎cpp/c/radix-sort.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#include <assert.h>
44
#include <stdio.h>

‎cpp/c/sorter.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#include <assert.h>
44
#include <stdlib.h>

‎cpp/calculator/calculator.cxx‎ renamed to ‎cpp/calculator/calculator.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

3-
#include "calculator.hxx"
3+
#include "calculator.hpp"
44

55
#include <fmt/core.h>
66

‎cpp/calculator/calculator.hxx‎ renamed to ‎cpp/calculator/calculator.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#pragma once
44

‎cpp/classes.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#include <iostream>
44

‎cpp/const.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
class const_member {
44
public:

‎cpp/ctor.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 RenChu Wang - All Rights Reserved
1+
/// Copyright (c) RenChu Wang - All Rights Reserved
22

33
#include <iostream>
44
#include <string>

0 commit comments

Comments
 (0)