Changeset 276


Ignore:
Timestamp:
Feb 18, 2014, 7:55:02 AM (10 years ago)
Author:
roman
Message:

Updated header (on use, applicability, redistribution)

Location:
trunk/DirectShowSpy
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/AboutDialog.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/Common.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/Configuration.cpp

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#include "stdafx.h"
  • trunk/DirectShowSpy/Configuration.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/DirectShowSpy.cpp

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#include "stdafx.h"
  • trunk/DirectShowSpy/DirectShowSpy.idl

    r268 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416import "oaidl.idl";
  • trunk/DirectShowSpy/DirectShowSpy.rc

    r272 r276  
    6060
    6161VS_VERSION_INFO VERSIONINFO
    62  FILEVERSION  1, 0, 0, 1428
     62 FILEVERSION  1, 0, 0, 1432
    6363 PRODUCTVERSION 1,0,0,1
    6464 FILEFLAGSMASK 0x3fL
     
    7979            VALUE "CompanyName", "Roman Ryltsov"
    8080            VALUE "FileDescription", "Alax.Info DirectShow Spy Module"
    81             VALUE "FileVersion",  "1, 0, 0, 1428\0"
     81            VALUE "FileVersion",  "1, 0, 0, 1432\0"
    8282            VALUE "InternalName", "DirectShowSpy.dll"
    8383            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2014"
     
    372372//
    373373
    374 IDR_EMAILTOOLS          TYPELIB                 "..\\..\\Repository-Private\\Utilities\\EmailTools\\_Bin\\Win32\\Release\\EmailTools\\EmailTools.tlb"
     374#if defined(_WIN64)
     375IDR_EMAILTOOLS          TYPELIB                 "..\\..\\Repository-Private\\Utilities\\EmailTools\\_Bin\\EmailTools-x64.tlb"
     376#else
     377IDR_EMAILTOOLS          TYPELIB                 "..\\..\\Repository-Private\\Utilities\\EmailTools\\_Bin\\EmailTools-Win32.tlb"
     378#endif
    375379
    376380/////////////////////////////////////////////////////////////////////////////
  • trunk/DirectShowSpy/FilterGraphHelper.h

    r270 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
     
    21902192                                CRoArrayT<CString> Array;
    21912193                                Array.Add(I(sMajorType));
    2192                                 Array.Add(I(sSubtype));
     2194                                if(!sSubtype.IsEmpty())
     2195                                        Array.Add(I(sSubtype));
    21932196                                #pragma region MEDIATYPE_Video
    21942197                                if(pMediaType->majortype == MEDIATYPE_Video)
     
    21982201                                        if(Extent.cx || Extent.cy)
    21992202                                                Array.Add(AtlFormatString(_T("%s x %s"), I(Extent.cx), I(Extent.cy)));
     2203                                        if(VideoInfoHeader2.AvgTimePerFrame > 0)
     2204                                                Array.Add(AtlFormatString(_T("%s frames/sec"), I(_StringHelper::FormatNumber(1E7 / VideoInfoHeader2.AvgTimePerFrame, 3))));
    22002205                                } else
    22012206                                #pragma endregion
  • trunk/DirectShowSpy/FilterGraphList.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/FilterGraphSpy.cpp

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#include "stdafx.h"
  • trunk/DirectShowSpy/FilterGraphSpy.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/FilterMapperSpy.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/GraphBuilderCallbackPropertySheet.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/Helper.cpp

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#include "stdafx.h"
  • trunk/DirectShowSpy/PropertyBag.h

    r268 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/SystemDeviceEnumeratorSpy.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/dllmain.cpp

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#include "stdafx.h"
  • trunk/DirectShowSpy/dllmain.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/stdafx.cpp

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#include "stdafx.h"
  • trunk/DirectShowSpy/stdafx.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
  • trunk/DirectShowSpy/targetver.h

    r267 r276  
    11////////////////////////////////////////////////////////////
    22// Copyright (C) Roman Ryltsov, 2008-2014
    3 // Created by Roman Ryltsov roman@alax.info
     3// Created by Roman Ryltsov roman@alax.info, http://alax.info
    44//
    55// This source code is published to complement DirectShowSpy developer powertoy
    66// and demonstrate the internal use of APIs and tricks powering the tool. It is
    7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise
    8 // (provided that you don’t pretend that you wrote the original tool).
     7// allowed to freely re-use the portions of the code in other projects, commercial
     8// or otherwise (provided that you don’t pretend that you wrote the original tool).
    99//
    1010// Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended
    11 // that it is not shipped with release grade software. The advise applies to hooking methods
    12 // used by DirectShowSpy in general as well.
     11// that it is not shipped with release grade software. It is allowed to distribute
     12// DirectShowSpy if only it is not registered with Windows by default and either
     13// used privately, or registered on specific throubleshooting request. The advice applies
     14// to hooking methods used by DirectShowSpy in general as well.
    1315
    1416#pragma once
Note: See TracChangeset for help on using the changeset viewer.