Schatten Licht

gpl

(A)GPL as hack on a Python-powered copyright system

AGPL is a hack on copyright, so it has to use copyright, else it would not compile/run.

All the GPL licenses are a hack on copyright. They insert a piece of legal code into copyright law to force it to turn around on itself.

You run that on the copyright system, and it gives you code which can’t be made unfree.

To be able to do that, it has to be written in copyright language (else it could not be interpreted).

my_code = "<your code>"

def AGPL ( code ): 
    """
    >>> is_free ( AGPL ( code ) )
    True
    """
    return eval (
        transform_to_free ( code ) )

copyright ( AGPL ( my_code ) )

You pass “AGPL ( code )” to the copyright system, and it ensures the freedom of the code.

Inhalte der Öffentlich Rechtlichen unter freie Lizenzen stellen

→ zu Depublizieren aus dem Tagesschau Blog. Sollte der Beitrag nicht mehr existieren, dann wurde er bereits depubliziert.

Ich möchte mich der Anfrage anschließen, alle Inhalte, für die Sie ausreichend Rechte haben, unter freie Lizenzen zu stellen.

Lizenzen, die sich eignen:

The effect of the optional restrictions of the GPLv3

I just thought a bit about the restrictions the GPLv3 allows, and I think I just understood their purpose and effect for the first time (correct me, if I'm wrong :) ).

What are the restrictions?

The GPLv3 allows developers (=copyright holders) to add selected restrictions, like forbidding the use of a certain brand name or similar.

The catch with them is, that any subsequent developer who adds anything is free to simply strip off the restrictions.

What is their effect?

cc ist nicht moderner als GFDL, hat nur mehr schöne Bilder und ist unsicherer

zu Streit um Wikipedia-Bilder in Heise.de (Diskussion):

Ich habe mir Unterschiede zwischen den freien Lizenzen immer wieder angesehen, und v.a. zwei Dinge unterscheiden CC Lizenzen von anderen:

1: Sie haben schöne Bilder und Kurztexte (was klasse ist).

2: Sie sorgen nicht dafür, dass die Quelldateien weitergegeben werden (was wirklich Mist ist).

BSD und GPL in einfachen Worten

→ Geschrieben auf heise.de.

Sowohl in BSD-Lizenzen als auch in der GPL steht „die Lizenz dieses Teils muss erhalten bleiben“.

BSD Lizenzen sagen „mach was du willst, lass nur hier den Lizenzheader drin.“

Simple steps to attach the GNU Public License (GPL) to your project

Here's the simple steps to attach a GPL license to your source files (written after requests by DiggClone and Bandnet):

For your own project, just add the following text-notice to the header/first section of each of your source-files, commented out in whatever way your language uses:

----------------following is the notice-----------------
/*
* Your Project Name - -you slogan-
* Copyright (C) 2007 - 2007 Your Name
*

Inhalt abgleichen


 
 
 
Diese Seite nutzt Drupal.
Design: Arne Babenhauserheide.

Werke von Arne Babenhauserheide.
Lizensiert unter freien Lizenzen.

Valid XHTML 1.0 Strict