]> bicyclesonthemoon.info Git - yplom/proxy/commitdiff
license info
authorb <b@05ce6ebb-7522-4a6e-a768-0026ae12be9f>
Wed, 13 Jan 2016 20:56:05 +0000 (20:56 +0000)
committerb <b@05ce6ebb-7522-4a6e-a768-0026ae12be9f>
Wed, 13 Jan 2016 20:56:05 +0000 (20:56 +0000)
git-svn-id: svn://botcastle1b/yplom/proxy@17 05ce6ebb-7522-4a6e-a768-0026ae12be9f

config.1.txt
make.sh
makefile.1.mak
settings

index 074787d1b3b6009c5f6b9f56fab10507d2266577..c8c41805cd21585ee717ce7d478b4e8e9ace5439 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+#
+# ! 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 f584d54854b5d2ce396f35dd5970c1e7b42e9e4a..c7f185ddea70df2e93738467d9942e41a624496c 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
 
 set -x
 perl configure.pl settings <makefile.1.mak >makefile
index 1db823ecc7e65d0080259841001d4967515b9886..aff1d2c5044d68fff8dd585b9b55a9d835ec0e4e 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 
 ###CC;
 ###CF;
index ed34e1725bcbf58e272d94246a193e8a850e6ab3..a0e1cdf6b39c6db91418a2446b02b82a443bb122 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
+
 #all directory paths must end with '/' and must already exist.
 
 bin_path  = /yplom/bin/proxy/  #Where the software will be located