diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-03-01 12:56:10 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-03-01 12:56:10 +0000 |
commit | 72f4ddf5324137f451bd54192f687f2eae8efee4 (patch) | |
tree | 1cc0e59d87156bef19f273b0ba536cf6eda750bb /cogl/cogl-primitives.h | |
parent | 82fd07c54af5f6641fbf5e0952c930ec32ef70c6 (diff) | |
download | cogl-72f4ddf5324137f451bd54192f687f2eae8efee4.tar.gz |
Remove mentions of the FSF address
Since using addresses that might change is something that finally
the FSF acknowledge as a plausible scenario (after changing address
twice), the license blurb in the source files should use the URI
for getting the license in case the library did not come with it.
Not that URIs cannot possibly change, but at least it's easier to
set up a redirection at the same place.
As a side note: this commit closes the oldes bug in Clutter's bug
report tool.
http://bugzilla.openedhand.com/show_bug.cgi?id=521
Diffstat (limited to 'cogl/cogl-primitives.h')
-rw-r--r-- | cogl/cogl-primitives.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl/cogl-primitives.h b/cogl/cogl-primitives.h index b93060c4..d2182b2f 100644 --- a/cogl/cogl-primitives.h +++ b/cogl/cogl-primitives.h @@ -16,9 +16,9 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * + * */ #ifndef __COGL_PRIMITIVES_H |