summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/aas.rs4
-rw-r--r--src/app.rs2
-rw-r--r--src/app/init.rs2
-rw-r--r--src/app/main.rs2
-rw-r--r--src/app/print_help.rs2
-rw-r--r--src/app/print_version.rs2
-rw-r--r--src/app/run.rs2
-rw-r--r--src/cpu.rs2
-rw-r--r--src/format.rs2
-rw-r--r--src/is_valid_character.rs2
-rw-r--r--src/log.rs2
-rw-r--r--src/token.rs2
-rw-r--r--src/token/tokenise.rs2
13 files changed, 14 insertions, 14 deletions
diff --git a/src/aas.rs b/src/aas.rs
index 03eba25..78302eb 100644
--- a/src/aas.rs
+++ b/src/aas.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
@@ -34,7 +34,7 @@ pub use is_valid_character::*;
pub const VERSION: (u32, u32, u32) = (
0x0, // Major
- 0x1, // Minor
+ 0x2, // Minor
0x0, // Patch
);
diff --git a/src/app.rs b/src/app.rs
index 74db8a8..f9722ee 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/app/init.rs b/src/app/init.rs
index 6eb0491..3375d09 100644
--- a/src/app/init.rs
+++ b/src/app/init.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/app/main.rs b/src/app/main.rs
index 12fe5be..bc99952 100644
--- a/src/app/main.rs
+++ b/src/app/main.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/app/print_help.rs b/src/app/print_help.rs
index 5b77527..0499ee1 100644
--- a/src/app/print_help.rs
+++ b/src/app/print_help.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/app/print_version.rs b/src/app/print_version.rs
index cccd08c..73b0743 100644
--- a/src/app/print_version.rs
+++ b/src/app/print_version.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/app/run.rs b/src/app/run.rs
index e515232..f2ef4a4 100644
--- a/src/app/run.rs
+++ b/src/app/run.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/cpu.rs b/src/cpu.rs
index a0bfd05..e9705bf 100644
--- a/src/cpu.rs
+++ b/src/cpu.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/format.rs b/src/format.rs
index 971af7a..b8ebd74 100644
--- a/src/format.rs
+++ b/src/format.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/is_valid_character.rs b/src/is_valid_character.rs
index 9e16830..7a8201f 100644
--- a/src/is_valid_character.rs
+++ b/src/is_valid_character.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/log.rs b/src/log.rs
index 73c24b9..48de096 100644
--- a/src/log.rs
+++ b/src/log.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/token.rs b/src/token.rs
index 52994ae..7470698 100644
--- a/src/token.rs
+++ b/src/token.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.
diff --git a/src/token/tokenise.rs b/src/token/tokenise.rs
index d5e569e..e713baa 100644
--- a/src/token/tokenise.rs
+++ b/src/token/tokenise.rs
@@ -1,5 +1,5 @@
/*
- Copyright 2023 Gabriel Jensen.
+ Copyright 2023 Gabriel Bjørnager Jensen.
This file is part of AAS.