Skip to content

Commit 52a4bbb

Browse files
committed
chore: Update copyright year to 2025
Signed-off-by: Roberto Raggi <[email protected]>
1 parent 3f3ccb3 commit 52a4bbb

File tree

219 files changed

+226
-226
lines changed

Some content is hidden

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

219 files changed

+226
-226
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
# Copyright (c) 2025 Roberto Raggi <[email protected]>
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy of
44
# this software and associated documentation files (the "Software"), to deal in

Config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
# Copyright (c) 2025 Roberto Raggi <[email protected]>
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy of
44
# this software and associated documentation files (the "Software"), to deal in

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Roberto Raggi <[email protected]>
3+
Copyright (c) 2025 Roberto Raggi <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion

packages/cxx-frontend/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
// Copyright (c) 2025 Roberto Raggi <[email protected]>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

packages/cxx-frontend/src/AST.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
// Copyright (c) 2025 Roberto Raggi <[email protected]>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

packages/cxx-frontend/src/ASTCursor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
// Copyright (c) 2025 Roberto Raggi <[email protected]>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

packages/cxx-frontend/src/ASTKind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
// Copyright (c) 2025 Roberto Raggi <[email protected]>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

packages/cxx-frontend/src/ASTSlot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
// Copyright (c) 2025 Roberto Raggi <[email protected]>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

packages/cxx-frontend/src/ASTSlotKind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Roberto Raggi <[email protected]>
1+
// Copyright (c) 2025 Roberto Raggi <[email protected]>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)