diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 14:28:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 14:32:41 +0200 |
commit | fa5d00f6fe940707375d4a47d3b23684abfb2a58 (patch) | |
tree | 2f91e4bd2d48ed2f0e0637ed11d9814c4507e586 /scripts | |
parent | 553588897ae821ff4f7af4f48efa74b80fffc528 (diff) | |
download | curl-bagder/rm-Symbian.tar.gz |
symbian: drop supportbagder/rm-Symbian
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.
The public headers are unmodified.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copyright.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl index c8a4a3895..3a3075c40 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -63,17 +63,6 @@ my @skiplist=( '^lib\/libcurl.plist', '^lib\/libcurl.vers.in', - # symbian build files we know little about - '^packages\/Symbian\/bwins\/libcurlu.def', - '^packages\/Symbian\/eabi\/libcurlu.def', - '^packages\/Symbian\/group\/bld.inf', - '^packages\/Symbian\/group\/curl.iby', - '^packages\/Symbian\/group\/curl.mmp', - '^packages\/Symbian\/group\/curl.pkg', - '^packages\/Symbian\/group\/libcurl.iby', - '^packages\/Symbian\/group\/libcurl.mmp', - '^packages\/Symbian\/group\/libcurl.pkg', - # vms files '^packages\/vms\/build_vms.com', '^packages\/vms\/curl_release_note_start.txt', |