From dea758a065fe938a8f2928c761f64f0fb7673653 Mon Sep 17 00:00:00 2001 From: b Date: Wed, 13 Jan 2016 20:56:05 +0000 Subject: [PATCH] license info git-svn-id: svn://botcastle1b/yplom/proxy@17 05ce6ebb-7522-4a6e-a768-0026ae12be9f --- config.1.txt | 21 +++++++++++++++++++++ make.sh | 18 ++++++++++++++++++ makefile.1.mak | 18 ++++++++++++++++++ settings | 20 ++++++++++++++++++++ 4 files changed, 77 insertions(+) diff --git a/config.1.txt b/config.1.txt index 074787d..c8c4180 100644 --- a/config.1.txt +++ b/config.1.txt @@ -1,4 +1,25 @@ # config.txt is generated from config.1.txt +# 13.01.2016 +# +# The file with the autogenerated configurations for Apache2 and crontab +# +# Copyright (C) 2015-2016 Balthasar Szczepański +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +# ! the license is for config.1.txt, not config.txt. + ################################################################################ #copy this to your Apache2 configuration, #remember to make the server listen on these ports: diff --git a/make.sh b/make.sh index f584d54..c7f185d 100644 --- a/make.sh +++ b/make.sh @@ -1,8 +1,26 @@ #!/bin/sh +# make.sh +# 13.01.2016 +# # This is the script for making the software. Normally, the makefile is used for # this purpose. But the makefile has to be generated first. # This script generates the makefile and then uses it and finally removes it. +# +# Copyright (C) 2015-2016 Balthasar Szczepański +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . set -x perl configure.pl settings makefile diff --git a/makefile.1.mak b/makefile.1.mak index 1db823e..aff1d2c 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -1,4 +1,22 @@ # makefile is generated from makefile.1.mak. +# 13.01.2016 +# +# This is the makefile +# +# Copyright (C) 2015-2016 Balthasar Szczepański +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . ###CC; ###CF; diff --git a/settings b/settings index ed34e17..a0e1cdf 100644 --- a/settings +++ b/settings @@ -1,3 +1,23 @@ +# settings +# 13.01.2016 +# +# In this file are defined values specific for the user's system +# +# Copyright (C) 2015-2016 Balthasar Szczepański +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + #all directory paths must end with '/' and must already exist. bin_path = /yplom/bin/proxy/ #Where the software will be located -- 2.30.2