summaryrefslogtreecommitdiffstats
path: root/ldap/synctools
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-03-22 18:46:00 +0000
committerNathan Kinder <nkinder@redhat.com>2005-03-22 18:46:00 +0000
commitcb3035cb25bac8a4bd963da709075fc94bf1f474 (patch)
treea9e4d9bec2b92471aa469c2ae0d13b2929673312 /ldap/synctools
parentf68a26b16c62b90ae1938e7b7afae6a2e0b6c2b3 (diff)
Copyright updates
Diffstat (limited to 'ldap/synctools')
-rw-r--r--ldap/synctools/passwordsync/build.bat5
-rw-r--r--ldap/synctools/passwordsync/passhand.cpp7
-rw-r--r--ldap/synctools/passwordsync/passhand.h7
-rw-r--r--ldap/synctools/passwordsync/passhook/passhook.cpp7
-rw-r--r--ldap/synctools/passwordsync/passhook/passhook.def4
-rw-r--r--ldap/synctools/passwordsync/passhook/passhook.dep5
-rw-r--r--ldap/synctools/passwordsync/passhook/passhook.dsp5
-rw-r--r--ldap/synctools/passwordsync/passhook/passhook.mak5
-rw-r--r--ldap/synctools/passwordsync/passsync.dsw4
-rw-r--r--ldap/synctools/passwordsync/passsync/dssynch.h11
-rw-r--r--ldap/synctools/passwordsync/passsync/dssynchmsg.h4
-rw-r--r--ldap/synctools/passwordsync/passsync/ntservice.cpp7
-rw-r--r--ldap/synctools/passwordsync/passsync/ntservice.h7
-rw-r--r--ldap/synctools/passwordsync/passsync/passsync.dep5
-rw-r--r--ldap/synctools/passwordsync/passsync/passsync.dsp4
-rw-r--r--ldap/synctools/passwordsync/passsync/passsync.mak4
-rw-r--r--ldap/synctools/passwordsync/passsync/service.cpp5
-rw-r--r--ldap/synctools/passwordsync/passsync/subuniutil.cpp7
-rw-r--r--ldap/synctools/passwordsync/passsync/subuniutil.h5
-rw-r--r--ldap/synctools/passwordsync/passsync/synchcmds.h11
-rw-r--r--ldap/synctools/passwordsync/passsync/syncserv.cpp7
-rw-r--r--ldap/synctools/passwordsync/passsync/syncserv.h7
-rw-r--r--ldap/synctools/passwordsync/wix/PassSync.wxs4
23 files changed, 113 insertions, 24 deletions
diff --git a/ldap/synctools/passwordsync/build.bat b/ldap/synctools/passwordsync/build.bat
index 323e6288..a5fcf1f5 100644
--- a/ldap/synctools/passwordsync/build.bat
+++ b/ldap/synctools/passwordsync/build.bat
@@ -1,3 +1,8 @@
+@rem // --- BEGIN COPYRIGHT BLOCK ---
+@rem // Copyright (C) 2005 Red Hat, Inc.
+@rem // All rights reserved.
+@rem // --- END COPYRIGHT BLOCK ---
+
@echo off
cd passsync
nmake passsync.mak
diff --git a/ldap/synctools/passwordsync/passhand.cpp b/ldap/synctools/passwordsync/passhand.cpp
index 23725e78..56cd80ed 100644
--- a/ldap/synctools/passwordsync/passhand.cpp
+++ b/ldap/synctools/passwordsync/passhand.cpp
@@ -1,3 +1,8 @@
+// --- BEGIN COPYRIGHT BLOCK ---
+// Copyright (C) 2005 Red Hat, Inc.
+// All rights reserved.
+// --- END COPYRIGHT BLOCK ---
+
// Created: 2-8-2005
// Author(s): Scott Bridges
#include "passhand.h"
@@ -119,4 +124,4 @@ int PasswordHandler::PopUserPass()
userPassPairs.pop_front();
return 0;
-} \ No newline at end of file
+}
diff --git a/ldap/synctools/passwordsync/passhand.h b/ldap/synctools/passwordsync/passhand.h
index 03b5f630..77ae2a5a 100644
--- a/ldap/synctools/passwordsync/passhand.h
+++ b/ldap/synctools/passwordsync/passhand.h
@@ -1,3 +1,8 @@
+// --- BEGIN COPYRIGHT BLOCK ---
+// Copyright (C) 2005 Red Hat, Inc.
+// All rights reserved.
+// --- END COPYRIGHT BLOCK ---
+
// Created: 2-8-2005
// Author(s): Scott Bridges
#ifndef _PASSHAND_H_
@@ -37,4 +42,4 @@ private:
list<USER_PASS_PAIR> userPassPairs;
};
-#endif \ No newline at end of file
+#endif
diff --git a/ldap/synctools/passwordsync/passhook/passhook.cpp b/ldap/synctools/passwordsync/passhook/passhook.cpp
index ff49d575..acefde1f 100644
--- a/ldap/synctools/passwordsync/passhook/passhook.cpp
+++ b/ldap/synctools/passwordsync/passhook/passhook.cpp
@@ -1,3 +1,8 @@
+// --- BEGIN COPYRIGHT BLOCK ---
+// Copyright (C) 2005 Red Hat, Inc.
+// All rights reserved.
+// --- END COPYRIGHT BLOCK ---
+
// Created: 2-8-2005
// Author(s): Scott Bridges
#include <windows.h>
@@ -44,4 +49,4 @@ BOOL NTAPI PasswordFilter(
BOOL NTAPI InitializeChangeNotify()
{
return TRUE;
-} \ No newline at end of file
+}
diff --git a/ldap/synctools/passwordsync/passhook/passhook.def b/ldap/synctools/passwordsync/passhook/passhook.def
index eeddeeea..53588567 100644
--- a/ldap/synctools/passwordsync/passhook/passhook.def
+++ b/ldap/synctools/passwordsync/passhook/passhook.def
@@ -1,3 +1,7 @@
+; --- BEGIN COPYRIGHT BLOCK ---
+; Copyright (C) 2005 Red Hat, Inc.
+; All rights reserved.
+; --- END COPYRIGHT BLOCK ---
LIBRARY passhook
EXPORTS
diff --git a/ldap/synctools/passwordsync/passhook/passhook.dep b/ldap/synctools/passwordsync/passhook/passhook.dep
index 5eb1b6b5..3d99110a 100644
--- a/ldap/synctools/passwordsync/passhook/passhook.dep
+++ b/ldap/synctools/passwordsync/passhook/passhook.dep
@@ -1,3 +1,8 @@
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
+
# Microsoft Developer Studio Generated Dependency File, included by passhook.mak
..\passhand.cpp : \
diff --git a/ldap/synctools/passwordsync/passhook/passhook.dsp b/ldap/synctools/passwordsync/passhook/passhook.dsp
index 385972a3..b30066ef 100644
--- a/ldap/synctools/passwordsync/passhook/passhook.dsp
+++ b/ldap/synctools/passwordsync/passhook/passhook.dsp
@@ -1,3 +1,8 @@
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
+
# Microsoft Developer Studio Project File - Name="passhook" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
diff --git a/ldap/synctools/passwordsync/passhook/passhook.mak b/ldap/synctools/passwordsync/passhook/passhook.mak
index 7f24e3ca..4e2c8a3e 100644
--- a/ldap/synctools/passwordsync/passhook/passhook.mak
+++ b/ldap/synctools/passwordsync/passhook/passhook.mak
@@ -1,3 +1,8 @@
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
+
# Microsoft Developer Studio Generated NMAKE File, Based on passhook.dsp
!IF "$(CFG)" == ""
CFG=passhook - Win32 Debug
diff --git a/ldap/synctools/passwordsync/passsync.dsw b/ldap/synctools/passwordsync/passsync.dsw
index f20d73a0..7c4437de 100644
--- a/ldap/synctools/passwordsync/passsync.dsw
+++ b/ldap/synctools/passwordsync/passsync.dsw
@@ -1,4 +1,8 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
diff --git a/ldap/synctools/passwordsync/passsync/dssynch.h b/ldap/synctools/passwordsync/passsync/dssynch.h
index f594cccd..c3f7bac5 100644
--- a/ldap/synctools/passwordsync/passsync/dssynch.h
+++ b/ldap/synctools/passwordsync/passsync/dssynch.h
@@ -1,13 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
- */
+ * --- END COPYRIGHT BLOCK --- */
+
/***********************************************************************
**
-** Copyright 1996 - Netscape Communications Corporation
-**
** NAME
** DSSynch.h
**
diff --git a/ldap/synctools/passwordsync/passsync/dssynchmsg.h b/ldap/synctools/passwordsync/passsync/dssynchmsg.h
index b3d2753e..081df79f 100644
--- a/ldap/synctools/passwordsync/passsync/dssynchmsg.h
+++ b/ldap/synctools/passwordsync/passsync/dssynchmsg.h
@@ -1,3 +1,7 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
//
// Values are 32 bit values layed out as follows:
//
diff --git a/ldap/synctools/passwordsync/passsync/ntservice.cpp b/ldap/synctools/passwordsync/passsync/ntservice.cpp
index 6d0f1151..2da478de 100644
--- a/ldap/synctools/passwordsync/passsync/ntservice.cpp
+++ b/ldap/synctools/passwordsync/passsync/ntservice.cpp
@@ -1,7 +1,10 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
+
/***********************************************************************
**
-** Copyright 1996 - Netscape Communications Corporation
-**
** NAME
** NTService.cpp
**
diff --git a/ldap/synctools/passwordsync/passsync/ntservice.h b/ldap/synctools/passwordsync/passsync/ntservice.h
index 38233ab1..1ac9d8d3 100644
--- a/ldap/synctools/passwordsync/passsync/ntservice.h
+++ b/ldap/synctools/passwordsync/passsync/ntservice.h
@@ -1,7 +1,10 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
+
/***********************************************************************
**
-** Copyright 1996 - Netscape Communications Corporation
-**
** NAME
** NTService.h
**
diff --git a/ldap/synctools/passwordsync/passsync/passsync.dep b/ldap/synctools/passwordsync/passsync/passsync.dep
index 36cca3c7..8a9e6276 100644
--- a/ldap/synctools/passwordsync/passsync/passsync.dep
+++ b/ldap/synctools/passwordsync/passsync/passsync.dep
@@ -1,3 +1,8 @@
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
+
# Microsoft Developer Studio Generated Dependency File, included by passsync.mak
.\ntservice.cpp : \
diff --git a/ldap/synctools/passwordsync/passsync/passsync.dsp b/ldap/synctools/passwordsync/passsync/passsync.dsp
index e4d8c4de..fcd10298 100644
--- a/ldap/synctools/passwordsync/passsync/passsync.dsp
+++ b/ldap/synctools/passwordsync/passsync/passsync.dsp
@@ -1,5 +1,9 @@
# Microsoft Developer Studio Project File - Name="passsync" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
diff --git a/ldap/synctools/passwordsync/passsync/passsync.mak b/ldap/synctools/passwordsync/passsync/passsync.mak
index 58ed9269..f62dbb71 100644
--- a/ldap/synctools/passwordsync/passsync/passsync.mak
+++ b/ldap/synctools/passwordsync/passsync/passsync.mak
@@ -1,3 +1,7 @@
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
# Microsoft Developer Studio Generated NMAKE File, Based on passsync.dsp
!IF "$(CFG)" == ""
CFG=passsync - Win32 Debug
diff --git a/ldap/synctools/passwordsync/passsync/service.cpp b/ldap/synctools/passwordsync/passsync/service.cpp
index 09e0ce68..66fb036c 100644
--- a/ldap/synctools/passwordsync/passsync/service.cpp
+++ b/ldap/synctools/passwordsync/passsync/service.cpp
@@ -1,3 +1,8 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
+
// Created: 2-8-2005
// Author(s): Scott Bridges
diff --git a/ldap/synctools/passwordsync/passsync/subuniutil.cpp b/ldap/synctools/passwordsync/passsync/subuniutil.cpp
index 398e8a76..5a91c3fc 100644
--- a/ldap/synctools/passwordsync/passsync/subuniutil.cpp
+++ b/ldap/synctools/passwordsync/passsync/subuniutil.cpp
@@ -1,3 +1,8 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
#include "subuniutil.h"
// Copied: 2-8-2005
@@ -56,4 +61,4 @@ StrToUnicode( const char *buf )
ASCIIToUnicode( buf, unibuf, sizeof(unibuf) );
return _wcsdup( unibuf );
}
-// End Copy \ No newline at end of file
+// End Copy
diff --git a/ldap/synctools/passwordsync/passsync/subuniutil.h b/ldap/synctools/passwordsync/passsync/subuniutil.h
index 49d71f49..b159dc28 100644
--- a/ldap/synctools/passwordsync/passsync/subuniutil.h
+++ b/ldap/synctools/passwordsync/passsync/subuniutil.h
@@ -1,3 +1,8 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
#ifndef _SUBUNIUTIL_H_
#define _SUBUNIUTIL_H_
diff --git a/ldap/synctools/passwordsync/passsync/synchcmds.h b/ldap/synctools/passwordsync/passsync/synchcmds.h
index 0b1c4210..40bc1386 100644
--- a/ldap/synctools/passwordsync/passsync/synchcmds.h
+++ b/ldap/synctools/passwordsync/passsync/synchcmds.h
@@ -1,13 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
- */
+ * --- END COPYRIGHT BLOCK --- */
/***********************************************************************
**
-** Copyright 1996 - Netscape Communications Corporation
-**
** NAME
** synchcmds.h
**
diff --git a/ldap/synctools/passwordsync/passsync/syncserv.cpp b/ldap/synctools/passwordsync/passsync/syncserv.cpp
index 800e2977..00248b50 100644
--- a/ldap/synctools/passwordsync/passsync/syncserv.cpp
+++ b/ldap/synctools/passwordsync/passsync/syncserv.cpp
@@ -1,3 +1,8 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
+
// Created: 2-8-2005
// Author(s): Scott Bridges
#include "syncserv.h"
@@ -233,4 +238,4 @@ int PassSyncService::ModifyPassword(char* dn, char* password)
}
return 0;
-} \ No newline at end of file
+}
diff --git a/ldap/synctools/passwordsync/passsync/syncserv.h b/ldap/synctools/passwordsync/passsync/syncserv.h
index 64b95260..9a2ec93b 100644
--- a/ldap/synctools/passwordsync/passsync/syncserv.h
+++ b/ldap/synctools/passwordsync/passsync/syncserv.h
@@ -1,3 +1,8 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
+
// Created: 2-8-2005
// Author(s): Scott Bridges
#ifndef _SYNCSERV_H_
@@ -52,4 +57,4 @@ private:
bool multipleModify;
};
-#endif \ No newline at end of file
+#endif
diff --git a/ldap/synctools/passwordsync/wix/PassSync.wxs b/ldap/synctools/passwordsync/wix/PassSync.wxs
index 3cefe39f..a5e1a6a8 100644
--- a/ldap/synctools/passwordsync/wix/PassSync.wxs
+++ b/ldap/synctools/passwordsync/wix/PassSync.wxs
@@ -1,4 +1,8 @@
<?xml version='1.0' encoding='windows-1252'?>
+<!-- BEGIN COPYRIGHT BLOCK
+ Copyright (C) 2005 Red Hat, Inc.
+ All rights reserved.
+ END COPYRIGHT BLOCK -->
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
<Product Name='Password Sync' Id='DB501C18-86C7-4D14-AEC0-86416A69ABDE'
Language='1033' Codepage='1252'