set license headers on conf files (#227)

This commit is contained in:
PJ Fanning 2023-03-03 13:24:19 +01:00 committed by GitHub
parent 4a36d2600e
commit 0a8b8a572f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 169 additions and 54 deletions

View file

@ -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.

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
pekko {
actor {
serialization-bindings {