diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-12 22:38:07 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-12 22:38:07 +0400 |
commit | da5c13a3516f40148a541783f90d16dc357320c6 (patch) | |
tree | ca35ac78f8823899cc398aef67a4680f1f261462 /examples | |
parent | b52f29af475fbf6c5adf83be19e4dd0c0a3969f3 (diff) | |
download | cibs-da5c13a3516f40148a541783f90d16dc357320c6.tar.gz |
License for cpp
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gcc-4.4/Makefile | 5 | ||||
-rw-r--r-- | examples/gcc-4.4/cpp.p5m | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/examples/gcc-4.4/Makefile b/examples/gcc-4.4/Makefile index 947ec51..44fa77f 100644 --- a/examples/gcc-4.4/Makefile +++ b/examples/gcc-4.4/Makefile @@ -4,11 +4,6 @@ include /usr/share/cibs/rules/autotools.mk include /usr/share/cibs/rules/patch.mk include /usr/share/cibs/rules/32.mk -summary := GNU Compiler Collection -license := GPL -license-file := COPYING - - # Clean all flags cause we are building very specific stuff CFLAGS := -O2 CXXFLAGS := $(CFLAGS) diff --git a/examples/gcc-4.4/cpp.p5m b/examples/gcc-4.4/cpp.p5m index 67a0c22..dbd6c32 100644 --- a/examples/gcc-4.4/cpp.p5m +++ b/examples/gcc-4.4/cpp.p5m @@ -27,6 +27,7 @@ set name=pkg.summary value="GNU C preprocessor" set name=info.source-url value=$(download) set name=info.upstream-url value=$(home) +license COPYING3 license=GPLv3 dir path=usr dir path=usr/bin |