aboutsummaryrefslogtreecommitdiff
path: root/grs
diff options
context:
space:
mode:
Diffstat (limited to 'grs')
-rw-r--r--grs/Constants.py16
-rw-r--r--grs/Daemon.py16
-rw-r--r--grs/Execute.py16
-rw-r--r--grs/Interpret.py16
-rw-r--r--grs/Kernel.py16
-rw-r--r--grs/MountDirectories.py16
-rw-r--r--grs/PivotChroot.py16
-rw-r--r--grs/Populate.py16
-rw-r--r--grs/Rotator.py16
-rw-r--r--grs/RunScript.py16
-rw-r--r--grs/Seed.py16
-rw-r--r--grs/Synchronize.py16
-rw-r--r--grs/TarIt.py16
-rw-r--r--grs/WorldConf.py16
-rw-r--r--grs/__init__.py16
15 files changed, 240 insertions, 0 deletions
diff --git a/grs/Constants.py b/grs/Constants.py
index 0eebec0..79551f9 100644
--- a/grs/Constants.py
+++ b/grs/Constants.py
@@ -1,4 +1,20 @@
#!/use/bin/env python
+#
+# Constants.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
diff --git a/grs/Daemon.py b/grs/Daemon.py
index 38b7d9a..58927f8 100644
--- a/grs/Daemon.py
+++ b/grs/Daemon.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Daemon.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import atexit
import os
diff --git a/grs/Execute.py b/grs/Execute.py
index 9f59a6f..25f618f 100644
--- a/grs/Execute.py
+++ b/grs/Execute.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Execute.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import signal
diff --git a/grs/Interpret.py b/grs/Interpret.py
index a941f3e..a7c0915 100644
--- a/grs/Interpret.py
+++ b/grs/Interpret.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Interpret.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import re
diff --git a/grs/Kernel.py b/grs/Kernel.py
index cec4a5f..bb76b80 100644
--- a/grs/Kernel.py
+++ b/grs/Kernel.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Kernel.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import re
diff --git a/grs/MountDirectories.py b/grs/MountDirectories.py
index c55c2ca..37d0f5e 100644
--- a/grs/MountDirectories.py
+++ b/grs/MountDirectories.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# MountDirectories.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
from copy import deepcopy
diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py
index f73c3c8..962f8fa 100644
--- a/grs/PivotChroot.py
+++ b/grs/PivotChroot.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# PivotChroot.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import glob
import re
diff --git a/grs/Populate.py b/grs/Populate.py
index f37d70e..c24fd63 100644
--- a/grs/Populate.py
+++ b/grs/Populate.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Populate.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import re
diff --git a/grs/Rotator.py b/grs/Rotator.py
index 0dccdf8..faa49aa 100644
--- a/grs/Rotator.py
+++ b/grs/Rotator.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Rotator.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import glob
import re
diff --git a/grs/RunScript.py b/grs/RunScript.py
index 33efd72..bd8d4f9 100644
--- a/grs/RunScript.py
+++ b/grs/RunScript.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# RunScript.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import shutil
diff --git a/grs/Seed.py b/grs/Seed.py
index b5c9a6b..ec6fb77 100644
--- a/grs/Seed.py
+++ b/grs/Seed.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Seed.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import glob
import os
diff --git a/grs/Synchronize.py b/grs/Synchronize.py
index ed8209c..3890196 100644
--- a/grs/Synchronize.py
+++ b/grs/Synchronize.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# Synchronize.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
from grs.Constants import CONST
diff --git a/grs/TarIt.py b/grs/TarIt.py
index a8b21b3..b63258b 100644
--- a/grs/TarIt.py
+++ b/grs/TarIt.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# TarIt.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
from datetime import datetime
diff --git a/grs/WorldConf.py b/grs/WorldConf.py
index b005f0e..5930d19 100644
--- a/grs/WorldConf.py
+++ b/grs/WorldConf.py
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# WorldConf.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import configparser
import copy
diff --git a/grs/__init__.py b/grs/__init__.py
index 10831e9..a011b2e 100644
--- a/grs/__init__.py
+++ b/grs/__init__.py
@@ -1,4 +1,20 @@
#!/use/bin/env python
+#
+# __init__.py: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
from grs.TarIt import TarIt
from grs.Constants import CONST