summaryrefslogtreecommitdiff
path: root/source3/python
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python')
-rw-r--r--source3/python/py_common.c3
-rw-r--r--source3/python/py_common.h3
-rw-r--r--source3/python/py_conv.c3
-rw-r--r--source3/python/py_conv.h3
-rw-r--r--source3/python/py_lsa.c3
-rw-r--r--source3/python/py_lsa.h3
-rw-r--r--source3/python/py_ntsec.c3
-rw-r--r--source3/python/py_samr.c3
-rw-r--r--source3/python/py_samr.h3
-rw-r--r--source3/python/py_samr_conv.c3
-rw-r--r--source3/python/py_smb.c3
-rw-r--r--source3/python/py_smb.h3
-rw-r--r--source3/python/py_spoolss.c3
-rw-r--r--source3/python/py_spoolss.h3
-rw-r--r--source3/python/py_spoolss_common.c3
-rw-r--r--source3/python/py_spoolss_drivers.c3
-rw-r--r--source3/python/py_spoolss_drivers_conv.c3
-rw-r--r--source3/python/py_spoolss_forms.c3
-rw-r--r--source3/python/py_spoolss_forms_conv.c3
-rw-r--r--source3/python/py_spoolss_jobs.c3
-rw-r--r--source3/python/py_spoolss_jobs_conv.c3
-rw-r--r--source3/python/py_spoolss_ports.c3
-rw-r--r--source3/python/py_spoolss_ports_conv.c3
-rw-r--r--source3/python/py_spoolss_printerdata.c3
-rw-r--r--source3/python/py_spoolss_printers.c3
-rw-r--r--source3/python/py_spoolss_printers_conv.c3
-rw-r--r--source3/python/py_srvsvc.c3
-rw-r--r--source3/python/py_srvsvc.h3
-rw-r--r--source3/python/py_srvsvc_conv.c3
-rw-r--r--source3/python/py_tdbpack.c3
-rw-r--r--source3/python/py_winbind.c3
-rw-r--r--source3/python/py_winbind.h3
-rw-r--r--source3/python/py_winbind_conv.c3
-rw-r--r--source3/python/py_winreg.c3
-rw-r--r--source3/python/py_winreg.h3
35 files changed, 35 insertions, 70 deletions
diff --git a/source3/python/py_common.c b/source3/python/py_common.c
index f7c5b6d327..d4230998dd 100644
--- a/source3/python/py_common.c
+++ b/source3/python/py_common.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_common.h"
diff --git a/source3/python/py_common.h b/source3/python/py_common.h
index 7046662a57..04a8f61eb8 100644
--- a/source3/python/py_common.h
+++ b/source3/python/py_common.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_COMMON_H
diff --git a/source3/python/py_conv.c b/source3/python/py_conv.c
index e313fff7bf..13d9ef9dc4 100644
--- a/source3/python/py_conv.c
+++ b/source3/python/py_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "py_conv.h"
diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h
index 1ace6db4dc..c4baa84cc5 100644
--- a/source3/python/py_conv.h
+++ b/source3/python/py_conv.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_CONV_H
diff --git a/source3/python/py_lsa.c b/source3/python/py_lsa.c
index 4ff93a83ec..6095fdfc67 100644
--- a/source3/python/py_lsa.c
+++ b/source3/python/py_lsa.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_lsa.h"
diff --git a/source3/python/py_lsa.h b/source3/python/py_lsa.h
index ed10e086aa..27e48020db 100644
--- a/source3/python/py_lsa.h
+++ b/source3/python/py_lsa.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_LSA_H
diff --git a/source3/python/py_ntsec.c b/source3/python/py_ntsec.c
index 7481959e38..6cd59ae6d0 100644
--- a/source3/python/py_ntsec.c
+++ b/source3/python/py_ntsec.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_common.h"
diff --git a/source3/python/py_samr.c b/source3/python/py_samr.c
index 7b655bf072..8f42e879b5 100644
--- a/source3/python/py_samr.c
+++ b/source3/python/py_samr.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_samr.h"
diff --git a/source3/python/py_samr.h b/source3/python/py_samr.h
index 9f5adfb75a..78ee803ed1 100644
--- a/source3/python/py_samr.h
+++ b/source3/python/py_samr.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_SAMR_H
diff --git a/source3/python/py_samr_conv.c b/source3/python/py_samr_conv.c
index 5e056ad6f7..193a2ecda0 100644
--- a/source3/python/py_samr_conv.c
+++ b/source3/python/py_samr_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_samr.h"
diff --git a/source3/python/py_smb.c b/source3/python/py_smb.c
index 8c69a972ed..5f913682d1 100644
--- a/source3/python/py_smb.c
+++ b/source3/python/py_smb.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_smb.h"
diff --git a/source3/python/py_smb.h b/source3/python/py_smb.h
index d312ea11cb..781e0a3c6d 100644
--- a/source3/python/py_smb.h
+++ b/source3/python/py_smb.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_SMB_H
diff --git a/source3/python/py_spoolss.c b/source3/python/py_spoolss.c
index e6d185cd23..2543324b31 100644
--- a/source3/python/py_spoolss.c
+++ b/source3/python/py_spoolss.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h
index f0d92bb441..3988bc6a79 100644
--- a/source3/python/py_spoolss.h
+++ b/source3/python/py_spoolss.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_SPOOLSS_H
diff --git a/source3/python/py_spoolss_common.c b/source3/python/py_spoolss_common.c
index 81d868c79d..32cb0cac9b 100644
--- a/source3/python/py_spoolss_common.c
+++ b/source3/python/py_spoolss_common.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_drivers.c b/source3/python/py_spoolss_drivers.c
index 32ed7daca4..7e84aa1a4a 100644
--- a/source3/python/py_spoolss_drivers.c
+++ b/source3/python/py_spoolss_drivers.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_drivers_conv.c b/source3/python/py_spoolss_drivers_conv.c
index b73482a4c2..6d5ed4dc11 100644
--- a/source3/python/py_spoolss_drivers_conv.c
+++ b/source3/python/py_spoolss_drivers_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_forms.c b/source3/python/py_spoolss_forms.c
index 8982db87bf..df2067aa8b 100644
--- a/source3/python/py_spoolss_forms.c
+++ b/source3/python/py_spoolss_forms.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_forms_conv.c b/source3/python/py_spoolss_forms_conv.c
index fe5739621b..ae990a50d6 100644
--- a/source3/python/py_spoolss_forms_conv.c
+++ b/source3/python/py_spoolss_forms_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_jobs.c b/source3/python/py_spoolss_jobs.c
index c7078f6ad4..3c160025ba 100644
--- a/source3/python/py_spoolss_jobs.c
+++ b/source3/python/py_spoolss_jobs.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_jobs_conv.c b/source3/python/py_spoolss_jobs_conv.c
index 9e0c70d5f8..efd3bfea11 100644
--- a/source3/python/py_spoolss_jobs_conv.c
+++ b/source3/python/py_spoolss_jobs_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_ports.c b/source3/python/py_spoolss_ports.c
index da6fb020d3..8dad35b79d 100644
--- a/source3/python/py_spoolss_ports.c
+++ b/source3/python/py_spoolss_ports.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_ports_conv.c b/source3/python/py_spoolss_ports_conv.c
index 65f913747f..5e40b9456b 100644
--- a/source3/python/py_spoolss_ports_conv.c
+++ b/source3/python/py_spoolss_ports_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_printerdata.c b/source3/python/py_spoolss_printerdata.c
index adbe468f64..5faac0e391 100644
--- a/source3/python/py_spoolss_printerdata.c
+++ b/source3/python/py_spoolss_printerdata.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_printers.c b/source3/python/py_spoolss_printers.c
index 6cdd0e47a6..3064758007 100644
--- a/source3/python/py_spoolss_printers.c
+++ b/source3/python/py_spoolss_printers.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_spoolss_printers_conv.c b/source3/python/py_spoolss_printers_conv.c
index bde9f51503..7c3f04011d 100644
--- a/source3/python/py_spoolss_printers_conv.c
+++ b/source3/python/py_spoolss_printers_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_spoolss.h"
diff --git a/source3/python/py_srvsvc.c b/source3/python/py_srvsvc.c
index e53a2dd675..94f4271674 100644
--- a/source3/python/py_srvsvc.c
+++ b/source3/python/py_srvsvc.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_srvsvc.h"
diff --git a/source3/python/py_srvsvc.h b/source3/python/py_srvsvc.h
index 30f7822041..a3215fa44c 100644
--- a/source3/python/py_srvsvc.h
+++ b/source3/python/py_srvsvc.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_SRVSVC_H
diff --git a/source3/python/py_srvsvc_conv.c b/source3/python/py_srvsvc_conv.c
index 15f4f318ac..8de851dbe6 100644
--- a/source3/python/py_srvsvc_conv.c
+++ b/source3/python/py_srvsvc_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_srvsvc.h"
diff --git a/source3/python/py_tdbpack.c b/source3/python/py_tdbpack.c
index e31259a52b..e504f30b86 100644
--- a/source3/python/py_tdbpack.c
+++ b/source3/python/py_tdbpack.c
@@ -19,8 +19,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Python.h"
diff --git a/source3/python/py_winbind.c b/source3/python/py_winbind.c
index d5b4c9a0de..7d3a9cdf08 100644
--- a/source3/python/py_winbind.c
+++ b/source3/python/py_winbind.c
@@ -16,8 +16,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "py_winbind.h"
diff --git a/source3/python/py_winbind.h b/source3/python/py_winbind.h
index 7d57cb9713..b865d5b47b 100644
--- a/source3/python/py_winbind.h
+++ b/source3/python/py_winbind.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_WINBIND_H
diff --git a/source3/python/py_winbind_conv.c b/source3/python/py_winbind_conv.c
index e02060218e..d70922dd12 100644
--- a/source3/python/py_winbind_conv.c
+++ b/source3/python/py_winbind_conv.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_common.h"
diff --git a/source3/python/py_winreg.c b/source3/python/py_winreg.c
index 82f2711d9f..61536e4cb5 100644
--- a/source3/python/py_winreg.c
+++ b/source3/python/py_winreg.c
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "python/py_winreg.h"
diff --git a/source3/python/py_winreg.h b/source3/python/py_winreg.h
index bc8328a8bf..b41a51e640 100644
--- a/source3/python/py_winreg.h
+++ b/source3/python/py_winreg.h
@@ -14,8 +14,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PY_WINREG_H