summaryrefslogtreecommitdiff
path: root/scripts/copyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/copyright.pl')
-rwxr-xr-xscripts/copyright.pl15
1 files changed, 2 insertions, 13 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index 5649cad4f..d1f8ef7ec 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -10,7 +10,7 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
-# are also available at https://curl.haxx.se/docs/copyright.html.
+# are also available at https://curl.se/docs/copyright.html.
#
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
# copies of the Software, and permit persons to whom the Software is
@@ -44,11 +44,11 @@ my @skiplist=(
'^projects/Windows/.*.vcxproj.filters$', # generated MSVC file
'^m4/ax_compile_check_sizeof.m4$', # imported, leave be
'^.mailmap', # git control file
- '^winbuild/BUILD.WINDOWS.txt$', # instructions
'\/readme',
'^.github/', # github instruction files
'^.dcignore', # deepcode.ai instruction file
'^.muse/', # muse-CI control files
+ "buildconf", # its nothing to copyright
# docs/ files we're okay with without copyright
'INSTALL.cmake',
@@ -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',