Browse Source

idl: remove copyleft

main
heck 2 years ago
parent
commit
ad04cebfe4
  1. 1
      examples/example1/example1.yml2
  2. 1
      lm-c99/tests/test_enum_doc/test_enum.yml2

1
examples/example1/example1.yml2

@ -4,7 +4,6 @@ pEpACIDLang {
package example { package example {
version 1.0; version 1.0;
license "License text"; license "License text";
copyleft "Copyleft text";
api api1 { api api1 {
// deftype is used for two things: // deftype is used for two things:

1
lm-c99/tests/test_enum_doc/test_enum.yml2

@ -4,7 +4,6 @@ pEpACIDLang {
package ig_c99 { package ig_c99 {
version 1.0; version 1.0;
license "License text"; license "License text";
copyleft "Copyleft text";
api test_enum { api test_enum {
enum implicit_value_items { enum implicit_value_items {

Loading…
Cancel
Save