Skip to content

Commit 4d0424c

Browse files
committed
Updated the copyright years.
1 parent 20ddeed commit 4d0424c

23 files changed

Lines changed: 23 additions & 23 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ $ gem install ronin-code-sql
200200

201201
ronin-code-sql - A Ruby DSL for crafting SQL Injections.
202202

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

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

lib/ronin/code/sql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/binary_expr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/clause.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/clauses.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/emittable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/emitter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/field.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/fields.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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/sql/function.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# ronin-code-sql - A Ruby DSL for crafting SQL Injections.
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-sql 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)