set license headers on conf files (#227)
This commit is contained in:
parent
4a36d2600e
commit
0a8b8a572f
46 changed files with 169 additions and 54 deletions
|
|
@ -1,6 +1,8 @@
|
|||
##########################################
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
###########################################
|
||||
# Pekko Serialization Jackson Config File #
|
||||
##########################################
|
||||
###########################################
|
||||
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
pekko {
|
||||
actor {
|
||||
serialization-bindings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue