Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions controls/mysql_conf.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# encoding: utf-8
# frozen_string_literal: true

# Copyright 2014, Deutsche Telekom AG
# Copyright 2018, Christoph Hartmann
# Copyright:: 2014, Deutsche Telekom AG
# Copyright:: 2018, Christoph Hartmann
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
5 changes: 2 additions & 3 deletions controls/mysql_db.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# encoding: utf-8
# frozen_string_literal: true

# Copyright 2014, Deutsche Telekom AG
# Copyright 2018, Christoph Hartmann
# Copyright:: 2014, Deutsche Telekom AG
# Copyright:: 2018, Christoph Hartmann
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion libraries/mysql_distribution.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020, Sebastian Gumprich
# Copyright:: 2020, Sebastian Gumprich
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion libraries/mysql_version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020, Sebastian Gumprich
# Copyright:: 2020, Sebastian Gumprich
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down