Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
236137a5
Kaydet (Commit)
236137a5
authored
Ara 08, 2010
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cleanup hard-coded license mentions in sdk and installer
üst
1bf09eae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
14 deletions
+4
-14
sdkoo.scp
scp2/source/sdkoo/sdkoo.scp
+2
-12
globals.pm
solenv/bin/modules/installer/globals.pm
+1
-1
javainstaller.pm
solenv/bin/modules/installer/javainstaller.pm
+1
-1
No files found.
scp2/source/sdkoo/sdkoo.scp
Dosyayı görüntüle @
236137a5
...
@@ -93,16 +93,6 @@ Directory gid_Dir_Basis_Sdk
...
@@ -93,16 +93,6 @@ Directory gid_Dir_Basis_Sdk
#endif
#endif
End
End
#if defined MACOSX
ScpAction scp_Copy_License_Txt_Sdk
README_ALL_LANG(Copy, LICENSE);
README_ALL_LANG(Name, LICENSE);
Styles = (SCPZIP_REPLACE);
Subdir = "LICENSEs";
End
#endif
Directory gid_Dir_Share_Sdk
Directory gid_Dir_Share_Sdk
ParentID = gid_Dir_Basis_Sdk;
ParentID = gid_Dir_Basis_Sdk;
DosName = "share";
DosName = "share";
...
@@ -125,10 +115,10 @@ File gid_File_Txt_License
...
@@ -125,10 +115,10 @@ File gid_File_Txt_License
TXT_FILE_BODY;
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme_Sdk;
Dir = gid_Dir_Share_Readme_Sdk;
#ifdef UNX
#ifdef UNX
Name = "LICENSE
_en-US
";
Name = "LICENSE";
#endif
#endif
#ifdef WNT
#ifdef WNT
Name = "license
_en-US
.txt";
Name = "license.txt";
#endif
#endif
Styles = (PACKED, SCPZIP_REPLACE);
Styles = (PACKED, SCPZIP_REPLACE);
End
End
...
...
solenv/bin/modules/installer/globals.pm
Dosyayı görüntüle @
236137a5
...
@@ -190,7 +190,7 @@ BEGIN
...
@@ -190,7 +190,7 @@ BEGIN
%
alllangmodules
=
();
%
alllangmodules
=
();
$englishlicenseset
=
0
;
$englishlicenseset
=
0
;
$englishlicense
=
""
;
$englishlicense
=
""
;
$englishsolarislicensename
=
"LICENSE
_en-US
"
;
$englishsolarislicensename
=
"LICENSE"
;
$solarisdontcompress
=
0
;
$solarisdontcompress
=
0
;
$patharray
=
""
;
$patharray
=
""
;
...
...
solenv/bin/modules/installer/javainstaller.pm
Dosyayı görüntüle @
236137a5
...
@@ -273,7 +273,7 @@ sub get_licensefilesource
...
@@ -273,7 +273,7 @@ sub get_licensefilesource
{
{
my
(
$language
,
$includepatharrayref
)
=
@_
;
my
(
$language
,
$includepatharrayref
)
=
@_
;
my
$licensefilename
=
"LICENSE
_"
.
$language
;
my
$licensefilename
=
"LICENSE
"
;
# . '_'
. $language;
my
$licenseref
=
installer::scriptitems::
get_sourcepath_from_filename_and_includepath
(
\
$licensefilename
,
$includepatharrayref
,
0
);
my
$licenseref
=
installer::scriptitems::
get_sourcepath_from_filename_and_includepath
(
\
$licensefilename
,
$includepatharrayref
,
0
);
if
(
$$licenseref
eq
""
)
{
installer::exiter::
exit_program
(
"ERROR: Could not find License file $licensefilename!"
,
"get_licensefilesource"
);
}
if
(
$$licenseref
eq
""
)
{
installer::exiter::
exit_program
(
"ERROR: Could not find License file $licensefilename!"
,
"get_licensefilesource"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment