network_settings/dialup: Update copyright headers.
Also reformat the rdef to match the other network_settings.
This commit is contained in:
parent
922badcfe1
commit
adae1a12b8
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// ConnectionOptionsAddon saves the loaded settings.
|
// ConnectionOptionsAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// ConnectionOptionsAddon saves the loaded settings.
|
// ConnectionOptionsAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
/*! \class DialUpAddon
|
/*! \class DialUpAddon
|
||||||
\brief Base class for DialUpPreflet add-ons.
|
\brief Base class for DialUpPreflet add-ons.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
#include <Window.h>
|
#include <Window.h>
|
||||||
|
@ -1,37 +1,11 @@
|
|||||||
/*
|
resource app_signature "application/x-vnd.Haiku-DialUpInterface";
|
||||||
DialUpPreflet.rdef
|
|
||||||
*/
|
|
||||||
|
|
||||||
resource app_signature "application/x-vnd.haiku.dial-up-preflet";
|
|
||||||
|
|
||||||
/* BEOS:APP_FLAGS :
|
|
||||||
00000000 = SINGLE LAUNCH
|
|
||||||
00000001 = MULTIPLE LAUNCH
|
|
||||||
00000002 = EXCLUSIVE LAUNCH
|
|
||||||
00000004 = BACKGROUND APP + SINGLE LAUNCH
|
|
||||||
00000005 = BACKGROUND APP + MULTIPLE LAUNCH
|
|
||||||
00000006 = BACKGROUND APP + EXCLUSIVE LAUNCH
|
|
||||||
00000008 = ARGV_ONLY + SINGLE LAUNCH
|
|
||||||
00000009 = ARGV_ONLY + MULTIPLE LAUNCH
|
|
||||||
0000000A = ARGV_ONLY + EXCLUSIVE LAUNCH
|
|
||||||
0000000C = ARGV_ONLY + BACKGROUND APP + SINGLE LAUNCH
|
|
||||||
0000000D = ARGV_ONLY + BACKGROUND APP + MULTIPLE LAUNCH
|
|
||||||
0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH
|
|
||||||
*/
|
|
||||||
|
|
||||||
resource app_flags 0x00000000;
|
|
||||||
|
|
||||||
resource app_version {
|
resource app_version {
|
||||||
major = 0,
|
major = 1,
|
||||||
middle = 1,
|
middle = 0,
|
||||||
minor = 0,
|
minor = 0,
|
||||||
|
|
||||||
/* 0 = development 1 = alpha 2 = beta
|
|
||||||
3 = gamma 4 = golden master 5 = final */
|
|
||||||
variety = 0,
|
variety = 0,
|
||||||
|
|
||||||
internal = 0,
|
internal = 0,
|
||||||
|
short_info = "DialUpInterface",
|
||||||
short_info = "DialUpPreflet",
|
|
||||||
long_info = "PPP interface configuration tool."
|
long_info = "PPP interface configuration tool."
|
||||||
};
|
};
|
||||||
|
@ -1,24 +1,9 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#include "DialUpView.h"
|
#include "DialUpView.h"
|
||||||
#include "DialUpAddon.h"
|
#include "DialUpAddon.h"
|
||||||
|
@ -1,25 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#ifndef _DIAL_UP_VIEW__H
|
#ifndef _DIAL_UP_VIEW__H
|
||||||
#define _DIAL_UP_VIEW__H
|
#define _DIAL_UP_VIEW__H
|
||||||
|
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// GeneralAddon saves the loaded settings.
|
// GeneralAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// GeneralAddon saves the loaded settings.
|
// GeneralAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// IPCPAddon saves the loaded settings.
|
// IPCPAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// IPCPAddon saves the loaded settings.
|
// IPCPAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,9 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#include "InterfaceUtils.h"
|
#include "InterfaceUtils.h"
|
||||||
|
|
||||||
|
@ -1,25 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#ifndef _INTERFACE_UTILS__H
|
#ifndef _INTERFACE_UTILS__H
|
||||||
#define _INTERFACE_UTILS__H
|
#define _INTERFACE_UTILS__H
|
||||||
|
|
||||||
|
@ -1,24 +1,9 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#include "MessageDriverSettingsUtils.h"
|
#include "MessageDriverSettingsUtils.h"
|
||||||
|
|
||||||
|
@ -1,25 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#ifndef _MESSAGE_DRIVER_SETTINGS_UTILS__H
|
#ifndef _MESSAGE_DRIVER_SETTINGS_UTILS__H
|
||||||
#define _MESSAGE_DRIVER_SETTINGS_UTILS__H
|
#define _MESSAGE_DRIVER_SETTINGS_UTILS__H
|
||||||
|
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// PPPoEAddon saves the loaded settings.
|
// PPPoEAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// PPPoEAddon saves the loaded settings.
|
// PPPoEAddon saves the loaded settings.
|
||||||
|
@ -1,24 +1,9 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#include "TextRequestDialog.h"
|
#include "TextRequestDialog.h"
|
||||||
#include "InterfaceUtils.h"
|
#include "InterfaceUtils.h"
|
||||||
|
@ -1,25 +1,8 @@
|
|||||||
/* -----------------------------------------------------------------------
|
/*
|
||||||
* Copyright (c) 2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
|
* Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
|
||||||
*
|
* Copyright 2017 Haiku, Inc. All rights reserved.
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Distributed under the terms of the MIT License.
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
*/
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#ifndef _TEXT_REQUEST_DIALOG__H
|
#ifndef _TEXT_REQUEST_DIALOG__H
|
||||||
#define _TEXT_REQUEST_DIALOG__H
|
#define _TEXT_REQUEST_DIALOG__H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user