From 310d61a326e6691ff7cb2dfbb6cdbabde9710e29 Mon Sep 17 00:00:00 2001 From: r4sas Date: Sun, 22 Jan 2017 15:14:13 +0300 Subject: [PATCH] add license Former-commit-id: 4ebcb1bd441a2a8c90fb33de3f587d067f8e4d1b --- LICENSE | 2 +- linux/configs/prefs.js | 8 ++++++++ linux/i2pd/i2pd | 7 +++++++ linux/i2pdbrowserportable.sh | 7 +++++++ windows/build/build_7z.bat | 4 ++++ windows/build/build_exe.bat | 4 ++++ windows/build/config.txt | 3 +++ windows/src/StartI2PdBrowser.bat | 7 +++++-- 8 files changed, 39 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 8ebac10..7f1cfaa 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/linux/configs/prefs.js b/linux/configs/prefs.js index e93b767..1a5864b 100644 --- a/linux/configs/prefs.js +++ b/linux/configs/prefs.js @@ -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, diff --git a/linux/i2pd/i2pd b/linux/i2pd/i2pd index 4d25039..55b53fc 100755 --- a/linux/i2pd/i2pd +++ b/linux/i2pd/i2pd @@ -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" ] diff --git a/linux/i2pdbrowserportable.sh b/linux/i2pdbrowserportable.sh index 6857232..6551263 100755 --- a/linux/i2pdbrowserportable.sh +++ b/linux/i2pdbrowserportable.sh @@ -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" diff --git a/windows/build/build_7z.bat b/windows/build/build_7z.bat index d93f942..23c9d8e 100644 --- a/windows/build/build_7z.bat +++ b/windows/build/build_7z.bat @@ -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 и 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 diff --git a/windows/build/build_exe.bat b/windows/build/build_exe.bat index 9b29c62..d2aed6f 100644 --- a/windows/build/build_exe.bat +++ b/windows/build/build_exe.bat @@ -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 diff --git a/windows/build/config.txt b/windows/build/config.txt index c908428..983a5fc 100644 --- a/windows/build/config.txt +++ b/windows/build/config.txt @@ -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" diff --git a/windows/src/StartI2PdBrowser.bat b/windows/src/StartI2PdBrowser.bat index db4fccc..aabfbcf 100644 --- a/windows/src/StartI2PdBrowser.bat +++ b/windows/src/StartI2PdBrowser.bat @@ -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