Changeset - d1387069c3c9
[Not reviewed]
0 7 0
Branko Majic (branko) - 4 months ago 2025-07-20 09:56:21
branko@majic.rs
MAR-244: Update copyright notices.
7 files changed with 12 insertions and 12 deletions:
0 comments (0 inline, 0 general)
LICENSE
Show inline comments
 
Copyright (c) 2018, Branko Majic
 
Copyright (c) 2018, 2025, Branko Majic
 
All rights reserved.
 

	
 
Redistribution and use in source and binary forms, with or without modification,
 
are permitted provided that the following conditions are met:
 

	
 
  Redistributions of source code must retain the above copyright notice, this
docs/about.rst
Show inline comments
 
@@ -102,13 +102,13 @@ found at:
 

	
 
License
 
-------
 

	
 
Majic Ansible Roles is released under terms of *BSD (3-Clause) License*::
 

	
 
  Copyright (c) 2018, Branko Majic
 
  Copyright (c) 2018, 2025, Branko Majic
 
  All rights reserved.
 

	
 
  Redistribution and use in source and binary forms, with or without modification,
 
  are permitted provided that the following conditions are met:
 

	
 
    Redistributions of source code must retain the above copyright notice, this
roles/common/files/check_certificate.sh
Show inline comments
 
#!/bin/bash
 
#
 
# check_certificate.sh
 
#
 
# Copyright (C) 2017, Branko Majic <branko@majic.rs>
 
# Copyright (C) 2017, 2025, Branko Majic <branko@majic.rs>
 
#
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
 
# the Free Software Foundation, either version 3 of the License, or
 
# (at your option) any later version.
 
#
 
@@ -78,13 +78,13 @@ EOF
 

	
 
function version() {
 
        cat <<EOF
 
$program
 

	
 
+-----------------------------------------------------------------------+
 
| Copyright (C) 2017, Branko Majic <branko@majic.rs>                    |
 
| Copyright (C) 2017, 2025, Branko Majic <branko@majic.rs>              |
 
|                                                                       |
 
| This program is free software: you can redistribute it and/or modify  |
 
| it under the terms of the GNU General Public License as published by  |
 
| the Free Software Foundation, either version 3 of the License, or     |
 
| (at your option) any later version.                                   |
 
|                                                                       |
roles/common/files/legacy_iptables_rules.sh
Show inline comments
 
#!/bin/bash
 
#
 
# legacy_iptables_rules.sh
 
#
 
# Copyright (C) 2023, Branko Majic <branko@majic.rs>
 
# Copyright (C) 2023, 2025, Branko Majic <branko@majic.rs>
 
#
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
 
# the Free Software Foundation, either version 3 of the License, or
 
# (at your option) any later version.
 
#
 
@@ -74,13 +74,13 @@ EOF
 

	
 
function version() {
 
    cat <<EOF
 
$PROGRAM
 

	
 
+-----------------------------------------------------------------------+
 
| Copyright (C) 2023, Branko Majic <branko@majic.rs>                    |
 
| Copyright (C) 2023, 2025, Branko Majic <branko@majic.rs>              |
 
|                                                                       |
 
| This program is free software: you can redistribute it and/or modify  |
 
| it under the terms of the GNU General Public License as published by  |
 
| the Free Software Foundation, either version 3 of the License, or     |
 
| (at your option) any later version.                                   |
 
|                                                                       |
roles/common/files/pip_check_requirements_upgrades.sh
Show inline comments
 
#!/bin/bash
 
#
 
# pip_check_requirements_upgrades.sh
 
#
 
# Copyright (C) 2017, Branko Majic <branko@majic.rs>
 
# Copyright (C) 2017, 2025, Branko Majic <branko@majic.rs>
 
#
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
 
# the Free Software Foundation, either version 3 of the License, or
 
# (at your option) any later version.
 
#
 
@@ -79,13 +79,13 @@ EOF
 

	
 
function version() {
 
    cat <<EOF
 
$program
 

	
 
+-----------------------------------------------------------------------+
 
| Copyright (C) 2017, Branko Majic <branko@majic.rs>                    |
 
| Copyright (C) 2017, 2025, Branko Majic <branko@majic.rs>              |
 
|                                                                       |
 
| This program is free software: you can redistribute it and/or modify  |
 
| it under the terms of the GNU General Public License as published by  |
 
| the Free Software Foundation, either version 3 of the License, or     |
 
| (at your option) any later version.                                   |
 
|                                                                       |
roles/web_server/files/nginx_verify_site.sh
Show inline comments
 
#!/bin/bash
 
#
 
# nginx_verify_site.sh
 
#
 
# Copyright (C) 2016, Branko Majic <branko@majic.rs>
 
# Copyright (C) 2016, 2025, Branko Majic <branko@majic.rs>
 
#
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
 
# the Free Software Foundation, either version 3 of the License, or
 
# (at your option) any later version.
 
#
 
@@ -57,13 +57,13 @@ EOF
 

	
 
function version() {
 
        cat <<EOF
 
$program, version $version
 

	
 
+-----------------------------------------------------------------------+
 
| Copyright (C) 2016, Branko Majic <branko@majic.rs>                    |
 
| Copyright (C) 2016, 2025, Branko Majic <branko@majic.rs>              |
 
|                                                                       |
 
| This program is free software: you can redistribute it and/or modify  |
 
| it under the terms of the GNU General Public License as published by  |
 
| the Free Software Foundation, either version 3 of the License, or     |
 
| (at your option) any later version.                                   |
 
|                                                                       |
scripts/run_tests.sh
Show inline comments
 
#!/bin/bash
 
#
 
# run_tests.sh
 
#
 
# Copyright (C) 2017, Branko Majic <branko@majic.rs>
 
# Copyright (C) 2017, 2025, Branko Majic <branko@majic.rs>
 
#
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
 
# the Free Software Foundation, either version 3 of the License, or
 
# (at your option) any later version.
 
#
 
@@ -72,13 +72,13 @@ EOF
 

	
 
function version() {
 
    cat <<EOF
 
$program
 

	
 
+-----------------------------------------------------------------------+
 
| Copyright (C) 2017, Branko Majic <branko@majic.rs>                    |
 
| Copyright (C) 2017, 2025, Branko Majic <branko@majic.rs>              |
 
|                                                                       |
 
| This program is free software: you can redistribute it and/or modify  |
 
| it under the terms of the GNU General Public License as published by  |
 
| the Free Software Foundation, either version 3 of the License, or     |
 
| (at your option) any later version.                                   |
 
|                                                                       |
0 comments (0 inline, 0 general)