Skip to content

Commit

Permalink
Standardise copyright as comments only
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 24, 2022
1 parent e0d6cb5 commit 84ec961
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 35 deletions.
9 changes: 4 additions & 5 deletions dev/easytls-metadata.lib
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/sh

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# easytls-metadata.lib -- Process TLS-Crypt-V2 Key metadata.
#
# Copyright (C) 2020 Richard Bonhomme (Friday 13th of March 2020)
Expand All @@ -14,8 +13,8 @@ copyright ()
# This code is released under version 2 of the GNU GPL
# See LICENSE of this project for full licensing details.
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Loaded message
easytls_metadata_lib_ver ()
Expand Down
9 changes: 4 additions & 5 deletions dev/easytls-tctip.lib
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/sh

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# easytls-tctip.lib - IPv4/6 address functions
#
# Copyright (C) 2020 Richard Bonhomme (Friday 13th of March 2020)
Expand All @@ -14,8 +13,8 @@ copyright ()
# This code is released under version 2 of the GNU GPL
# See LICENSE of this project for full licensing details.
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Loaded message
easytls_tctip_lib_ver ()
Expand Down
9 changes: 4 additions & 5 deletions easytls
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/sh

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# Easy-TLS -- A Shell-based Easy-RSA extension utility to help manage
# * OpenVPN specific TLS keys
# * Easy-RSA based x509 security credentials
Expand All @@ -23,8 +22,8 @@ copyright ()
# Easy-TLS is inspired by syzzer
# See: https://github.com/OpenVPN/openvpn/blob/master/doc/tls-crypt-v2.txt
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Easy-TLS requirements:
# + Easy-RSA Version 3.0.8
Expand Down
9 changes: 4 additions & 5 deletions easytls-client-connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
EASYTLS_VERSION="2.8.0"

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# easytls-client-connect.sh -- Do simple magic
#
# Copyright (C) 2020 Richard Bonhomme (Friday 13th of March 2020)
Expand All @@ -16,8 +15,8 @@ copyright ()
# This code is released under version 2 of the GNU GPL
# See LICENSE of this project for full licensing details.
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Help
help_text ()
Expand Down
9 changes: 4 additions & 5 deletions easytls-client-disconnect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
EASYTLS_VERSION="2.8.0"

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# easytls-client-disconnect.sh -- Do simple magic
#
# Copyright (C) 2020 Richard Bonhomme (Friday 13th of March 2020)
Expand All @@ -16,8 +15,8 @@ copyright ()
# This code is released under version 2 of the GNU GPL
# See LICENSE of this project for full licensing details.
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Help
help_text ()
Expand Down
9 changes: 4 additions & 5 deletions easytls-conntrac.lib
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# Experimental - Use at your own risk

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# easytls-conntrac.lib -- Do simple magic
#
# Copyright (C) 2020 Richard Bonhomme (Friday 13th of March 2020)
Expand All @@ -18,8 +17,8 @@ copyright ()
#
# Connection tracking.
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Connection tacking - Connect
conn_trac_connect ()
Expand Down
9 changes: 4 additions & 5 deletions easytls-cryptv2-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
EASYTLS_VERSION="2.8.0"

# Copyright - negotiable
copyright ()
{
: << VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
# easytls-cryptv2-verify.sh -- Do simple magic
#
# Copyright (C) 2020 Richard Bonhomme (Friday 13th of March 2020)
Expand All @@ -30,8 +29,8 @@ copyright ()
# * via OpenSSL CA (Not recommended)
# * via OpenSSL index.txt (Preferred)
#
VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
}
# VERBATUM_COPYRIGHT_HEADER_INCLUDE_NEGOTIABLE
#

# Help
help_text ()
Expand Down

1 comment on commit 84ec961

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.