代码搜索:Copyleft
找到约 1,328 项符合「Copyleft」的源代码
代码结果 1,328
www.eeworm.com/read/173430/9658702
c fsck_minix.c
/* vi: set sw=4 ts=4: */
/*
* fsck.c - a file system consistency checker for Linux.
*
* (C) 1991, 1992 Linus Torvalds. This file may be redistributed
* as per the GNU copyleft.
*/
/*
* 09.11.91
www.eeworm.com/read/146316/12659018
c fsck_minix.c
/* vi: set sw=4 ts=4: */
/*
* fsck.c - a file system consistency checker for Linux.
*
* (C) 1991, 1992 Linus Torvalds. This file may be redistributed
* as per the GNU copyleft.
*/
/*
* 09.11.91
www.eeworm.com/read/457166/7333228
h land.h
/*
* Copyleft (c) 2008 Lauming chen, SooChow University.
*
*
*
*/
#ifndef _3D_MyTree_LAND_
#define _3D_MyTree_LAND_
class Land {
public :
Land( float size, char* bmpPath );
~Land();
v
www.eeworm.com/read/332519/12750368
readme
This is OpenLoad, a tool for load testing web applications
(http://openload.sourceforge.net)
OpenLoad is released under GNU GPL v. 2
(http://www.gnu.org/copyleft/gpl.html)
What is OpenLoad?
=
www.eeworm.com/read/244097/12888165
h cygwin_inttypes.h
#ifndef _CYGWIN_INTTYPES_H
#define _CYGWIN_INTTYPES_H
/* /usr/include/inttypes.h for CYGWIN
* Copyleft 2001-2002 by Felix Buenemann
*
*
* Should be installed i
www.eeworm.com/read/316009/13532614
rc sk-sk.rc
/* Slovak translation
* Copyleft 2007 Kario (kario@szm.sk)
*/
#include "resource.h"
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_SECONDS, "seconds"
IDS_NOBODY, "Nobod
www.eeworm.com/read/152772/12086231
c ldp_pdu_setup.c
/*
* Copyright (C) James R. Leu 2000
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#include "ldp
www.eeworm.com/read/210953/15189741
c ldp_pdu_setup.c
/*
* Copyright (C) James R. Leu 2000
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#include "ldp
www.eeworm.com/read/207031/15283878
c guile-interface.c
/*
* MegaHal Guile interface
*
* copyleft 2k2 aNa|0Gue
*
* http://www.glop.org/
*
* In order to use it in your guile script, you need to add the 2
www.eeworm.com/read/471054/1433815
java timer.java
/*
* Timer.java
* Copyright (c) 2000-2001 Brad D Matlack.
* License http://www.gnu.org/copyleft
*/
package com.example.util;
/**
* Timer
*/
public class Timer {
long t;