Browse Source

add license

Former-commit-id: 4ebcb1bd44
pull/43/head
R4SAS 7 years ago
parent
commit
310d61a326
  1. 2
      LICENSE
  2. 8
      linux/configs/prefs.js
  3. 7
      linux/i2pd/i2pd
  4. 7
      linux/i2pdbrowserportable.sh
  5. 4
      windows/build/build_7z.bat
  6. 4
      windows/build/build_exe.bat
  7. 3
      windows/build/config.txt
  8. 7
      windows/src/StartI2PdBrowser.bat

2
LICENSE

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2016,
Copyright (c) 2013-2017, Purple I2P
All rights reserved.
Redistribution and use in source and binary forms, with or without

8
linux/configs/prefs.js

@ -1,5 +1,13 @@ @@ -1,5 +1,13 @@
# Mozilla User Preferences
/*
* Copyright (c) 2013-2017, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*
* See full license text in LICENSE file at top of project tree
*/
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,

7
linux/i2pd/i2pd

@ -1,4 +1,11 @@ @@ -1,4 +1,11 @@
#!/bin/sh
# Copyright (c) 2013-2017, The PurpleI2P Project
#
# This file is part of Purple i2pd project and licensed under BSD3
#
# See full license text in LICENSE file at top of project tree
arch=$(uname -m)
if [ $arch == "x86_64" ]

7
linux/i2pdbrowserportable.sh

@ -1,4 +1,11 @@ @@ -1,4 +1,11 @@
#!/bin/sh
# Copyright (c) 2013-2017, The PurpleI2P Project
#
# This file is part of Purple i2pd project and licensed under BSD3
#
# See full license text in LICENSE file at top of project tree
arch=$(uname -m)
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
version="45.6.0esr"

4
windows/build/build_7z.bat

@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
@echo off
REM Copyright (c) 2013-2017, The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
echo ‘®§¤ ¥¬ 7z  à娢 á ­ ¡®à®¬...
REM <EFBFBD>  ¢ë室¥ ¯®«ãç ¥¬ 7z  à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd ¨ StartI2PdBrowser.bat ¨§ ¯ ¯ª¨ src ã஢­¥¬ ¢ëè¥.
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable_1.1.2.7z ..\Firefox ..\I2Pd ..\src\StartI2PdBrowser.bat

4
windows/build/build_exe.bat

@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
@echo off
REM Copyright (c) 2013-2017 The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
echo ‘®§¤ Ą¬ 7z  ŕ娢 á ­ ˇ®ŕ®¬...
REM Ť  ˘ë室Ą Ż®«ăç Ą¬ 7z  ŕ娢, ˘ Ş®â®ŕ®¬ ˇă¤ăâ «Ą¦ âě Ż ŻŞ¨ Firefox, I2Pd, src ¨ ä ©« StartI2PdBrowser.exe ă஢­Ą¬ ˘ëčĄ.
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable.7z ..\Firefox ..\I2Pd ..\src ..\StartI2PdBrowser.exe

3
windows/build/config.txt

@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
; Copyright (c) 2013-2017, The PurpleI2P Project
; This file is part of Purple i2pd project and licensed under BSD3
; See full license text in LICENSE file at top of project tree
;!@Install@!UTF-8!
GUIFlags="2+4+8+16+32+64+1024+2048+4096"
Title="Установка I2Pd Browser Portable"

7
windows/src/StartI2PdBrowser.bat

@ -15,8 +15,11 @@ REM BFCPEVERDESC=I2Pd Browser @@ -15,8 +15,11 @@ REM BFCPEVERDESC=I2Pd Browser
REM BFCPEVERCOMPANY=PurpleI2P
REM BFCPEVERCOPYRIGHT=Copyright © 2013-2016 PurpleI2P Project
REM BFCPEOPTIONEND
@ECHO ON
@echo off
REM Copyright (c) 2013-2017, The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
title Starting I2Pd Browser
set $pause=ping.exe 0.0.0.0 -n
ver| find "6." >nul && set $pause=timeout.exe /t

Loading…
Cancel
Save