Skip to content

Commit 41092b0

Browse files
author
delphidabbler
committed
Merge branch 'feature/remove-privacy-statement' into develop
2 parents a8cd67e + 86769a9 commit 41092b0

File tree

12 files changed

+14
-197
lines changed

12 files changed

+14
-197
lines changed

Docs/Privacy.txt

Lines changed: 0 additions & 61 deletions
This file was deleted.

Docs/ReadMe.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,20 @@ There are Frequently Asked Questions pages for CodeSnip on the web, at
343343
https://github.com/delphidabbler/codesnip-faq/blob/master/README.md
344344

345345

346+
Privacy
347+
================================================================================
348+
349+
As of v4.16.0 CodeSnip no longer stores or transmits any personally identifiable
350+
data.
351+
352+
Because of this change the privacy statement that used to be provided with the
353+
program has been removed.
354+
355+
Do note though that CodeSnip can display web pages via your default web
356+
browser, but only in response to user input. No guarantee is made about any
357+
personal data collected by such web pages.
358+
359+
346360
Thanks
347361
================================================================================
348362

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ The following support is available for CodeSnip:
3131
* A [read-me file](https://github.com/delphidabbler/codesnip/master/Docs/ReadMe.txt)<sup> *</sup> that discusses installation, configuration, updating and known issues.
3232
* An [FAQ](https://github.com/delphidabbler/codesnip-faq/blob/master/UsingCodeSnip.md)
3333
* A [Blog](http://codesnip-app.blogspot.co.uk/).
34-
* A [privacy statement](https://github.com/delphidabbler/codesnip/master/Docs/Privacy.txt)<sup>*</sup> that provides information about any personal information stored by the program and what info is transmitted over the net.
3534

3635
There's also plenty of info available on how to compile CodeSnip from source - see below.
3736

Src/FmMain.dfm

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -613,12 +613,6 @@ inherited MainForm: TMainForm
613613
OnExecute = actPrintExecute
614614
OnUpdate = actPrintUpdate
615615
end
616-
object actPrivacy: TAction
617-
Category = 'Help'
618-
Caption = 'Privacy Statement'
619-
Hint = 'View privacy statement|View the program'#39's privacy statement'
620-
OnExecute = actPrivacyExecute
621-
end
622616
object actBackupDatabase: TAction
623617
Category = 'Database'
624618
Caption = 'Backup User Database...'
@@ -1139,9 +1133,6 @@ inherited MainForm: TMainForm
11391133
object miHelpCompChecks: TMenuItem
11401134
Action = actHelpCompChecks
11411135
end
1142-
object miPrivacy: TMenuItem
1143-
Action = actPrivacy
1144-
end
11451136
object miLicense: TMenuItem
11461137
Action = actLicense
11471138
end

Src/FmMain.pas

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ TMainForm = class(THelpAwareForm)
9696
actPreferences: TAction;
9797
actPreviousTab: TAction;
9898
actPrint: TAction;
99-
actPrivacy: TAction;
10099
actRenameCategory: TAction;
101100
actRestoreDatabase: TAction;
102101
actSaveDatabase: TAction;
@@ -167,7 +166,6 @@ TMainForm = class(THelpAwareForm)
167166
miNewDetailsTab: TMenuItem;
168167
miPreferences: TMenuItem;
169168
miPrint: TMenuItem;
170-
miPrivacy: TMenuItem;
171169
miRenameCategory: TMenuItem;
172170
miReportBug: TMenuItem;
173171
miRestoreDatabase: TMenuItem;
@@ -383,8 +381,6 @@ TMainForm = class(THelpAwareForm)
383381
procedure actPrintExecute(Sender: TObject);
384382
/// <summary>Determines whether the Print action can be enabled.</summary>
385383
procedure actPrintUpdate(Sender: TObject);
386-
/// <summary>Displays the Privacy Statement help topic.</summary>
387-
procedure actPrivacyExecute(Sender: TObject);
388384
/// <summary>Displays a dialogue box that can be used to rename a user
389385
/// defined category.</summary>
390386
procedure actRenameCategoryExecute(Sender: TObject);
@@ -958,11 +954,6 @@ procedure TMainForm.actPrintUpdate(Sender: TObject);
958954
TPrintMgr.CanPrint(fMainDisplayMgr.CurrentView);
959955
end;
960956

961-
procedure TMainForm.actPrivacyExecute(Sender: TObject);
962-
begin
963-
DisplayHelp('PrivacyStatement');
964-
end;
965-
966957
procedure TMainForm.actRenameCategoryExecute(Sender: TObject);
967958
begin
968959
TUserDBMgr.RenameACategory;

Src/Help/CodeSnip.hhp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ HTML\menu_view.htm
8383
HTML\navigation.htm
8484
HTML\new.htm
8585
HTML\overview_pane.htm
86-
HTML\privacy_statement.htm
8786
HTML\quickstart.htm
8887
HTML\reml.htm
8988
HTML\snippet_class.htm

Src/Help/HTML/menu_help.htm

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@ <h1>
6363
<em>CodeSnip</em>'s ability to test compile snippets.
6464
</td>
6565
</tr>
66-
<tr>
67-
<td class="img">
68-
&nbsp;
69-
</td>
70-
<td class="item">
71-
Privacy Statement
72-
</td>
73-
<td class="desc">
74-
Selecting this option displays <em>CodeSnip</em>'s
75-
<a href="privacy_statement.htm">privacy statement</a> in the help
76-
file.
77-
</td>
78-
</tr>
7966
<tr>
8067
<td class="img">
8168
<img alt="Menu icon" src="../images/License.gif" class="glyph">

Src/Help/HTML/privacy_statement.htm

Lines changed: 0 additions & 92 deletions
This file was deleted.

Src/Help/Index.hhk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@
296296
<param name="Name" value="printing preferences">
297297
<param name="Local" value="HTML\dlg_prefs_printing.htm">
298298
</OBJECT>
299-
<LI> <OBJECT type="text/sitemap">
300-
<param name="Name" value="privacy statement">
301-
<param name="Local" value="HTML\privacy_statement.htm">
302-
</OBJECT>
303299
<LI> <OBJECT type="text/sitemap">
304300
<param name="Name" value="quickstart guide">
305301
<param name="Local" value="HTML\quickstart.htm">

Src/Help/TOC.hhc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@
179179
<param name="Name" value="License">
180180
<param name="Local" value="HTML\license.htm">
181181
</OBJECT>
182-
<LI> <OBJECT type="text/sitemap">
183-
<param name="Name" value="Privacy Statement">
184-
<param name="Local" value="HTML\privacy_statement.htm">
185-
</OBJECT>
186182
<LI> <OBJECT type="text/sitemap">
187183
<param name="Name" value="FAQs">
188184
<param name="Local" value="HTML\faqs.htm">

0 commit comments

Comments
 (0)