Skip to content

Commit a4a6050

Browse files
committed
Updated the copyright years.
1 parent 101816e commit a4a6050

21 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ gem.add_dependency 'ronin-code-asm', '~> 1.0'
207207

208208
ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
209209

210-
Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
210+
Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
211211

212212
ronin-code-asm is free software: you can redistribute it and/or modify
213213
it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/archs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/archs/amd64.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/archs/x86.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/immediate_operand.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/instruction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/memory_operand.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/os.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/os/freebsd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/os/linux.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/os/os.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/program.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/register.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/shellcode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/syntax.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/syntax/att.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/syntax/common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/syntax/intel.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

lib/ronin/code/asm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-asm - A Ruby DSL for crafting Assembly programs and shellcode.
44
#
5-
# Copyright (c) 2007-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
5+
# Copyright (c) 2007-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
66
#
77
# ronin-code-asm is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Lesser General Public License as published

0 commit comments

Comments
 (0)