savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers] savannah.gnu.org: submission of JijOS


From: Mathieu Roy
Subject: Re: [Savannah-hackers] savannah.gnu.org: submission of JijOS
Date: Thu, 13 Jun 2002 14:15:44 +0200

Am I mistaking or this tarball http://www.zhware.net/jijos-0.3.1.tar.gz is strongly different that the precedent you propose, http://www.openbg.net/sto/os/jijos/v0.3/jijos-20020607.tar.bz2

In this one there are only:
jijos-0.3.1/
jijos-0.3.1/bin/
jijos-0.3.1/obj/
jijos-0.3.1/src/
jijos-0.3.1/src/crt0.s
jijos-0.3.1/src/main.c
jijos-0.3.1/Makefile
jijos-0.3.1/Rules.make
jijos-0.3.1/COPYING
jijos-0.3.1/AUTHORS


and the content of main.c is:
int main(void)
{
  return 0;
}



In the other tarball, we get:
./jijos-0.3.3/
./jijos-0.3.3/Makefile
./jijos-0.3.3/COPYING
./jijos-0.3.3/bin/
./jijos-0.3.3/bin/readme.txt
./jijos-0.3.3/lib/
./jijos-0.3.3/lib/readme.txt
./jijos-0.3.3/jijos.lnk
./jijos-0.3.3/rules.inc
./jijos-0.3.3/include/
./jijos-0.3.3/include/asm/
./jijos-0.3.3/include/asm/bitops.h
./jijos-0.3.3/include/asm/errno.h
./jijos-0.3.3/include/asm/io.h
./jijos-0.3.3/include/asm/setjmp.h
./jijos-0.3.3/include/asm/system.h
./jijos-0.3.3/include/asm/types.h
./jijos-0.3.3/include/jiji/
./jijos-0.3.3/include/jiji/exception.h
./jijos-0.3.3/include/jiji/exit.h
./jijos-0.3.3/include/jiji/gdt.h
./jijos-0.3.3/include/jiji/idt.h
./jijos-0.3.3/include/jiji/kbd.h
./jijos-0.3.3/include/jiji/kdebug.h
./jijos-0.3.3/include/jiji/kernel.h
./jijos-0.3.3/include/jiji/mm.h
./jijos-0.3.3/include/jiji/multiboot.h
./jijos-0.3.3/include/jiji/pic.h
./jijos-0.3.3/include/jiji/processor.h
./jijos-0.3.3/include/jiji/timer.h
./jijos-0.3.3/include/assert.h
./jijos-0.3.3/include/ctype.h
./jijos-0.3.3/include/fcntl.h
./jijos-0.3.3/include/stdarg.h
./jijos-0.3.3/include/stddef.h
./jijos-0.3.3/include/stdio.h
./jijos-0.3.3/include/stdlib.h
./jijos-0.3.3/include/string.h
./jijos-0.3.3/include/time.h
./jijos-0.3.3/include/types.h
./jijos-0.3.3/include/unistd.h
./jijos-0.3.3/include/sys/
./jijos-0.3.3/include/sys/params.h
./jijos-0.3.3/include/sys/types.h
./jijos-0.3.3/src/
./jijos-0.3.3/src/kernel/
./jijos-0.3.3/src/kernel/mm/
./jijos-0.3.3/src/kernel/mm/Makefile
./jijos-0.3.3/src/kernel/mm/memory.c
./jijos-0.3.3/src/kernel/mm/paging.c
./jijos-0.3.3/src/kernel/mm/vm.c
./jijos-0.3.3/src/kernel/Makefile
./jijos-0.3.3/src/kernel/cpudetect.c
./jijos-0.3.3/src/kernel/crt0.s
./jijos-0.3.3/src/kernel/except_isr.s
./jijos-0.3.3/src/kernel/exception.c
./jijos-0.3.3/src/kernel/exit.c
./jijos-0.3.3/src/kernel/gdt.c
./jijos-0.3.3/src/kernel/idt.c
./jijos-0.3.3/src/kernel/irq_isr.s
./jijos-0.3.3/src/kernel/kbd.c
./jijos-0.3.3/src/kernel/kdebug.c
./jijos-0.3.3/src/kernel/main.c
./jijos-0.3.3/src/kernel/multiboot.c
./jijos-0.3.3/src/kernel/pic.c
./jijos-0.3.3/src/kernel/timer.c
./jijos-0.3.3/src/Makefile
./jijos-0.3.3/src/lib/
./jijos-0.3.3/src/lib/Makefile
./jijos-0.3.3/src/lib/atoi.c
./jijos-0.3.3/src/lib/bsearch.c
./jijos-0.3.3/src/lib/ctype.c
./jijos-0.3.3/src/lib/qsort.c
./jijos-0.3.3/src/lib/random.c
./jijos-0.3.3/src/lib/stdio.c
./jijos-0.3.3/src/lib/time.c



By asking you to add informations about each files copyright and license, I wasnt asking you to redo the submission with an older and useless package. We dont require people extravagant things but only to care of the legal issues of publishing software. If you want using savannah, just follow this rule and be honnest. You will not successfully register this project until you take account of our request.


Mathieu
Le jeu 13 jun 2002 à 3h38, address@hidden a écrit :

A package was submitted to savannah.gnu.org.
This mail was sent to address@hidden, address@hidden


Stoyan Zhekov <address@hidden> described the package as follows:
License: gpl
Other License:
Package: JijOS
System name: jijos
This package does NOT want to apply for inclusion in the GNU project

Description:
Project is for microkernel, similar to QNX Neutrino kernel.

Features:
- Multiboot standart compatible - grub bootable
- Microkernel
- Messages-based IPC
- Tiny libc

The plans are this microkernel to evolve in complete system - kernel,
libc and compilator (gcc compatible).

The tarballs are available on URL:
http://www.zhware.net/jijos-0.3.1.tar.gz
http://www.zhware.net/jijos-0.3.1.tar.bz2


Other Software Required:


Other Comments:



_______________________________________________
Savannah-hackers mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/savannah-hackers



--
Mathieu Roy

* http://savannah.gnu.org/users/yeupou
* http://yeupou.coleumes.org
* http://gpg.coleumes.org (GPG Key)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]