From b059a5bf7052e1ef8ac87e0ec915a0b7aa8c32f4 Mon Sep 17 00:00:00 2001 From: "Cameron (Kamran) Mashayekhi" Date: Wed, 18 Jan 2006 23:34:21 +0000 Subject: [PATCH] lpgl license was added to all of the source files. --- .../c-sharp-net-credential/AssemblyInfo.cs | 23 ++++++++ .../c-sharp-net-credential/NetCredential.cs | 48 ++++++++--------- .../c-sharp-utilities/AssemblyInfo.cs | 23 ++++++++ .../c-sharp-utilities/Debug.cs | 48 ++++++++--------- LoginCapture/windows/lcredmgr.cpp | 44 ++++++++-------- LoginCapture/windows/lcredmgr.h | 46 ++++++++-------- LoginCapture/windows/lextend.cpp | 44 ++++++++-------- LoginCapture/windows/lextend.h | 44 ++++++++-------- LoginCapture/windows/micasa.h | 32 ++++++++---- LoginCapture/windows/micasa_mgmd.h | 33 ++++++++---- LoginCapture/windows/npapi.h | 52 ++++++++----------- LoginCapture/windows/nsscs_mgmd_idk.h | 33 ++++++++---- auth_token/PAM/pam_authtoken.c | 9 ++-- auth_token/auth_token_int.h | 10 ++-- auth_token/casa_status.h | 8 ++- auth_token/krb5_token/linux/get.c | 10 ++-- auth_token/krb5_token/linux/interface.c | 9 ++-- auth_token/krb5_token/linux/internal.h | 10 ++-- auth_token/krb5_token/linux/util.c | 9 ++-- auth_token/krb5_token/linux/verify.c | 11 ++-- auth_token/linux/auth_token.c | 10 ++-- auth_token/linux/config.c | 9 ++-- auth_token/linux/internal.h | 11 ++-- auth_token/list_entry.h | 10 ++-- auth_token/test/linux/test-pam.c | 42 ++++++++------- auth_token/test/linux/test.c | 43 +++++++-------- c_adlib/AD_Facade.cs | 23 ++++++++ c_adlib/AssemblyInfo.cs | 23 ++++++++ c_adlib/Common.cs | 23 ++++++++ c_adlib/GKEngine.cs | 23 ++++++++ c_adlib/IDataEngine.cs | 23 ++++++++ c_adlib/KWalletEngine.cs | 23 ++++++++ c_adlib/ad_gk/AssemblyInfo.cs | 23 ++++++++ c_adlib/ad_gk/GnomeKeyring.cs | 23 ++++++++ c_adlib/ad_gk/native/ad_gk.c | 23 ++++++++ c_adlib/ad_gk/native/ad_gk.h | 23 ++++++++ c_adlib/ad_kw/AssemblyInfo.cs | 23 ++++++++ c_adlib/ad_kw/KWalletEnum.cs | 23 ++++++++ c_adlib/ad_kw/KWalletNative.cs | 23 ++++++++ c_adlib/ad_kw/native/casa_dcop.h | 23 ++++++++ c_adlib/ad_kw/native/kwallets_rw.cpp | 23 ++++++++ c_adlib/ad_kw/native/kwallets_rw.h | 23 ++++++++ c_adlib/miCASAEngine.cs | 23 ++++++++ c_common/sscs_ll.c | 29 ++++++++--- c_gui/AssemblyInfo.cs | 23 ++++++++ c_gui/CasaMain.cs | 29 ++++++++--- c_gui/CasaTray.cs | 22 ++++++++ c_gui/Common.cs | 31 +++++++---- c_gui/CommonGUI.cs | 23 ++++++++ c_gui/Firefox.cs | 29 ++++++++--- c_gui/GnomeKeyring.cs | 30 ++++++++--- c_gui/KdeWallet.cs | 29 ++++++++--- c_gui/Logger.cs | 30 ++++++++--- c_gui/MiCasa.cs | 29 ++++++++--- c_gui/Mozilla.cs | 30 ++++++++--- c_gui/Store.cs | 29 ++++++++--- c_gui/StoreDataInterface.cs | 31 +++++++---- c_gui/StorePolicyInterface.cs | 29 ++++++++--- c_gui/TrayLib.cs | 23 ++++++++ c_jwrapper/jnsscs/jmicasa.c | 23 ++++++++ c_jwrapper/src/com/novell/casa/MiCasa.java | 30 ++++++++--- .../src/com/novell/casa/MiCasaException.java | 30 ++++++++--- .../src/com/novell/casa/MiCasaTest.java | 30 ++++++++--- .../src/com/novell/casa/NetCredential.java | 29 ++++++++--- c_micasacache/sscs_ipc.c | 23 ++++++++ c_micasacache/sscs_unx_cache.c | 22 ++++++++ c_micasacache/sscs_unx_ipc_client.c | 23 ++++++++ c_micasacache/sscscache.rc | 22 ++++++++ c_micasad/AssemblyInfo.cs | 23 ++++++++ c_micasad/cache/IKeychain.cs | 22 ++++++++ c_micasad/cache/ISecret.cs | 23 ++++++++ c_micasad/cache/KeyChain.cs | 23 ++++++++ c_micasad/cache/KeyValue.cs | 23 ++++++++ c_micasad/cache/Secret.cs | 23 ++++++++ c_micasad/cache/SecretStore.cs | 23 ++++++++ c_micasad/common/CSSSException.cs | 23 ++++++++ c_micasad/common/CSSSLogger.cs | 23 ++++++++ c_micasad/common/Constants.cs | 23 ++++++++ c_micasad/common/RequestParser.cs | 23 ++++++++ c_micasad/common/SessionManager.cs | 23 ++++++++ c_micasad/common/UnixUser.cs | 23 ++++++++ c_micasad/common/UnixUserIdentifier.cs | 23 ++++++++ c_micasad/common/User.cs | 23 ++++++++ c_micasad/common/UserIdentifier.cs | 23 ++++++++ c_micasad/common/WinUser.cs | 23 ++++++++ c_micasad/common/WinUserIdentifier.cs | 23 ++++++++ .../communication/CommunicationFactory.cs | 23 ++++++++ c_micasad/communication/ICommunication.cs | 23 ++++++++ c_micasad/communication/IPCChannel.cs | 23 ++++++++ c_micasad/communication/UnixCommunication.cs | 23 ++++++++ c_micasad/communication/UnixIPCChannel.cs | 23 ++++++++ c_micasad/communication/WinCommunication.cs | 23 ++++++++ c_micasad/communication/WinIPCChannel.cs | 23 ++++++++ c_micasad/init/AppHandler.cs | 23 ++++++++ c_micasad/init/Main.cs | 23 ++++++++ c_micasad/init/ProjectInstaller.cs | 23 ++++++++ c_micasad/init/WinSecretStoreClientService.cs | 23 ++++++++ c_micasad/lib/AssemblyInfo.cs | 23 ++++++++ c_micasad/lib/common/LinkedKeyInfo.cs | 23 ++++++++ c_micasad/lib/common/MiCASAStore.cs | 23 ++++++++ c_micasad/lib/common/Ping.cs | 23 ++++++++ c_micasad/lib/common/ResetMasterPassword.cs | 23 ++++++++ c_micasad/lib/common/WrappedObject.cs | 23 ++++++++ c_micasad/lib/communication/IClientChannel.cs | 23 ++++++++ .../lib/communication/IPCClientFactory.cs | 23 ++++++++ .../lib/communication/MiCasaRequestReply.cs | 23 ++++++++ .../lib/communication/UnixIPCClientChannel.cs | 23 ++++++++ .../lib/communication/WinIPCClientChannel.cs | 23 ++++++++ c_micasad/lss/CASACrypto.cs | 23 ++++++++ c_micasad/lss/LocalStorage.cs | 23 ++++++++ c_micasad/lss/Rfc2898DeriveBytes.cs | 23 ++++++++ c_micasad/test/cache/TestKeyChain.cs | 23 ++++++++ c_micasad/test/cache/TestSecret.cs | 23 ++++++++ c_micasad/test/cache/TestSecretStore.cs | 23 ++++++++ c_micasad/test/common/TestRequestParser.cs | 23 ++++++++ c_micasad/test/common/TestSessionManager.cs | 23 ++++++++ .../communication/TestUnixCommunication.cs | 23 ++++++++ c_micasad/test/verbs/TestAddKeychains.cs | 23 ++++++++ c_micasad/test/verbs/TestCloseSecretStore.cs | 23 ++++++++ .../test/verbs/TestEnumerateKeyChainIDs.cs | 23 ++++++++ c_micasad/test/verbs/TestEnumerateSecIDs.cs | 23 ++++++++ c_micasad/test/verbs/TestOpenSecretStore.cs | 23 ++++++++ c_micasad/test/verbs/TestReadSecret.cs | 23 ++++++++ c_micasad/test/verbs/TestRemoveKeyChain.cs | 23 ++++++++ c_micasad/test/verbs/TestWriteSecret.cs | 23 ++++++++ c_micasad/verbs/AddKeyChain.cs | 23 ++++++++ c_micasad/verbs/CloseSecretStore.cs | 23 ++++++++ c_micasad/verbs/EnumerateKeyChainIds.cs | 23 ++++++++ c_micasad/verbs/EnumerateSecretIds.cs | 23 ++++++++ c_micasad/verbs/GetSecretStoreInfo.cs | 23 ++++++++ c_micasad/verbs/ISSVerb.cs | 23 ++++++++ c_micasad/verbs/IsSecretPersistent.cs | 23 ++++++++ c_micasad/verbs/ObjectSerialization.cs | 23 ++++++++ c_micasad/verbs/OpenSecretStore.cs | 23 ++++++++ c_micasad/verbs/ReadBinaryKey.cs | 23 ++++++++ c_micasad/verbs/ReadKey.cs | 23 ++++++++ c_micasad/verbs/ReadSecret.cs | 23 ++++++++ c_micasad/verbs/RemoveKeyChain.cs | 23 ++++++++ c_micasad/verbs/RemoveSecret.cs | 23 ++++++++ c_micasad/verbs/RemoveSecretStore.cs | 23 ++++++++ c_micasad/verbs/SetMasterPasscode.cs | 23 ++++++++ c_micasad/verbs/SetMasterPassword.cs | 23 ++++++++ c_micasad/verbs/WriteBinaryKey.cs | 23 ++++++++ c_micasad/verbs/WriteKey.cs | 23 ++++++++ c_micasad/verbs/WriteSecret.cs | 23 ++++++++ c_micasadk/sscs_ndk.c | 32 ++++++++---- c_micasadk/sscs_win_calls.c | 35 ++++++++----- c_micasadk/sscsndk.rc | 23 ++++++++ c_policy/AggregationPol.cs | 23 ++++++++ c_policy/AssemblyInfo.cs | 23 ++++++++ c_policy/PersistencePol.cs | 23 ++++++++ c_policy/Policy.cs | 23 ++++++++ c_policy/PolicyConstants.cs | 23 ++++++++ c_policy/PolicyImpl.cs | 23 ++++++++ c_policy/SynchPol.cs | 23 ++++++++ c_policy/Test.cs | 23 ++++++++ c_policy/UIPol.cs | 23 ++++++++ c_sharp/NSSCSWrapper/AssemblyInfo.cs | 23 ++++++++ c_sharp/NSSCSWrapper/BasicCredential.cs | 23 ++++++++ c_sharp/NSSCSWrapper/NativeCalls.cs | 23 ++++++++ c_sharp/NSSCSWrapper/RemoteClient.cs | 23 ++++++++ c_sharp/NSSCSWrapper/RemoteServer.cs | 23 ++++++++ c_sharp/NSSCSWrapper/Secret.cs | 23 ++++++++ c_sharp/NSSCSWrapper/SecretStore.cs | 23 ++++++++ c_sharp/NSSCSWrapper/miCASA.cs | 23 ++++++++ c_sharp/NSSCSWrapper/miCasaException.cs | 23 ++++++++ c_test/c_sample/cSample.c | 40 ++++++++------ c_test/c_sharp_sample/AssemblyInfo.cs | 39 ++++++++------ c_test/c_sharp_sample/cSharpSample.cs | 40 ++++++++------ c_test/dev_test/enumerate.c | 23 ++++++++ c_test/dev_test/sample.c | 30 ++++++++--- c_test/displayCache/displaycache.c | 37 ++++++++----- c_test/displayCache/resource.h | 23 ++++++++ c_test/java_sample/src/JavaSample.java | 40 ++++++++------ c_test/sdk_sshtst/resource.h | 23 ++++++++ c_test/sdk_sshtst/sshtst.c | 37 ++++++++----- c_test/sdk_sshtst/sshtst.rc | 23 ++++++++ c_test/unx_cachetst/sscs_unxcachetst.c | 23 ++++++++ c_test/unx_testcases/cache_keychain_fns.c | 26 +++++++++- c_test/unx_testcases/cache_secret_fns.c | 26 +++++++++- c_test/unx_testcases/cache_ss_fns.c | 26 +++++++++- c_test/unx_testcases/testcases.c | 23 ++++++++ c_test/unx_testcases/testcases.h | 23 ++++++++ .../AssemblyInfo.cs | 23 ++++++++ .../IChannelManager.cs | 23 ++++++++ .../IClientChannel.cs | 23 ++++++++ .../IInterProcessConnection.cs | 23 ++++++++ .../InterProcessConnectionState.cs | 23 ++++++++ .../InterProcessIOException.cs | 23 ++++++++ .../AppModule.NamedPipes/APipeConnection.cs | 23 ++++++++ .../AppModule.NamedPipes/AssemblyInfo.cs | 23 ++++++++ .../ClientPipeConnection.cs | 23 ++++++++ .../AppModule.NamedPipes/ImpersonateNative.cs | 23 ++++++++ .../ImpersonateWrapper.cs | 23 ++++++++ .../NamedPipeIOException.cs | 23 ++++++++ .../AppModule.NamedPipes/NamedPipeNative.cs | 23 ++++++++ .../AppModule.NamedPipes/NamedPipeWrapper.cs | 23 ++++++++ .../AppModule.NamedPipes/PipeHandle.cs | 23 ++++++++ .../ServerPipeConnection.cs | 23 ++++++++ include/casa_auth_token.h | 10 ++-- include/casa_status.h | 9 ++-- include/micasa.h | 41 ++++++++------- include/micasa_mgmd.h | 37 +++++++------ include/micasa_types.h | 39 ++++++++------ include/resource.h | 23 ++++++++ include/ssbldver.h | 23 ++++++++ include/sscs_cache.h | 28 ++++++++-- include/sscs_ipc.h | 23 ++++++++ include/sscs_lldefs.h | 30 ++++++++--- include/sscs_sdk.h | 32 ++++++++---- include/sscs_string.h | 33 ++++++++---- include/sscs_trans.h | 22 ++++++++ include/sscs_unx_cache_defines.h | 23 ++++++++ include/sscs_unx_ipc_client.h | 23 ++++++++ include/sscs_utf8.h | 32 ++++++++---- include/sscs_win_secretstoredef.h | 41 ++++++++------- login_capture/PAM/pam_sscs.c | 23 ++++++++ login_capture/PAM/pam_sscs.h | 23 ++++++++ login_capture/PAM/pam_sscs_utils.c | 23 ++++++++ 219 files changed, 4740 insertions(+), 682 deletions(-) diff --git a/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs b/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs index ae821502..9661314d 100644 --- a/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs +++ b/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/ClientPasswordManager/c-sharp-net-credential/NetCredential.cs b/ClientPasswordManager/c-sharp-net-credential/NetCredential.cs index 1d2b8835..7498be36 100644 --- a/ClientPasswordManager/c-sharp-net-credential/NetCredential.cs +++ b/ClientPasswordManager/c-sharp-net-credential/NetCredential.cs @@ -1,28 +1,26 @@ -/*********************************************************************** - * File: NetCredential.cs - * Author: Juan Carlos Luciani (jluciani@novell.com) - * - * Namespace: Novell.Security.ClientPasswordManager - * - * Classes implemented: NetCredential. - * - * Copyright (C) 2004 Novell, Inc. - * - * This library 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 2 of the License, or (at your option) any later version. - * - * This library 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ***********************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Net; using System.IO; diff --git a/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs b/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs index c1d5860f..9706e7ad 100644 --- a/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs +++ b/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/ClientPasswordManager/c-sharp-utilities/Debug.cs b/ClientPasswordManager/c-sharp-utilities/Debug.cs index fa8e6394..e87cab9f 100644 --- a/ClientPasswordManager/c-sharp-utilities/Debug.cs +++ b/ClientPasswordManager/c-sharp-utilities/Debug.cs @@ -1,28 +1,26 @@ -/*********************************************************************** - * File: Debug.cs - * Author: Juan Carlos Luciani (jluciani@novell.com) - * Date of Creation: February 2004. - * - * Namespace: Novell.Security.Utilities - * - * Classes implemented: Dbg. - * - * Copyright (C) 2004 Novell, Inc. - * - * This library 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 2 of the License, or (at your option) any later version. - * - * This library 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ***********************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Diagnostics; diff --git a/LoginCapture/windows/lcredmgr.cpp b/LoginCapture/windows/lcredmgr.cpp index 34cb109d..871165f6 100644 --- a/LoginCapture/windows/lcredmgr.cpp +++ b/LoginCapture/windows/lcredmgr.cpp @@ -1,25 +1,27 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /*********************************************************************** - * File: lcredmgr.cpp - * Author: Todd Throne (tthrone@novell.com) - * - * Abstract: Implements the credential manager. - * - * Copyright (C) 2004 Novell, Inc. - * - * This library 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 2 of the License, or (at your option) any later version. - * - * This library 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * * Following are registry entries, which must be created in order * to run this credential manager; * diff --git a/LoginCapture/windows/lcredmgr.h b/LoginCapture/windows/lcredmgr.h index 0059792b..ae6ff84b 100644 --- a/LoginCapture/windows/lcredmgr.h +++ b/LoginCapture/windows/lcredmgr.h @@ -1,26 +1,26 @@ -/*********************************************************************** - * File: lcredmgr.h - * Author: Todd Throne (tthrone@novell.com) - * - * Abstract: Implements the credential manager. - * - * Copyright (C) 2004 Novell, Inc. - * - * This library 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 2 of the License, or (at your option) any later version. - * - * This library 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ***********************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + // Insert your headers here #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers diff --git a/LoginCapture/windows/lextend.cpp b/LoginCapture/windows/lextend.cpp index 877ebf8a..5a1a3f52 100644 --- a/LoginCapture/windows/lextend.cpp +++ b/LoginCapture/windows/lextend.cpp @@ -1,25 +1,27 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /*********************************************************************** - * File: lcredmgr.cpp - * Author: Todd Throne (tthrone@novell.com) - * - * Abstract: Stores the credentials gathered during traditional - * client login in CASA. - * - * Copyright (C) 2005 Novell, Inc. - * - * This library 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 2 of the License, or (at your option) any later version. - * - * This library 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * Following are registry entries, which must be created in order * to run this login extension; diff --git a/LoginCapture/windows/lextend.h b/LoginCapture/windows/lextend.h index 55fd078c..a3b01247 100644 --- a/LoginCapture/windows/lextend.h +++ b/LoginCapture/windows/lextend.h @@ -1,25 +1,25 @@ -/*********************************************************************** - * File: lextend.h - * Author: Todd Throne (tthrone@novell.com) - * - * Abstract: Implements a novell client login extension. - * - * Copyright (C) 2005 Novell, Inc. - * - * This library 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 2 of the License, or (at your option) any later version. - * - * This library 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ***********************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ #ifndef __LEXTEND_H_ #define __LEXTEND_H_ diff --git a/LoginCapture/windows/micasa.h b/LoginCapture/windows/micasa.h index 79b7ba4d..8aacabb7 100644 --- a/LoginCapture/windows/micasa.h +++ b/LoginCapture/windows/micasa.h @@ -1,12 +1,26 @@ -/************************************************************************** -* %name: micasa.h % -* %instance: security_2 % -* %version: 1 % -* %created_by: jnorman % -* %date_modified: Mon Aug 08 13:06:34 2005 % -*************************************************************************** -* This is the SecretStore Client Service IDK Interfaces -***************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _MICASA_H_ #define _MICASA_H_ diff --git a/LoginCapture/windows/micasa_mgmd.h b/LoginCapture/windows/micasa_mgmd.h index 1d791cf3..19331013 100644 --- a/LoginCapture/windows/micasa_mgmd.h +++ b/LoginCapture/windows/micasa_mgmd.h @@ -1,13 +1,26 @@ -/************************************************************************** -* %name: micasa_mgmd.h % -* %instance: security_2 % -* %version: 1 % -* %created_by: jnorman % -* %date_modified: Mon Aug 08 13:06:38 2005 % -*************************************************************************** -* This is the Managed IDK for collaborating suite of applications -***************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _MICASA_MANAGED_H_ #define _MICASA_MANAGED_H_ diff --git a/LoginCapture/windows/npapi.h b/LoginCapture/windows/npapi.h index 4d61f727..7eec1499 100644 --- a/LoginCapture/windows/npapi.h +++ b/LoginCapture/windows/npapi.h @@ -1,32 +1,26 @@ -/*--------------------------------------------------------------- -THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED -TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -PARTICULAR PURPOSE. - -Copyright (C) 1991 - 2000. Microsoft Corporation. All rights reserved. - -npapi.h - -Abstract: - - Network Provider API prototypes and manifests. A network provider - is a client of the Win32 Winnet driver. See the "NT/Win32 Network - Provider API Specification" document for further details. - - -Environment: - - User Mode -Win32 - -Notes: - - This file currently contains the function typedefs that will be needed - by the winnet driver to support multiple providers using LoadLibrary. - ----------------------------------------------------------------*/ - - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _NPAPI_INCLUDED #define _NPAPI_INCLUDED diff --git a/LoginCapture/windows/nsscs_mgmd_idk.h b/LoginCapture/windows/nsscs_mgmd_idk.h index a4727608..5d65d2a7 100644 --- a/LoginCapture/windows/nsscs_mgmd_idk.h +++ b/LoginCapture/windows/nsscs_mgmd_idk.h @@ -1,13 +1,26 @@ -/************************************************************************** -* %name: nsscs_mgmd_idk.h % -* %instance: security_2 % -* %version: 1 % -* %created_by: jnorman % -* %date_modified: Mon Aug 08 13:06:42 2005 % -*************************************************************************** -* This is the Managed IDK for collaborating suite of applications -***************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _NSSCS_MANAGED_IDK_H_ #define _NSSCS_MANAGED_IDK_H_ diff --git a/auth_token/PAM/pam_authtoken.c b/auth_token/PAM/pam_authtoken.c index 710a126f..08ea03ad 100644 --- a/auth_token/PAM/pam_authtoken.c +++ b/auth_token/PAM/pam_authtoken.c @@ -1,10 +1,6 @@ /*********************************************************************** - * File: pam_authtoken.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements the CASA Authentication Token PAM Module. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ #define _GNU_SOURCE diff --git a/auth_token/auth_token_int.h b/auth_token/auth_token_int.h index eb802ab6..3dd6579d 100644 --- a/auth_token/auth_token_int.h +++ b/auth_token/auth_token_int.h @@ -1,11 +1,6 @@ /*********************************************************************** - * File: auth_token_int.h - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Defines the interface between the authentication token - * module and its providers. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ #ifndef _AUTH_TOKEN_INT_H_ diff --git a/auth_token/casa_status.h b/auth_token/casa_status.h index e8e9f695..68b21c65 100644 --- a/auth_token/casa_status.h +++ b/auth_token/casa_status.h @@ -1,9 +1,6 @@ /*********************************************************************** - * File: casa_status.h * - * Abstract: Defines the statuses used within CASA. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ #ifndef _CASA_STATUS_H_ diff --git a/auth_token/krb5_token/linux/get.c b/auth_token/krb5_token/linux/get.c index a41df87e..b5936cbb 100644 --- a/auth_token/krb5_token/linux/get.c +++ b/auth_token/krb5_token/linux/get.c @@ -1,11 +1,6 @@ /*********************************************************************** - * File: get.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements the GetAuthTokenCredentials functionality - * for the Kerberos system over GSS-API. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/auth_token/krb5_token/linux/interface.c b/auth_token/krb5_token/linux/interface.c index 8878213c..41369f00 100644 --- a/auth_token/krb5_token/linux/interface.c +++ b/auth_token/krb5_token/linux/interface.c @@ -1,10 +1,6 @@ /*********************************************************************** - * File: interface.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements the AuthTokenIf for the module. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/auth_token/krb5_token/linux/internal.h b/auth_token/krb5_token/linux/internal.h index 980e0b30..ad00ea10 100644 --- a/auth_token/krb5_token/linux/internal.h +++ b/auth_token/krb5_token/linux/internal.h @@ -1,11 +1,6 @@ /*********************************************************************** - * File: internal.h - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Defines or includes the definitions necessary for the - * module. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/auth_token/krb5_token/linux/util.c b/auth_token/krb5_token/linux/util.c index 9f8b5dbb..30771221 100644 --- a/auth_token/krb5_token/linux/util.c +++ b/auth_token/krb5_token/linux/util.c @@ -1,10 +1,6 @@ /*********************************************************************** - * File: util.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements common utility functions for the library. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/auth_token/krb5_token/linux/verify.c b/auth_token/krb5_token/linux/verify.c index 15dbc041..5d725b05 100644 --- a/auth_token/krb5_token/linux/verify.c +++ b/auth_token/krb5_token/linux/verify.c @@ -1,11 +1,6 @@ /*********************************************************************** - * File: verify.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements the VerifyAuthTokenCredentials functionality - * for the Kerberos system over GSS-API. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,9 +17,11 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ + //===[ Include files ]===================================================== #include "internal.h" diff --git a/auth_token/linux/auth_token.c b/auth_token/linux/auth_token.c index b8404e3b..8c1b0dcd 100644 --- a/auth_token/linux/auth_token.c +++ b/auth_token/linux/auth_token.c @@ -1,10 +1,6 @@ /*********************************************************************** - * File: auth_token.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements the CASA Authentication Token credentials API. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,9 +17,11 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ + //===[ Include files ]===================================================== #include "internal.h" diff --git a/auth_token/linux/config.c b/auth_token/linux/config.c index 3be44714..46c27a92 100644 --- a/auth_token/linux/config.c +++ b/auth_token/linux/config.c @@ -1,10 +1,6 @@ /*********************************************************************** - * File: config.c - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Implements the Configuration Interface. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/auth_token/linux/internal.h b/auth_token/linux/internal.h index 7ced3a2b..9dc3a498 100644 --- a/auth_token/linux/internal.h +++ b/auth_token/linux/internal.h @@ -1,11 +1,6 @@ /*********************************************************************** - * File: internal.h - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Defines or includes the definitions necessary for the - * module. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,9 +17,11 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ + //===[ Include files ]===================================================== #include diff --git a/auth_token/list_entry.h b/auth_token/list_entry.h index 2ecfbcd5..0f0de2bc 100644 --- a/auth_token/list_entry.h +++ b/auth_token/list_entry.h @@ -1,11 +1,6 @@ /*********************************************************************** - * File: internal.h - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Defines the LIST_ENTRY type and the inlines necessary - * to manage queues and lists which make use of it. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ #ifndef _LIST_ENTRY_H_ diff --git a/auth_token/test/linux/test-pam.c b/auth_token/test/linux/test-pam.c index d365496a..b33f683e 100644 --- a/auth_token/test/linux/test-pam.c +++ b/auth_token/test/linux/test-pam.c @@ -1,23 +1,25 @@ -//++======================================================================= -// File Name: test.c -// Version: v1.00 -// Author: Juan Carlos Luciani v1.0 -// -// Abstract: This module tests the authentication token infrastructure. -// -// Notes: -// -// Revision History: -// -// -// (C) Unpublished Copyright of Novell, Inc. All Rights Reserved. -// -// No part of this file may be duplicated, revised, translated, localized, -// or modified in any manner or compiled, linked or uploaded or downloaded -// to or from any computer system without the prior written consent of -// Novell, Inc. -//=======================================================================-- - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/auth_token/test/linux/test.c b/auth_token/test/linux/test.c index b0496a23..b3d222fd 100644 --- a/auth_token/test/linux/test.c +++ b/auth_token/test/linux/test.c @@ -1,24 +1,25 @@ -//++======================================================================= -// File Name: test.c -// Version: v1.00 -// Author: Juan Carlos Luciani v1.0 -// -// Abstract: This module tests the authentication token infrastructure. -// -// Notes: -// -// Revision History: -// -// -// (C) Unpublished Copyright of Novell, Inc. All Rights Reserved. -// -// No part of this file may be duplicated, revised, translated, localized, -// or modified in any manner or compiled, linked or uploaded or downloaded -// to or from any computer system without the prior written consent of -// Novell, Inc. -//=======================================================================-- - - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ //===[ Include files ]===================================================== diff --git a/c_adlib/AD_Facade.cs b/c_adlib/AD_Facade.cs index 4f9aef2e..1f593ce9 100644 --- a/c_adlib/AD_Facade.cs +++ b/c_adlib/AD_Facade.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_adlib/AssemblyInfo.cs b/c_adlib/AssemblyInfo.cs index 9e62a065..974bad94 100644 --- a/c_adlib/AssemblyInfo.cs +++ b/c_adlib/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_adlib/Common.cs b/c_adlib/Common.cs index b8d23ef1..14cda5da 100644 --- a/c_adlib/Common.cs +++ b/c_adlib/Common.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; diff --git a/c_adlib/GKEngine.cs b/c_adlib/GKEngine.cs index 734096eb..69e06ea6 100644 --- a/c_adlib/GKEngine.cs +++ b/c_adlib/GKEngine.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_adlib/IDataEngine.cs b/c_adlib/IDataEngine.cs index fbc88524..01ee20b1 100644 --- a/c_adlib/IDataEngine.cs +++ b/c_adlib/IDataEngine.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_adlib/KWalletEngine.cs b/c_adlib/KWalletEngine.cs index c2b0c3fd..9b45e864 100644 --- a/c_adlib/KWalletEngine.cs +++ b/c_adlib/KWalletEngine.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_adlib/ad_gk/AssemblyInfo.cs b/c_adlib/ad_gk/AssemblyInfo.cs index ef270789..b1a3e747 100644 --- a/c_adlib/ad_gk/AssemblyInfo.cs +++ b/c_adlib/ad_gk/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_adlib/ad_gk/GnomeKeyring.cs b/c_adlib/ad_gk/GnomeKeyring.cs index 7a30cab8..1e951f3f 100644 --- a/c_adlib/ad_gk/GnomeKeyring.cs +++ b/c_adlib/ad_gk/GnomeKeyring.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.InteropServices; using System.Collections.Specialized; diff --git a/c_adlib/ad_gk/native/ad_gk.c b/c_adlib/ad_gk/native/ad_gk.c index f6baf808..d67fc0c7 100644 --- a/c_adlib/ad_gk/native/ad_gk.c +++ b/c_adlib/ad_gk/native/ad_gk.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "ad_gk.h" GMainLoop *loop = NULL; diff --git a/c_adlib/ad_gk/native/ad_gk.h b/c_adlib/ad_gk/native/ad_gk.h index 497ab423..457c579d 100644 --- a/c_adlib/ad_gk/native/ad_gk.h +++ b/c_adlib/ad_gk/native/ad_gk.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _AD_GK_H_ #define _AD_GK_H_ #include diff --git a/c_adlib/ad_kw/AssemblyInfo.cs b/c_adlib/ad_kw/AssemblyInfo.cs index a7933934..04ffdba6 100644 --- a/c_adlib/ad_kw/AssemblyInfo.cs +++ b/c_adlib/ad_kw/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_adlib/ad_kw/KWalletEnum.cs b/c_adlib/ad_kw/KWalletEnum.cs index 9232411d..09f9e064 100644 --- a/c_adlib/ad_kw/KWalletEnum.cs +++ b/c_adlib/ad_kw/KWalletEnum.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Collections.Specialized; diff --git a/c_adlib/ad_kw/KWalletNative.cs b/c_adlib/ad_kw/KWalletNative.cs index 5c540908..be1a6152 100644 --- a/c_adlib/ad_kw/KWalletNative.cs +++ b/c_adlib/ad_kw/KWalletNative.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Collections.Specialized; diff --git a/c_adlib/ad_kw/native/casa_dcop.h b/c_adlib/ad_kw/native/casa_dcop.h index eed42008..1d693b0d 100644 --- a/c_adlib/ad_kw/native/casa_dcop.h +++ b/c_adlib/ad_kw/native/casa_dcop.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + // -*- c++ -*- #ifndef DCOPIFACEDEMO_H #define DCOPIFACEDEMO_H diff --git a/c_adlib/ad_kw/native/kwallets_rw.cpp b/c_adlib/ad_kw/native/kwallets_rw.cpp index 29b462cf..c81677d5 100644 --- a/c_adlib/ad_kw/native/kwallets_rw.cpp +++ b/c_adlib/ad_kw/native/kwallets_rw.cpp @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include #include #include diff --git a/c_adlib/ad_kw/native/kwallets_rw.h b/c_adlib/ad_kw/native/kwallets_rw.h index 8ed9cf90..f5d81a04 100644 --- a/c_adlib/ad_kw/native/kwallets_rw.h +++ b/c_adlib/ad_kw/native/kwallets_rw.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + // -*- c++ -*- #ifndef DCOPIFACEDEMO_H #define DCOPIFACEDEMO_H diff --git a/c_adlib/miCASAEngine.cs b/c_adlib/miCASAEngine.cs index 2af491ed..9d32db8e 100644 --- a/c_adlib/miCASAEngine.cs +++ b/c_adlib/miCASAEngine.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_common/sscs_ll.c b/c_common/sscs_ll.c index 1848ae28..a39bc336 100644 --- a/c_common/sscs_ll.c +++ b/c_common/sscs_ll.c @@ -1,9 +1,26 @@ -/**************************************************************************** - %name: sscs_ll.c % - %version: 9 % - %date_modified: Thu May 12 13:17:50 2005 % - * - ****************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include #include diff --git a/c_gui/AssemblyInfo.cs b/c_gui/AssemblyInfo.cs index edafbb1b..03530d6e 100644 --- a/c_gui/AssemblyInfo.cs +++ b/c_gui/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_gui/CasaMain.cs b/c_gui/CasaMain.cs index bcb20f19..0be7d3e7 100644 --- a/c_gui/CasaMain.cs +++ b/c_gui/CasaMain.cs @@ -1,10 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : CasaMain.cs -/// DESCRIPTION : The main class for CASA application. -/// AUTHORS : Jim Norman, CSL.Manojna -/// UPDATED ON : 03 Jan, 06 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI diff --git a/c_gui/CasaTray.cs b/c_gui/CasaTray.cs index 07fe3304..93645258 100644 --- a/c_gui/CasaTray.cs +++ b/c_gui/CasaTray.cs @@ -1,3 +1,25 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ using Gtk; using Glade; diff --git a/c_gui/Common.cs b/c_gui/Common.cs index d1b1a91b..44ef5b0e 100644 --- a/c_gui/Common.cs +++ b/c_gui/Common.cs @@ -1,12 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : Common.cs -/// DESCRIPTION : Class for defining constants and common static -/// methods. -/// AUTHORS : CSL.Manojna -/// UPDATED ON : 24 Sept, 05 -///################################################################# - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/CommonGUI.cs b/c_gui/CommonGUI.cs index 9cebadab..84157b01 100644 --- a/c_gui/CommonGUI.cs +++ b/c_gui/CommonGUI.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using Gtk; using Glade; diff --git a/c_gui/Firefox.cs b/c_gui/Firefox.cs index f5da48da..9cb60d65 100644 --- a/c_gui/Firefox.cs +++ b/c_gui/Firefox.cs @@ -1,10 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : Firefox.cs -/// DESCRIPTION : GUI implementation of Firefox store. -/// AUTHORS : CSL.Manojna -/// UPDATED ON : 26 Sept, 05 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/GnomeKeyring.cs b/c_gui/GnomeKeyring.cs index 7f73f051..27627cca 100644 --- a/c_gui/GnomeKeyring.cs +++ b/c_gui/GnomeKeyring.cs @@ -1,11 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : GnomeKeyring.cs -/// DESCRIPTION : GUI implementation of GNOME-Keyring store. -/// AUTHORS : CSL.Manojna -/// UPDATED ON : 03 Jan, 06 -///################################################################# - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/KdeWallet.cs b/c_gui/KdeWallet.cs index 8e4dcbd0..996dffee 100644 --- a/c_gui/KdeWallet.cs +++ b/c_gui/KdeWallet.cs @@ -1,10 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : KdeWallet.cs -/// DESCRIPTION : GUI implementation of KDE-Wallet store. -/// AUTHORS : CSL.Manojna -/// UPDATED ON : 03 Jan, 06 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/Logger.cs b/c_gui/Logger.cs index 769034ae..a45949fa 100644 --- a/c_gui/Logger.cs +++ b/c_gui/Logger.cs @@ -1,11 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : Logger.cs -/// DESCRIPTION : Debug Log implementation Class. -/// AUTHORS : -/// CREATED ON : -/// UPDATED ON : -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI diff --git a/c_gui/MiCasa.cs b/c_gui/MiCasa.cs index b6ed4887..c33aad05 100644 --- a/c_gui/MiCasa.cs +++ b/c_gui/MiCasa.cs @@ -1,10 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : MiCasa.cs -/// DESCRIPTION : GUI implementation of miCASA store. -/// AUTHORS : Jim Norman, CSL.Manojna -/// UPDATED ON : 26 Sept, 05 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/Mozilla.cs b/c_gui/Mozilla.cs index c31b917f..d12f4adf 100644 --- a/c_gui/Mozilla.cs +++ b/c_gui/Mozilla.cs @@ -1,10 +1,26 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : Mozilla.cs -/// DESCRIPTION : GUI implementation of Mozilla store. -/// AUTHORS : CSL.Manojna -/// UPDATED ON : 24 Sept, 05 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + namespace Novell.CASA.GUI { diff --git a/c_gui/Store.cs b/c_gui/Store.cs index bd23009b..ea033fbb 100644 --- a/c_gui/Store.cs +++ b/c_gui/Store.cs @@ -1,10 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : Store.cs -/// DESCRIPTION : A parent class that abstracts the store classes. -/// AUTHORS : CSL.Manojna -/// UPDATED ON : 21 Sept, 05 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/StoreDataInterface.cs b/c_gui/StoreDataInterface.cs index bd8f031d..6a835545 100644 --- a/c_gui/StoreDataInterface.cs +++ b/c_gui/StoreDataInterface.cs @@ -1,12 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : StoreDataInterface.cs -/// DESCRIPTION : Implementation of Store Data Interface for CASA. -/// Abstracts the back-end and acts as an interface -/// to the GUI. -/// AUTHORS : Manohar, CSL.Manojna -/// UPDATED ON : 03 Jan, 06 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/StorePolicyInterface.cs b/c_gui/StorePolicyInterface.cs index 1d05d2f1..5c437728 100644 --- a/c_gui/StorePolicyInterface.cs +++ b/c_gui/StorePolicyInterface.cs @@ -1,10 +1,25 @@ -///################################################################# -/// PROJECT : CASA - Common Authentication Services Adapter -/// FILE : StorePolicyInterface.cs -/// DESCRIPTION : Implementation of Store Policy Interface for CASA. -/// AUTHORS : Manohar, CSL.Manojna -/// UPDATED ON : 24 Sept, 2005 -///################################################################# +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ namespace Novell.CASA.GUI { diff --git a/c_gui/TrayLib.cs b/c_gui/TrayLib.cs index 99b3548b..c340444e 100644 --- a/c_gui/TrayLib.cs +++ b/c_gui/TrayLib.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.InteropServices; diff --git a/c_jwrapper/jnsscs/jmicasa.c b/c_jwrapper/jnsscs/jmicasa.c index a828fc44..ae146fcb 100644 --- a/c_jwrapper/jnsscs/jmicasa.c +++ b/c_jwrapper/jnsscs/jmicasa.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "com_novell_casa_MiCasa.h" #include diff --git a/c_jwrapper/src/com/novell/casa/MiCasa.java b/c_jwrapper/src/com/novell/casa/MiCasa.java index ad1f66dd..fc8727b0 100644 --- a/c_jwrapper/src/com/novell/casa/MiCasa.java +++ b/c_jwrapper/src/com/novell/casa/MiCasa.java @@ -1,10 +1,26 @@ -/** - * Created by IntelliJ IDEA. - * User: jnorman@novell.com - * Date: Apr 19, 2005 - * Time: 9:45:02 AM - * To change this template use Options | File Templates. - */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + package com.novell.casa; public class MiCasa { diff --git a/c_jwrapper/src/com/novell/casa/MiCasaException.java b/c_jwrapper/src/com/novell/casa/MiCasaException.java index 6d5ac1a3..71cc9109 100644 --- a/c_jwrapper/src/com/novell/casa/MiCasaException.java +++ b/c_jwrapper/src/com/novell/casa/MiCasaException.java @@ -1,10 +1,26 @@ -/** - * Created by IntelliJ IDEA. - * User: admin - * Date: Jun 7, 2005 - * Time: 4:25:07 PM - * To change this template use Options | File Templates. - */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + package com.novell.casa; public class MiCasaException extends RuntimeException diff --git a/c_jwrapper/src/com/novell/casa/MiCasaTest.java b/c_jwrapper/src/com/novell/casa/MiCasaTest.java index d74b96a1..cc7af7c5 100644 --- a/c_jwrapper/src/com/novell/casa/MiCasaTest.java +++ b/c_jwrapper/src/com/novell/casa/MiCasaTest.java @@ -1,10 +1,26 @@ -/** - * Created by IntelliJ IDEA. - * User: admin - * Date: Apr 19, 2005 - * Time: 9:52:58 AM - * To change this template use Options | File Templates. - */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + package com.novell.casa; public class MiCasaTest { diff --git a/c_jwrapper/src/com/novell/casa/NetCredential.java b/c_jwrapper/src/com/novell/casa/NetCredential.java index da28b67e..293167fc 100644 --- a/c_jwrapper/src/com/novell/casa/NetCredential.java +++ b/c_jwrapper/src/com/novell/casa/NetCredential.java @@ -1,10 +1,25 @@ -/** - * Created by IntelliJ IDEA. - * User: admin - * Date: Apr 19, 2005 - * Time: 9:48:14 AM - * To change this template use Options | File Templates. - */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ package com.novell.casa; public class NetCredential { diff --git a/c_micasacache/sscs_ipc.c b/c_micasacache/sscs_ipc.c index 04c6d7a6..bd407423 100644 --- a/c_micasacache/sscs_ipc.c +++ b/c_micasacache/sscs_ipc.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "sscs_ipc.h" #ifdef SSCS_WIN32_PLAT_F diff --git a/c_micasacache/sscs_unx_cache.c b/c_micasacache/sscs_unx_cache.c index 8f1485a7..31a6486a 100644 --- a/c_micasacache/sscs_unx_cache.c +++ b/c_micasacache/sscs_unx_cache.c @@ -1,3 +1,25 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ #if defined(__cplusplus) || defined(c_plusplus) extern "C" diff --git a/c_micasacache/sscs_unx_ipc_client.c b/c_micasacache/sscs_unx_ipc_client.c index 69b29e68..76476a64 100644 --- a/c_micasacache/sscs_unx_ipc_client.c +++ b/c_micasacache/sscs_unx_ipc_client.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "sscs_ipc.h" #define MAX_RECV_HEAD_LEN 6 diff --git a/c_micasacache/sscscache.rc b/c_micasacache/sscscache.rc index c580b061..1c4b168e 100644 --- a/c_micasacache/sscscache.rc +++ b/c_micasacache/sscscache.rc @@ -1,3 +1,25 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // diff --git a/c_micasad/AssemblyInfo.cs b/c_micasad/AssemblyInfo.cs index c7645438..b90869fb 100644 --- a/c_micasad/AssemblyInfo.cs +++ b/c_micasad/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_micasad/cache/IKeychain.cs b/c_micasad/cache/IKeychain.cs index 1b0d278c..e014a3c4 100644 --- a/c_micasad/cache/IKeychain.cs +++ b/c_micasad/cache/IKeychain.cs @@ -1,3 +1,25 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ using System; using System.Collections; namespace sscs.cache diff --git a/c_micasad/cache/ISecret.cs b/c_micasad/cache/ISecret.cs index 9820f6f6..e8f5dcab 100644 --- a/c_micasad/cache/ISecret.cs +++ b/c_micasad/cache/ISecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace sscs.cache { diff --git a/c_micasad/cache/KeyChain.cs b/c_micasad/cache/KeyChain.cs index aa007d25..5629a8be 100644 --- a/c_micasad/cache/KeyChain.cs +++ b/c_micasad/cache/KeyChain.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Threading; diff --git a/c_micasad/cache/KeyValue.cs b/c_micasad/cache/KeyValue.cs index e7bfd380..90409051 100644 --- a/c_micasad/cache/KeyValue.cs +++ b/c_micasad/cache/KeyValue.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Collections; diff --git a/c_micasad/cache/Secret.cs b/c_micasad/cache/Secret.cs index 7051702b..303d2616 100644 --- a/c_micasad/cache/Secret.cs +++ b/c_micasad/cache/Secret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Collections; diff --git a/c_micasad/cache/SecretStore.cs b/c_micasad/cache/SecretStore.cs index d2516813..e1b1bc1c 100644 --- a/c_micasad/cache/SecretStore.cs +++ b/c_micasad/cache/SecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Threading; diff --git a/c_micasad/common/CSSSException.cs b/c_micasad/common/CSSSException.cs index c7aa1b9a..afb88f5d 100644 --- a/c_micasad/common/CSSSException.cs +++ b/c_micasad/common/CSSSException.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; diff --git a/c_micasad/common/CSSSLogger.cs b/c_micasad/common/CSSSLogger.cs index 739b5357..5e1964f2 100644 --- a/c_micasad/common/CSSSLogger.cs +++ b/c_micasad/common/CSSSLogger.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Diagnostics; diff --git a/c_micasad/common/Constants.cs b/c_micasad/common/Constants.cs index 858f40a2..ec3eb8b7 100644 --- a/c_micasad/common/Constants.cs +++ b/c_micasad/common/Constants.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace sscs.constants { diff --git a/c_micasad/common/RequestParser.cs b/c_micasad/common/RequestParser.cs index eab80874..8a2c21c6 100644 --- a/c_micasad/common/RequestParser.cs +++ b/c_micasad/common/RequestParser.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/common/SessionManager.cs b/c_micasad/common/SessionManager.cs index 607ac91a..57e9a362 100644 --- a/c_micasad/common/SessionManager.cs +++ b/c_micasad/common/SessionManager.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Threading; diff --git a/c_micasad/common/UnixUser.cs b/c_micasad/common/UnixUser.cs index 1bbcd41b..9b306202 100644 --- a/c_micasad/common/UnixUser.cs +++ b/c_micasad/common/UnixUser.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.IO; diff --git a/c_micasad/common/UnixUserIdentifier.cs b/c_micasad/common/UnixUserIdentifier.cs index 1212044d..483818f4 100644 --- a/c_micasad/common/UnixUserIdentifier.cs +++ b/c_micasad/common/UnixUserIdentifier.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace sscs.common diff --git a/c_micasad/common/User.cs b/c_micasad/common/User.cs index 9c49f35a..19d7292c 100644 --- a/c_micasad/common/User.cs +++ b/c_micasad/common/User.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; using sscs.cache; diff --git a/c_micasad/common/UserIdentifier.cs b/c_micasad/common/UserIdentifier.cs index f3c88667..c18351fa 100644 --- a/c_micasad/common/UserIdentifier.cs +++ b/c_micasad/common/UserIdentifier.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; diff --git a/c_micasad/common/WinUser.cs b/c_micasad/common/WinUser.cs index 7f42007c..2f075b1b 100644 --- a/c_micasad/common/WinUser.cs +++ b/c_micasad/common/WinUser.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.IO; diff --git a/c_micasad/common/WinUserIdentifier.cs b/c_micasad/common/WinUserIdentifier.cs index 5b90039e..7c9cf3b9 100644 --- a/c_micasad/common/WinUserIdentifier.cs +++ b/c_micasad/common/WinUserIdentifier.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace sscs.common diff --git a/c_micasad/communication/CommunicationFactory.cs b/c_micasad/communication/CommunicationFactory.cs index 687f22f2..ee00f4dd 100644 --- a/c_micasad/communication/CommunicationFactory.cs +++ b/c_micasad/communication/CommunicationFactory.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; /* This class would have only static methods. */ diff --git a/c_micasad/communication/ICommunication.cs b/c_micasad/communication/ICommunication.cs index 587cd6c8..b163627a 100644 --- a/c_micasad/communication/ICommunication.cs +++ b/c_micasad/communication/ICommunication.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; /* This is an interface which would be implemented diff --git a/c_micasad/communication/IPCChannel.cs b/c_micasad/communication/IPCChannel.cs index a2d2b31b..70989238 100644 --- a/c_micasad/communication/IPCChannel.cs +++ b/c_micasad/communication/IPCChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Net; using System.Net.Sockets; diff --git a/c_micasad/communication/UnixCommunication.cs b/c_micasad/communication/UnixCommunication.cs index 838b3533..5a0f379e 100644 --- a/c_micasad/communication/UnixCommunication.cs +++ b/c_micasad/communication/UnixCommunication.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Net; using System.Net.Sockets; diff --git a/c_micasad/communication/UnixIPCChannel.cs b/c_micasad/communication/UnixIPCChannel.cs index 3e4fd3f2..4fa00c48 100644 --- a/c_micasad/communication/UnixIPCChannel.cs +++ b/c_micasad/communication/UnixIPCChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Net; using System.Net.Sockets; diff --git a/c_micasad/communication/WinCommunication.cs b/c_micasad/communication/WinCommunication.cs index e47d72d9..01c93c01 100644 --- a/c_micasad/communication/WinCommunication.cs +++ b/c_micasad/communication/WinCommunication.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using sscs.common; using sscs.constants; diff --git a/c_micasad/communication/WinIPCChannel.cs b/c_micasad/communication/WinIPCChannel.cs index bb85c072..27b0dff9 100644 --- a/c_micasad/communication/WinIPCChannel.cs +++ b/c_micasad/communication/WinIPCChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; using System.Text; diff --git a/c_micasad/init/AppHandler.cs b/c_micasad/init/AppHandler.cs index 14236c65..d1741431 100644 --- a/c_micasad/init/AppHandler.cs +++ b/c_micasad/init/AppHandler.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/init/Main.cs b/c_micasad/init/Main.cs index 7c23b359..35c5be2c 100644 --- a/c_micasad/init/Main.cs +++ b/c_micasad/init/Main.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; using System.Text; diff --git a/c_micasad/init/ProjectInstaller.cs b/c_micasad/init/ProjectInstaller.cs index accd9faf..81e75923 100644 --- a/c_micasad/init/ProjectInstaller.cs +++ b/c_micasad/init/ProjectInstaller.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.ComponentModel; diff --git a/c_micasad/init/WinSecretStoreClientService.cs b/c_micasad/init/WinSecretStoreClientService.cs index ad36a725..8d622cbc 100644 --- a/c_micasad/init/WinSecretStoreClientService.cs +++ b/c_micasad/init/WinSecretStoreClientService.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Threading; using System.Collections; diff --git a/c_micasad/lib/AssemblyInfo.cs b/c_micasad/lib/AssemblyInfo.cs index 8940a14e..96a50a3c 100644 --- a/c_micasad/lib/AssemblyInfo.cs +++ b/c_micasad/lib/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_micasad/lib/common/LinkedKeyInfo.cs b/c_micasad/lib/common/LinkedKeyInfo.cs index f3d557c3..46824538 100644 --- a/c_micasad/lib/common/LinkedKeyInfo.cs +++ b/c_micasad/lib/common/LinkedKeyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA.MiCasa.Common diff --git a/c_micasad/lib/common/MiCASAStore.cs b/c_micasad/lib/common/MiCASAStore.cs index 03510349..14d4bd4d 100644 --- a/c_micasad/lib/common/MiCASAStore.cs +++ b/c_micasad/lib/common/MiCASAStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using Novell.CASA.MiCasa.Common; using Novell.CASA.MiCasa.Communication; diff --git a/c_micasad/lib/common/Ping.cs b/c_micasad/lib/common/Ping.cs index af53af6e..e316e794 100644 --- a/c_micasad/lib/common/Ping.cs +++ b/c_micasad/lib/common/Ping.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA.MiCasa.Common diff --git a/c_micasad/lib/common/ResetMasterPassword.cs b/c_micasad/lib/common/ResetMasterPassword.cs index f71d6f45..022861c8 100644 --- a/c_micasad/lib/common/ResetMasterPassword.cs +++ b/c_micasad/lib/common/ResetMasterPassword.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA.MiCasa.Common diff --git a/c_micasad/lib/common/WrappedObject.cs b/c_micasad/lib/common/WrappedObject.cs index 5d1060b3..47ea28bb 100644 --- a/c_micasad/lib/common/WrappedObject.cs +++ b/c_micasad/lib/common/WrappedObject.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; diff --git a/c_micasad/lib/communication/IClientChannel.cs b/c_micasad/lib/communication/IClientChannel.cs index b786587b..a2dd7edc 100644 --- a/c_micasad/lib/communication/IClientChannel.cs +++ b/c_micasad/lib/communication/IClientChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Net; using System.Net.Sockets; diff --git a/c_micasad/lib/communication/IPCClientFactory.cs b/c_micasad/lib/communication/IPCClientFactory.cs index c1e3a998..c549cc5f 100644 --- a/c_micasad/lib/communication/IPCClientFactory.cs +++ b/c_micasad/lib/communication/IPCClientFactory.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA.MiCasa.Communication diff --git a/c_micasad/lib/communication/MiCasaRequestReply.cs b/c_micasad/lib/communication/MiCasaRequestReply.cs index 5d87b952..3b388122 100644 --- a/c_micasad/lib/communication/MiCasaRequestReply.cs +++ b/c_micasad/lib/communication/MiCasaRequestReply.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Runtime.Serialization.Formatters.Binary; diff --git a/c_micasad/lib/communication/UnixIPCClientChannel.cs b/c_micasad/lib/communication/UnixIPCClientChannel.cs index a043598a..f60c2fbf 100644 --- a/c_micasad/lib/communication/UnixIPCClientChannel.cs +++ b/c_micasad/lib/communication/UnixIPCClientChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Net; using System.IO; diff --git a/c_micasad/lib/communication/WinIPCClientChannel.cs b/c_micasad/lib/communication/WinIPCClientChannel.cs index fc64b20d..b7ad4c6a 100644 --- a/c_micasad/lib/communication/WinIPCClientChannel.cs +++ b/c_micasad/lib/communication/WinIPCClientChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using AppModule.InterProcessComm; diff --git a/c_micasad/lss/CASACrypto.cs b/c_micasad/lss/CASACrypto.cs index 803a5c25..561a2de8 100644 --- a/c_micasad/lss/CASACrypto.cs +++ b/c_micasad/lss/CASACrypto.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; using System.Text; diff --git a/c_micasad/lss/LocalStorage.cs b/c_micasad/lss/LocalStorage.cs index 5999139f..9a2d932d 100644 --- a/c_micasad/lss/LocalStorage.cs +++ b/c_micasad/lss/LocalStorage.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; using System.Text; diff --git a/c_micasad/lss/Rfc2898DeriveBytes.cs b/c_micasad/lss/Rfc2898DeriveBytes.cs index 9a17fed2..fa7e6d55 100644 --- a/c_micasad/lss/Rfc2898DeriveBytes.cs +++ b/c_micasad/lss/Rfc2898DeriveBytes.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + // // Rfc2898DeriveBytes.cs: RFC2898 (PKCS#5 v2) Key derivation for Password Based Encryption // diff --git a/c_micasad/test/cache/TestKeyChain.cs b/c_micasad/test/cache/TestKeyChain.cs index 07195596..b08f28d9 100644 --- a/c_micasad/test/cache/TestKeyChain.cs +++ b/c_micasad/test/cache/TestKeyChain.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/cache/TestSecret.cs b/c_micasad/test/cache/TestSecret.cs index c8c65401..4e445eac 100644 --- a/c_micasad/test/cache/TestSecret.cs +++ b/c_micasad/test/cache/TestSecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/cache/TestSecretStore.cs b/c_micasad/test/cache/TestSecretStore.cs index 85053e93..e059fdc4 100644 --- a/c_micasad/test/cache/TestSecretStore.cs +++ b/c_micasad/test/cache/TestSecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/common/TestRequestParser.cs b/c_micasad/test/common/TestRequestParser.cs index 48fed52d..0afa644e 100644 --- a/c_micasad/test/common/TestRequestParser.cs +++ b/c_micasad/test/common/TestRequestParser.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/common/TestSessionManager.cs b/c_micasad/test/common/TestSessionManager.cs index 3d7689ca..0914780d 100644 --- a/c_micasad/test/common/TestSessionManager.cs +++ b/c_micasad/test/common/TestSessionManager.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/communication/TestUnixCommunication.cs b/c_micasad/test/communication/TestUnixCommunication.cs index eca99f6e..407a478e 100644 --- a/c_micasad/test/communication/TestUnixCommunication.cs +++ b/c_micasad/test/communication/TestUnixCommunication.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestAddKeychains.cs b/c_micasad/test/verbs/TestAddKeychains.cs index a593e627..7d98661d 100644 --- a/c_micasad/test/verbs/TestAddKeychains.cs +++ b/c_micasad/test/verbs/TestAddKeychains.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestCloseSecretStore.cs b/c_micasad/test/verbs/TestCloseSecretStore.cs index 57f93367..7288b98b 100644 --- a/c_micasad/test/verbs/TestCloseSecretStore.cs +++ b/c_micasad/test/verbs/TestCloseSecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestEnumerateKeyChainIDs.cs b/c_micasad/test/verbs/TestEnumerateKeyChainIDs.cs index 97fb9489..e702a129 100644 --- a/c_micasad/test/verbs/TestEnumerateKeyChainIDs.cs +++ b/c_micasad/test/verbs/TestEnumerateKeyChainIDs.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestEnumerateSecIDs.cs b/c_micasad/test/verbs/TestEnumerateSecIDs.cs index fe1a87b1..2dd30466 100644 --- a/c_micasad/test/verbs/TestEnumerateSecIDs.cs +++ b/c_micasad/test/verbs/TestEnumerateSecIDs.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestOpenSecretStore.cs b/c_micasad/test/verbs/TestOpenSecretStore.cs index 6e373c04..0d576828 100644 --- a/c_micasad/test/verbs/TestOpenSecretStore.cs +++ b/c_micasad/test/verbs/TestOpenSecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestReadSecret.cs b/c_micasad/test/verbs/TestReadSecret.cs index bfc430bc..f74ae7f0 100644 --- a/c_micasad/test/verbs/TestReadSecret.cs +++ b/c_micasad/test/verbs/TestReadSecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestRemoveKeyChain.cs b/c_micasad/test/verbs/TestRemoveKeyChain.cs index 334b20ef..827c84c1 100644 --- a/c_micasad/test/verbs/TestRemoveKeyChain.cs +++ b/c_micasad/test/verbs/TestRemoveKeyChain.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/test/verbs/TestWriteSecret.cs b/c_micasad/test/verbs/TestWriteSecret.cs index 5d11e06d..5d40f0d6 100644 --- a/c_micasad/test/verbs/TestWriteSecret.cs +++ b/c_micasad/test/verbs/TestWriteSecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #if DEBUG using System; using System.Text; diff --git a/c_micasad/verbs/AddKeyChain.cs b/c_micasad/verbs/AddKeyChain.cs index 88258445..afa48f11 100644 --- a/c_micasad/verbs/AddKeyChain.cs +++ b/c_micasad/verbs/AddKeyChain.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/CloseSecretStore.cs b/c_micasad/verbs/CloseSecretStore.cs index 4dcfb696..a46795c6 100644 --- a/c_micasad/verbs/CloseSecretStore.cs +++ b/c_micasad/verbs/CloseSecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/EnumerateKeyChainIds.cs b/c_micasad/verbs/EnumerateKeyChainIds.cs index 92513535..e2e36bdb 100644 --- a/c_micasad/verbs/EnumerateKeyChainIds.cs +++ b/c_micasad/verbs/EnumerateKeyChainIds.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/EnumerateSecretIds.cs b/c_micasad/verbs/EnumerateSecretIds.cs index e1d70a63..f2e65238 100644 --- a/c_micasad/verbs/EnumerateSecretIds.cs +++ b/c_micasad/verbs/EnumerateSecretIds.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/GetSecretStoreInfo.cs b/c_micasad/verbs/GetSecretStoreInfo.cs index 258cb9ad..0bba8033 100644 --- a/c_micasad/verbs/GetSecretStoreInfo.cs +++ b/c_micasad/verbs/GetSecretStoreInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/ISSVerb.cs b/c_micasad/verbs/ISSVerb.cs index f47fce4d..5907713f 100644 --- a/c_micasad/verbs/ISSVerb.cs +++ b/c_micasad/verbs/ISSVerb.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/IsSecretPersistent.cs b/c_micasad/verbs/IsSecretPersistent.cs index b3056536..cd3da496 100644 --- a/c_micasad/verbs/IsSecretPersistent.cs +++ b/c_micasad/verbs/IsSecretPersistent.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/ObjectSerialization.cs b/c_micasad/verbs/ObjectSerialization.cs index d2bfa1e4..9e130b7f 100644 --- a/c_micasad/verbs/ObjectSerialization.cs +++ b/c_micasad/verbs/ObjectSerialization.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/OpenSecretStore.cs b/c_micasad/verbs/OpenSecretStore.cs index 5596d311..95909f33 100644 --- a/c_micasad/verbs/OpenSecretStore.cs +++ b/c_micasad/verbs/OpenSecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/ReadBinaryKey.cs b/c_micasad/verbs/ReadBinaryKey.cs index ab6c8e83..66893073 100644 --- a/c_micasad/verbs/ReadBinaryKey.cs +++ b/c_micasad/verbs/ReadBinaryKey.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/ReadKey.cs b/c_micasad/verbs/ReadKey.cs index daaf48f5..b49d46f9 100644 --- a/c_micasad/verbs/ReadKey.cs +++ b/c_micasad/verbs/ReadKey.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/ReadSecret.cs b/c_micasad/verbs/ReadSecret.cs index a13a7880..2dee0d97 100644 --- a/c_micasad/verbs/ReadSecret.cs +++ b/c_micasad/verbs/ReadSecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/RemoveKeyChain.cs b/c_micasad/verbs/RemoveKeyChain.cs index 650ce97b..64b3fdb6 100644 --- a/c_micasad/verbs/RemoveKeyChain.cs +++ b/c_micasad/verbs/RemoveKeyChain.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/RemoveSecret.cs b/c_micasad/verbs/RemoveSecret.cs index 12734f3c..87c68cb3 100644 --- a/c_micasad/verbs/RemoveSecret.cs +++ b/c_micasad/verbs/RemoveSecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/RemoveSecretStore.cs b/c_micasad/verbs/RemoveSecretStore.cs index 736dae5b..db3bb8e9 100644 --- a/c_micasad/verbs/RemoveSecretStore.cs +++ b/c_micasad/verbs/RemoveSecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/SetMasterPasscode.cs b/c_micasad/verbs/SetMasterPasscode.cs index 72c65dba..ebb10a7f 100644 --- a/c_micasad/verbs/SetMasterPasscode.cs +++ b/c_micasad/verbs/SetMasterPasscode.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/SetMasterPassword.cs b/c_micasad/verbs/SetMasterPassword.cs index a86cb300..2c6ca44f 100644 --- a/c_micasad/verbs/SetMasterPassword.cs +++ b/c_micasad/verbs/SetMasterPassword.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/WriteBinaryKey.cs b/c_micasad/verbs/WriteBinaryKey.cs index f21cbeff..af58ddb5 100644 --- a/c_micasad/verbs/WriteBinaryKey.cs +++ b/c_micasad/verbs/WriteBinaryKey.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/WriteKey.cs b/c_micasad/verbs/WriteKey.cs index b10e0712..3c1aba24 100644 --- a/c_micasad/verbs/WriteKey.cs +++ b/c_micasad/verbs/WriteKey.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasad/verbs/WriteSecret.cs b/c_micasad/verbs/WriteSecret.cs index a342c155..0fe8831a 100644 --- a/c_micasad/verbs/WriteSecret.cs +++ b/c_micasad/verbs/WriteSecret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Text; diff --git a/c_micasadk/sscs_ndk.c b/c_micasadk/sscs_ndk.c index 2f03cac9..c9f53ec2 100644 --- a/c_micasadk/sscs_ndk.c +++ b/c_micasadk/sscs_ndk.c @@ -1,13 +1,25 @@ -/************************************************************************** -* %name: sscs_ndk.c % -* %instance: security_2 % -* %version: 9 % -* %created_by: jnorman % -* %date_modified: Mon May 23 14:52:55 2005 % -*************************************************************************** -* -*************************************************************************** -*/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ diff --git a/c_micasadk/sscs_win_calls.c b/c_micasadk/sscs_win_calls.c index 213e0418..d4e6cae5 100644 --- a/c_micasadk/sscs_win_calls.c +++ b/c_micasadk/sscs_win_calls.c @@ -1,15 +1,26 @@ -/************************************************************************** -* %name: sscs_win_calls.c % -* %instance: security_2 % -* %version: 1 % -* %created_by: cameron % -* %date_modified: Tue Apr 05 20:41:03 2005 % -*************************************************************************** -* -*************************************************************************** -*/ - - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "nsscs_idk.h" #include "sscs_lldefs.h" diff --git a/c_micasadk/sscsndk.rc b/c_micasadk/sscsndk.rc index c580b061..f0452c76 100644 --- a/c_micasadk/sscsndk.rc +++ b/c_micasadk/sscsndk.rc @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // diff --git a/c_policy/AggregationPol.cs b/c_policy/AggregationPol.cs index a0338c92..afbe7cc7 100644 --- a/c_policy/AggregationPol.cs +++ b/c_policy/AggregationPol.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_policy/AssemblyInfo.cs b/c_policy/AssemblyInfo.cs index 02d93f0a..370427e7 100644 --- a/c_policy/AssemblyInfo.cs +++ b/c_policy/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_policy/PersistencePol.cs b/c_policy/PersistencePol.cs index f082790a..723b3da5 100644 --- a/c_policy/PersistencePol.cs +++ b/c_policy/PersistencePol.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_policy/Policy.cs b/c_policy/Policy.cs index b31dc8fa..ca198e0a 100644 --- a/c_policy/Policy.cs +++ b/c_policy/Policy.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_policy/PolicyConstants.cs b/c_policy/PolicyConstants.cs index 73077151..e531b16d 100644 --- a/c_policy/PolicyConstants.cs +++ b/c_policy/PolicyConstants.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA.CASAPolicy { diff --git a/c_policy/PolicyImpl.cs b/c_policy/PolicyImpl.cs index c1241f4f..a06d934e 100644 --- a/c_policy/PolicyImpl.cs +++ b/c_policy/PolicyImpl.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_policy/SynchPol.cs b/c_policy/SynchPol.cs index e52cb141..bc977243 100644 --- a/c_policy/SynchPol.cs +++ b/c_policy/SynchPol.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_policy/Test.cs b/c_policy/Test.cs index 8a28ce63..68f6bfcb 100644 --- a/c_policy/Test.cs +++ b/c_policy/Test.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using Novell.CASA.CASAPolicy; diff --git a/c_policy/UIPol.cs b/c_policy/UIPol.cs index 3c61df53..ff737041 100644 --- a/c_policy/UIPol.cs +++ b/c_policy/UIPol.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; using System.Xml; diff --git a/c_sharp/NSSCSWrapper/AssemblyInfo.cs b/c_sharp/NSSCSWrapper/AssemblyInfo.cs index fd8de279..c95a3913 100644 --- a/c_sharp/NSSCSWrapper/AssemblyInfo.cs +++ b/c_sharp/NSSCSWrapper/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_sharp/NSSCSWrapper/BasicCredential.cs b/c_sharp/NSSCSWrapper/BasicCredential.cs index 12302741..4067f0c0 100644 --- a/c_sharp/NSSCSWrapper/BasicCredential.cs +++ b/c_sharp/NSSCSWrapper/BasicCredential.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA diff --git a/c_sharp/NSSCSWrapper/NativeCalls.cs b/c_sharp/NSSCSWrapper/NativeCalls.cs index 6a7941ba..5731eca8 100644 --- a/c_sharp/NSSCSWrapper/NativeCalls.cs +++ b/c_sharp/NSSCSWrapper/NativeCalls.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.InteropServices; using System.Text; diff --git a/c_sharp/NSSCSWrapper/RemoteClient.cs b/c_sharp/NSSCSWrapper/RemoteClient.cs index 285ead3b..4ac8248a 100644 --- a/c_sharp/NSSCSWrapper/RemoteClient.cs +++ b/c_sharp/NSSCSWrapper/RemoteClient.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections.Specialized; using System.Runtime.Remoting; diff --git a/c_sharp/NSSCSWrapper/RemoteServer.cs b/c_sharp/NSSCSWrapper/RemoteServer.cs index ae23c988..86a1146d 100644 --- a/c_sharp/NSSCSWrapper/RemoteServer.cs +++ b/c_sharp/NSSCSWrapper/RemoteServer.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; diff --git a/c_sharp/NSSCSWrapper/Secret.cs b/c_sharp/NSSCSWrapper/Secret.cs index f9b40cc0..a8a136ba 100644 --- a/c_sharp/NSSCSWrapper/Secret.cs +++ b/c_sharp/NSSCSWrapper/Secret.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections; diff --git a/c_sharp/NSSCSWrapper/SecretStore.cs b/c_sharp/NSSCSWrapper/SecretStore.cs index 777a5b79..ae790e5f 100644 --- a/c_sharp/NSSCSWrapper/SecretStore.cs +++ b/c_sharp/NSSCSWrapper/SecretStore.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Collections.Specialized; diff --git a/c_sharp/NSSCSWrapper/miCASA.cs b/c_sharp/NSSCSWrapper/miCASA.cs index 18c06e62..7d1f58bd 100644 --- a/c_sharp/NSSCSWrapper/miCASA.cs +++ b/c_sharp/NSSCSWrapper/miCASA.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using Novell.CASA; diff --git a/c_sharp/NSSCSWrapper/miCasaException.cs b/c_sharp/NSSCSWrapper/miCasaException.cs index 90afab5a..e799a4bb 100644 --- a/c_sharp/NSSCSWrapper/miCasaException.cs +++ b/c_sharp/NSSCSWrapper/miCasaException.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace Novell.CASA diff --git a/c_test/c_sample/cSample.c b/c_test/c_sample/cSample.c index 6f3b7010..48ca6295 100644 --- a/c_test/c_sample/cSample.c +++ b/c_test/c_sample/cSample.c @@ -1,20 +1,26 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. - -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /* Sample code for C Language miCASA APIs */ #include diff --git a/c_test/c_sharp_sample/AssemblyInfo.cs b/c_test/c_sharp_sample/AssemblyInfo.cs index 54bb8747..2f07a670 100644 --- a/c_test/c_sharp_sample/AssemblyInfo.cs +++ b/c_test/c_sharp_sample/AssemblyInfo.cs @@ -1,20 +1,25 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. - -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ using System.Reflection; using System.Runtime.CompilerServices; diff --git a/c_test/c_sharp_sample/cSharpSample.cs b/c_test/c_sharp_sample/cSharpSample.cs index dbf04830..812730f5 100644 --- a/c_test/c_sharp_sample/cSharpSample.cs +++ b/c_test/c_sharp_sample/cSharpSample.cs @@ -1,20 +1,26 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. - -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using Novell.CASA; diff --git a/c_test/dev_test/enumerate.c b/c_test/dev_test/enumerate.c index d7433ef8..e3bb4d32 100644 --- a/c_test/dev_test/enumerate.c +++ b/c_test/dev_test/enumerate.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "sscs_cache.h" #include #include diff --git a/c_test/dev_test/sample.c b/c_test/dev_test/sample.c index 1e5df285..33d611e7 100644 --- a/c_test/dev_test/sample.c +++ b/c_test/dev_test/sample.c @@ -1,10 +1,26 @@ -/************************************************************************** - %name: sample.c % - %version: 1 % - %date_modified: Fri Aug 12 14:46:48 2005 % - -**************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /*************************************************************** *** This code is available at "www.developer.novell.com/ndk/ ** diff --git a/c_test/displayCache/displaycache.c b/c_test/displayCache/displaycache.c index 02313681..d0585748 100644 --- a/c_test/displayCache/displaycache.c +++ b/c_test/displayCache/displaycache.c @@ -1,17 +1,26 @@ -/************************************************************************** - %name: displaycache.c % - %version: 3 % - %date_modified: Fri May 20 15:09:50 2005 % - -**************************************************************************/ - - -/*************************************************************** - *** This code is available at "www.developer.novell.com/ndk/ ** - ***************************************************************/ - - -/* Sample code for C Language SecretStore Client Service APIs */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include #include diff --git a/c_test/displayCache/resource.h b/c_test/displayCache/resource.h index f593eede..c265ff56 100644 --- a/c_test/displayCache/resource.h +++ b/c_test/displayCache/resource.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by lsstest.rc diff --git a/c_test/java_sample/src/JavaSample.java b/c_test/java_sample/src/JavaSample.java index 39e29633..66de1ceb 100644 --- a/c_test/java_sample/src/JavaSample.java +++ b/c_test/java_sample/src/JavaSample.java @@ -1,20 +1,26 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. - -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + import com.novell.casa.MiCasa; import com.novell.casa.MiCasaException; diff --git a/c_test/sdk_sshtst/resource.h b/c_test/sdk_sshtst/resource.h index f593eede..c265ff56 100644 --- a/c_test/sdk_sshtst/resource.h +++ b/c_test/sdk_sshtst/resource.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by lsstest.rc diff --git a/c_test/sdk_sshtst/sshtst.c b/c_test/sdk_sshtst/sshtst.c index 3e7ef925..f6fdc443 100644 --- a/c_test/sdk_sshtst/sshtst.c +++ b/c_test/sdk_sshtst/sshtst.c @@ -1,18 +1,27 @@ -/************************************************************************** - %name: sshtst.c % - %version: 9 % - %date_modified: Tue May 24 10:09:10 2005 % - -**************************************************************************/ - - -/*************************************************************** - *** This code is available at "www.developer.novell.com/ndk/ ** - ***************************************************************/ - - -/* Sample code for C Language SecretStore Client Service APIs */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include #include diff --git a/c_test/sdk_sshtst/sshtst.rc b/c_test/sdk_sshtst/sshtst.rc index 542447b4..fb625d7f 100644 --- a/c_test/sdk_sshtst/sshtst.rc +++ b/c_test/sdk_sshtst/sshtst.rc @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + //Microsoft Developer Studio generated resource script. // #include "resource.h" diff --git a/c_test/unx_cachetst/sscs_unxcachetst.c b/c_test/unx_cachetst/sscs_unxcachetst.c index d60ed645..f3dceef5 100644 --- a/c_test/unx_cachetst/sscs_unxcachetst.c +++ b/c_test/unx_cachetst/sscs_unxcachetst.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "sscs_cache.h" #include #include diff --git a/c_test/unx_testcases/cache_keychain_fns.c b/c_test/unx_testcases/cache_keychain_fns.c index 2ba1e769..8cddb2ba 100644 --- a/c_test/unx_testcases/cache_keychain_fns.c +++ b/c_test/unx_testcases/cache_keychain_fns.c @@ -1,5 +1,27 @@ -/* This file contains all the keychain related test cases. - */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + +/* This file contains all the keychain related test cases. */ #include "testcases.h" void EnumerateIDs(SSCS_SECRETSTORE_HANDLE_T *ssHandle,int type, diff --git a/c_test/unx_testcases/cache_secret_fns.c b/c_test/unx_testcases/cache_secret_fns.c index c9da6a9b..0ca4253e 100644 --- a/c_test/unx_testcases/cache_secret_fns.c +++ b/c_test/unx_testcases/cache_secret_fns.c @@ -1,5 +1,27 @@ -/* This file contains all the keychain related test cases. - */ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + +/* This file contains all the keychain related test cases. */ #include "testcases.h" #include diff --git a/c_test/unx_testcases/cache_ss_fns.c b/c_test/unx_testcases/cache_ss_fns.c index 94ef414c..c77a0e49 100644 --- a/c_test/unx_testcases/cache_ss_fns.c +++ b/c_test/unx_testcases/cache_ss_fns.c @@ -1,6 +1,28 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /* This file contains all the test cases for all the generic - * Cachelib functions. - */ + * Cachelib functions. */ #include "testcases.h" diff --git a/c_test/unx_testcases/testcases.c b/c_test/unx_testcases/testcases.c index 99671d09..1b851694 100644 --- a/c_test/unx_testcases/testcases.c +++ b/c_test/unx_testcases/testcases.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #include "testcases.h" void TestCacheOpenSecretStore_Valid(void); diff --git a/c_test/unx_testcases/testcases.h b/c_test/unx_testcases/testcases.h index c28589bb..9dc7f151 100644 --- a/c_test/unx_testcases/testcases.h +++ b/c_test/unx_testcases/testcases.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _TESTCASES_H_ #define _TESTCASES_H_ diff --git a/extern/w32/namedpipes/AppModule.InterProcessComm/AssemblyInfo.cs b/extern/w32/namedpipes/AppModule.InterProcessComm/AssemblyInfo.cs index e29b4fd9..a47b03b5 100644 --- a/extern/w32/namedpipes/AppModule.InterProcessComm/AssemblyInfo.cs +++ b/extern/w32/namedpipes/AppModule.InterProcessComm/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/extern/w32/namedpipes/AppModule.InterProcessComm/IChannelManager.cs b/extern/w32/namedpipes/AppModule.InterProcessComm/IChannelManager.cs index 9892ec68..63c67796 100644 --- a/extern/w32/namedpipes/AppModule.InterProcessComm/IChannelManager.cs +++ b/extern/w32/namedpipes/AppModule.InterProcessComm/IChannelManager.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace AppModule.InterProcessComm { diff --git a/extern/w32/namedpipes/AppModule.InterProcessComm/IClientChannel.cs b/extern/w32/namedpipes/AppModule.InterProcessComm/IClientChannel.cs index 68b4793f..aa3f1c69 100644 --- a/extern/w32/namedpipes/AppModule.InterProcessComm/IClientChannel.cs +++ b/extern/w32/namedpipes/AppModule.InterProcessComm/IClientChannel.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; diff --git a/extern/w32/namedpipes/AppModule.InterProcessComm/IInterProcessConnection.cs b/extern/w32/namedpipes/AppModule.InterProcessComm/IInterProcessConnection.cs index d00b593e..db54827a 100644 --- a/extern/w32/namedpipes/AppModule.InterProcessComm/IInterProcessConnection.cs +++ b/extern/w32/namedpipes/AppModule.InterProcessComm/IInterProcessConnection.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace AppModule.InterProcessComm { diff --git a/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessConnectionState.cs b/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessConnectionState.cs index fd3bde89..6c6a0059 100644 --- a/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessConnectionState.cs +++ b/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessConnectionState.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; namespace AppModule.InterProcessComm { diff --git a/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessIOException.cs b/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessIOException.cs index dffab535..f887f8b5 100644 --- a/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessIOException.cs +++ b/extern/w32/namedpipes/AppModule.InterProcessComm/InterProcessIOException.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.Serialization; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/APipeConnection.cs b/extern/w32/namedpipes/AppModule.NamedPipes/APipeConnection.cs index 8c7d9761..c45e969c 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/APipeConnection.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/APipeConnection.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; using AppModule.InterProcessComm; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/AssemblyInfo.cs b/extern/w32/namedpipes/AppModule.NamedPipes/AssemblyInfo.cs index 96413819..36acac82 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/AssemblyInfo.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/AssemblyInfo.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/ClientPipeConnection.cs b/extern/w32/namedpipes/AppModule.NamedPipes/ClientPipeConnection.cs index 707e9ef1..31bb9d1f 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/ClientPipeConnection.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/ClientPipeConnection.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateNative.cs b/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateNative.cs index 768174d6..431d0ac6 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateNative.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateNative.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Text; using System.Security; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateWrapper.cs b/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateWrapper.cs index b0fbecb3..c47bf46d 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateWrapper.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/ImpersonateWrapper.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using AppModule.NamedPipes; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeIOException.cs b/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeIOException.cs index 7e705df9..a2815eb0 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeIOException.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeIOException.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.Serialization; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeNative.cs b/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeNative.cs index 369db387..fd34199c 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeNative.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeNative.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Security; using System.Runtime.InteropServices; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeWrapper.cs b/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeWrapper.cs index 19e51f9b..945c5410 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeWrapper.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/NamedPipeWrapper.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.Runtime.InteropServices; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/PipeHandle.cs b/extern/w32/namedpipes/AppModule.NamedPipes/PipeHandle.cs index 3bde3b96..600c9b37 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/PipeHandle.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/PipeHandle.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using AppModule.InterProcessComm; diff --git a/extern/w32/namedpipes/AppModule.NamedPipes/ServerPipeConnection.cs b/extern/w32/namedpipes/AppModule.NamedPipes/ServerPipeConnection.cs index 5b5c739c..ec169f94 100644 --- a/extern/w32/namedpipes/AppModule.NamedPipes/ServerPipeConnection.cs +++ b/extern/w32/namedpipes/AppModule.NamedPipes/ServerPipeConnection.cs @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + using System; using System.IO; diff --git a/include/casa_auth_token.h b/include/casa_auth_token.h index 19d8d9cd..5ff499d4 100644 --- a/include/casa_auth_token.h +++ b/include/casa_auth_token.h @@ -1,11 +1,6 @@ /*********************************************************************** - * File: casa_auth_token.h - * Author: Juan Carlos Luciani (jluciani@novell.com) * - * Abstract: Defines the interface between the authentication token - * module and its providers. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,7 +17,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ #ifndef _CASA_AUTH_TOKEN_H_ diff --git a/include/casa_status.h b/include/casa_status.h index e8e9f695..529e7534 100644 --- a/include/casa_status.h +++ b/include/casa_status.h @@ -1,9 +1,6 @@ /*********************************************************************** - * File: casa_status.h * - * Abstract: Defines the statuses used within CASA. - * - * Copyright (C) 2005 Novell, Inc. + * Copyright (C) 2005-2006 Novell, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,9 +17,11 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. + * you may find current contact information at www.novell.com. + * ***********************************************************************/ + #ifndef _CASA_STATUS_H_ #define _CASA_STATUS_H_ diff --git a/include/micasa.h b/include/micasa.h index 1ac3c0bb..43c7f877 100644 --- a/include/micasa.h +++ b/include/micasa.h @@ -1,23 +1,26 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ - -/*************************************************************************** -* This is the SecretStore Client Service IDK Interfaces -***************************************************************************/ #ifndef _MICASA_H_ #define _MICASA_H_ diff --git a/include/micasa_mgmd.h b/include/micasa_mgmd.h index 84bc1e0d..5aaade77 100644 --- a/include/micasa_mgmd.h +++ b/include/micasa_mgmd.h @@ -1,19 +1,26 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ /*************************************************************************** * This is the Managed IDK for collaborating suite of applications diff --git a/include/micasa_types.h b/include/micasa_types.h index 5a4d4fd7..195c5329 100644 --- a/include/micasa_types.h +++ b/include/micasa_types.h @@ -1,19 +1,26 @@ -/************************************************************************** -Copyright (c) [2005] Novell, Inc. All Rights Reserved. - -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software Foundation; -version 2.1 of the License. - -This library 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 Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this library; if not, if not, contact Novell, Inc. -To contact Novell about this file by physical or electronic mail, -you may find current contact information at www.novell.com. -**************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _MICASA_TYPES_H_ diff --git a/include/resource.h b/include/resource.h index 89c8078d..151ae932 100644 --- a/include/resource.h +++ b/include/resource.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by dialog.rc diff --git a/include/ssbldver.h b/include/ssbldver.h index 309264ea..a115ea99 100644 --- a/include/ssbldver.h +++ b/include/ssbldver.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + // *********************************************************** // * This file is automatically generated by SecretStore Build // *********************************************************** diff --git a/include/sscs_cache.h b/include/sscs_cache.h index faaee68c..3390b450 100644 --- a/include/sscs_cache.h +++ b/include/sscs_cache.h @@ -1,8 +1,26 @@ -/**************************************************************************** - %name: sscs_cache.h % - %version: 10 % - %date_modified: Thu May 12 13:16:31 2005 % - ****************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCS_CACHE_H #define _SSCS_CACHE_H diff --git a/include/sscs_ipc.h b/include/sscs_ipc.h index 54c73ff3..bc0826f5 100644 --- a/include/sscs_ipc.h +++ b/include/sscs_ipc.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCS_IPC_H #define _SSCS_IPC_H #include diff --git a/include/sscs_lldefs.h b/include/sscs_lldefs.h index 3c1d74b4..01a3f0ed 100644 --- a/include/sscs_lldefs.h +++ b/include/sscs_lldefs.h @@ -1,10 +1,26 @@ -/************************************************************************** -* %name: sscs_lldefs.h % -* %version: 5 % -* %date_modified: Thu May 12 13:17:33 2005 % -*************************************************************************** -* -***************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCSLLDEFS__H #define _SSCSLLDEFS__H diff --git a/include/sscs_sdk.h b/include/sscs_sdk.h index 43d4f1e7..5e5f8a61 100644 --- a/include/sscs_sdk.h +++ b/include/sscs_sdk.h @@ -1,12 +1,26 @@ -/************************************************************************** -* %name: sscs_sdk.h % -* %instance: security_1 % -* %version: 11 % -* %created_by: cameron % -* %date_modified: Tue May 03 10:33:35 2005 % -*************************************************************************** -* -**************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCS_SDK_H_ #define _SSCS_SDK_H_ diff --git a/include/sscs_string.h b/include/sscs_string.h index 234258c4..d16efdde 100644 --- a/include/sscs_string.h +++ b/include/sscs_string.h @@ -1,13 +1,26 @@ -/**************************************************************************** - %name: sscs_string.h % - %version: 1 % - %date_modified: Wed Mar 09 11:16:19 2005 % - %version: 1 % - %date_modified: Wed Mar 09 11:16:19 2005 % - * - **************************************************************************** - * This is the source file for the SecretStore server string functions. - ****************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCS_STRING_H_ #define _SSCS_STINRG_H_ diff --git a/include/sscs_trans.h b/include/sscs_trans.h index 1d7ab177..da821546 100644 --- a/include/sscs_trans.h +++ b/include/sscs_trans.h @@ -1,3 +1,25 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ #ifndef _NSSSCL_H_ #define _NSSSCL_H_ diff --git a/include/sscs_unx_cache_defines.h b/include/sscs_unx_cache_defines.h index 94a4666b..d7ff8fac 100644 --- a/include/sscs_unx_cache_defines.h +++ b/include/sscs_unx_cache_defines.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCS_UNX_CACHE_DEFINES_H_ #define _SSCS_UNX_CACHE_DEFINES_H_ diff --git a/include/sscs_unx_ipc_client.h b/include/sscs_unx_ipc_client.h index 307b44d7..96ce2229 100644 --- a/include/sscs_unx_ipc_client.h +++ b/include/sscs_unx_ipc_client.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SSCS_UNX_IPC_CLIENT_H_ #define _SSCS_UNX_IPC_CLIENT_H_ diff --git a/include/sscs_utf8.h b/include/sscs_utf8.h index d676cf83..6207bb83 100644 --- a/include/sscs_utf8.h +++ b/include/sscs_utf8.h @@ -1,13 +1,25 @@ -/************************************************************************** -* %name: sscs_utf8.h % -* %instance: security_1 % -* %version: 2 % -* %created_by: cameron % -* %date_modified: Wed Apr 06 13:40:09 2005 % -*************************************************************************** -* This is the header file for utf8 utility functions. -* -****************************************************************************/ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ #ifndef _SSUTF8_H_ #define _SSUTF8_H_ diff --git a/include/sscs_win_secretstoredef.h b/include/sscs_win_secretstoredef.h index ac783298..741086ce 100644 --- a/include/sscs_win_secretstoredef.h +++ b/include/sscs_win_secretstoredef.h @@ -1,21 +1,26 @@ -//++======================================================================= -// Program Name: Novell XTier Authentication Services -// File Name: SECRETSTORE.H -// Version: v1.00 -// Authors: Jim Norman (jnorman) -// Abstract: This module contains definition and prototype information -// for the local secret store sevice. -// Revision History: -// -// -// (C) Unpublished Copyright of Novell, Inc. All Rights Reserved. -// -// No part of this file may be duplicated, revised, translated, localized, -// or modified in any manner or compiled, linked or uploaded or downloaded -// to or from any computer system without the prior written consent of -// Novell, Inc. -//=======================================================================-- - +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + #ifndef _SECRETSTOREDEF_ #define _SECRETSTOREDEF_ diff --git a/login_capture/PAM/pam_sscs.c b/login_capture/PAM/pam_sscs.c index 7555c5da..fb2952ed 100644 --- a/login_capture/PAM/pam_sscs.c +++ b/login_capture/PAM/pam_sscs.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /* miCASAd PAM module * * This is a PAM module which is used to capture the workstation diff --git a/login_capture/PAM/pam_sscs.h b/login_capture/PAM/pam_sscs.h index a007629a..d7ee566b 100644 --- a/login_capture/PAM/pam_sscs.h +++ b/login_capture/PAM/pam_sscs.h @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /* pam_sscs.h */ diff --git a/login_capture/PAM/pam_sscs_utils.c b/login_capture/PAM/pam_sscs_utils.c index 68bd4ba9..6a9f5cae 100644 --- a/login_capture/PAM/pam_sscs_utils.c +++ b/login_capture/PAM/pam_sscs_utils.c @@ -1,3 +1,26 @@ +/*********************************************************************** + * + * Copyright (C) 2005-2006 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; version 2.1 + * of the License. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * To contact Novell about this file by physical or electronic mail, + * you may find current contact information at www.novell.com. + * + ***********************************************************************/ + /* Secret Store Client Service * pam_sscs_utils.c */